GeneralEPS images

General information and discussion about TeXnicCenter
dustbinbear
Posts: 19
Joined: Wed Jan 17, 2007 11:42 am

Re: EPS images

Post by dustbinbear »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
homer
Posts: 13
Joined: Fri Feb 23, 2007 3:47 pm

Re: EPS images

Post by homer »

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!
User avatar
countbela666
Posts: 64
Joined: Thu Apr 26, 2007 2:44 pm

EPS images

Post by countbela666 »

homer wrote: How to produce a pdf when an eps are included...
An easier way would be to include the epstopdf package, that automatically converts all included EPS files to PDF on the fly.

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...
kahleen
Posts: 1
Joined: Fri Nov 13, 2009 10:13 am

Re: EPS images

Post by kahleen »

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
Post Reply