-------- Original Message --------
Subject: Re: [OT] latex, pdflatex and graphics formats
Date: Thu, 28 Nov 2002 11:03:55 +0200
From: Jerome BENOIT <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Dominique Dumont <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Dominique Dumont wrote:
> Jörg Johannes <[EMAIL PROTECTED]> writes:
>
>
>>Hi everybody
>>
>>For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
>>have is, pdflatex does not (at least per default) understand .eps and
>>.ps files. So I have to convert my .eps figures from gnuplot into .png
>>for pdflatex in order to use them. The other way round, "normal" LaTeX
>>does not understand the .png format, so any photos or scanned-in
>>images have to be converted into .ps. My question now is: Are there
>>any \usepackage{s} for making use of .ps in pdflatex and .png in
>>LaTeX? Anything better than
>>for i in *.eps; do convert $i `echo $i | sed s/.eps/.png/`
>>?
>
>
> I use the graphicx package to include file. Depending on the command
> you use to compile your latex file (eg. pdflatex or latex), the
> package will look for foo.eps or foo.pdf :
>
> \usepackage{graphicx} % mind the x not s
> \includegraphics{foo} % note no .eps or .pdf suffix
>
> You can create the pdf file with pstopdf.
the LaTeX package `epstopdf' allows to convert PostScript files on the
fly: you should find it at your favorite CTAN site
in the folder:
CTAN:/macros/latex/contrib/supported/oberliek
or somethinh lik that.
I hope that helps,
Jerome
>
> HTH
>
--
Jerome BENOIT, Ph.D.
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: [Fwd: Re: [OT] latex, pdflatex and graphics formats] Jerome BENOIT
- Re: [Fwd: Re: [OT] latex, pdflatex and graphics formats... Jörg Johannes
- Re: [Fwd: Re: [OT] latex, pdflatex and graphics for... Jerome BENOIT