General ⇒ EPS images
-
- Posts: 19
- Joined: Wed Jan 17, 2007 11:42 am
Re: EPS images
LaTeX=>PS
LaTeX=>PDF
LaTeX=>DVI
out of these 3 only LaTeX =>PDF works for me
the other 2 only works sometimes, it seem that if I were to use the \begin{titlepage} \end{titlepage} enviroment, then I could only produce PDF output. Many of my documents doesn't include images.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: EPS images
How to produce a pdf when an eps are included.
Copy the one called LaTeX => PS, and call it for instance: LaTeX => PS => PDF.
The only thing you have to add is under the tab "postprocessor".
Add a new postprocessor: call it "ps2pdf"
Executable: PATH_TO_MIKTEX\MiKTeX 2.5\miktex\bin\ps2pdf14.exe
Arguments: "%Bm.ps" <---- thats the .ps file that has just been created.
Done!
All earlier nondisplayed EPS pics now are visible.
Good luck!
- countbela666
- Posts: 64
- Joined: Thu Apr 26, 2007 2:44 pm
EPS images
An easier way would be to include the epstopdf package, that automatically converts all included EPS files to PDF on the fly.homer wrote: How to produce a pdf when an eps are included...
Regards
Marcel
a thousand worlds for you to see here, take my hand and follow me...
Re: EPS images
\documentclass[a5paper,11pt]{book}
but in the output pdf, the page seems to be A4 in size, although only an area of A5 size is used in each A4 paper.
I didn't have that problem while using TEX => PDF directly, but i also could not use .eps pictures back then
Please, i need a solution as to how to obtain normal A5 paper size while using TEX => PS => PDF