Same too, I wanted to get LaTeX=>PS=>PDF I used the wizard but only 3 came out
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.
General ⇒ EPS images
Re: EPS images
Hi,
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!
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
Last edited by countbela666 on Fri May 04, 2007 5:13 pm, edited 1 time in total.
Listen to me children of the night, beyond the doors of darkness you will find
a thousand worlds for you to see here, take my hand and follow me...
a thousand worlds for you to see here, take my hand and follow me...
Re: EPS images
Hi ... I had the same problem, and fixed it by using the compilation route TEX => PS => PDF. Still, i have another problem now. My initial document class is as follows:
\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
\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