Graphics, Figures & Tables ⇒ EPS images
-
- Posts: 29
- Joined: Mon Oct 06, 2014 12:42 am
EPS images
Hello. I have been told to use EPS images in my LaTeX document. But, when I look back to the directory of my LaTeX document after compiling, I observe that all the EPS images were converted to PDF and named as image-eps-converted-to.pdf. Why is it so? Why can't the EPS images directly be included? Why does it get copied into PDF format while compiling the document?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: EPS images
PdfLaTeX simply cannot work with eps-figures. In the backround, all files are converted to pdf, both are vector formats and there is no loss in quality.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 29
- Joined: Mon Oct 06, 2014 12:42 am
Re: EPS images
Then what should I do to directly include EPS images? I have been told to use EPS only.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EPS images
May i ask why?
You can compile in classical mode and output a dvi (
Or use XeLaTeX, which can use eps-figures.
You can compile in classical mode and output a dvi (
latex
instead of pdflatex
). This dvi can be converted to ps and to pdf. Or use XeLaTeX, which can use eps-figures.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.