Re: Figures and LaTeX
- To: mathgroup at smc.vnet.net
- Subject: [mg66774] Re: Figures and LaTeX
- From: "Janko Slavic" <janko.slavic at gmail.com>
- Date: Mon, 29 May 2006 06:07:04 -0400 (EDT)
- References: <e5bt4j$bh0$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi!
The following works for compiling tex->dvi->ps and tex->pdf
use package
\usepackage{graphicx}
include figures with command (no extension):
\includegraphics{filename}
Note: if you are compiling directly to pdf (tex->pdf) you need to have
pdf figures ready.
For converting eps figures to pdf figures you can use eps2pdf program
(http://www.fs.uni-lj.si/ladisk/download/latex/eps2pdf/eps2pdf.zip)
Further, maybe you shall look at AddTeX2Eps that enables you to add
native LaTeX to Eps figures directly from mathematica
(http://library.wolfram.com/infocenter/MathSource/6193/)
take care