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/`
?
Thanks
joerg
--
Yes I know this is a question for the TeX newsgroup. This is why it's
marked [OT]...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: [OT] latex, pdflatex and graphics formats Jörg Johannes
- Re: [OT] latex, pdflatex and graphics formats Johann Spies
- Re: [OT] latex, pdflatex and graphics formats Jörg Johannes
- Re: [OT] latex, pdflatex and graphics form... Johann Spies
- Re: [OT] latex, pdflatex and graphics formats Gary Turner
- Re: [OT] latex, pdflatex and graphics formats Michael P. Soulier
- Re: [OT] latex, pdflatex and graphics formats Vincent Lefevre
- Re: [OT] latex, pdflatex and graphics formats Jerome BENOIT
- Re: [OT] latex, pdflatex and graphics formats Stefan Janecek
- Re: [OT] latex, pdflatex and graphics formats Jörg Johannes
- Re: [OT] latex, pdflatex and graphics formats Dominique Dumont