Templates, Wizards & Tools ⇒ PS + PDF
PS + PDF
I have some trouble with a PDF output (after PS). I use a MiKTeX 2.8 distribution with TeXnicCenter. I use the Wizard configuration. It correctly runs with DVI and PS. I have some eps pictures and i 'd like to have a PDF output. With a good file.tex, the PDF output (PS + PDF ) shows me only pictures without text (or a few caracters). What kind of problem is it? Do you have an idea?
Thank you
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: PS + PDF
Re: PS + PDF
Thank you for your answer. Unfortunetely, it does not run. To be sure, I have dowloaded the 8.71 ghostscript's version and re install it.
In the Windows "Profiles". The Executable is
C:\Program Files\gs\gs8.71\bin\gswin32c.exe
and the Arguments are
-sPAPERSIZE=a4 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -s OutputFile="%bm.pdf" -c save pop -f "%bm.ps"
But the Arguments are a litte bit mysterious for me !
Re: PS + PDF
Re: PS + PDF


PS + PDF
Do you use the Computer Modern font? Then you need to install the "cm-super" package.chaigne wrote:Hi,
Thank you for your answer. Unfortunetely, it does not run. To be sure, I have dowloaded the 8.71 ghostscript's version and re install it.
In the Windows "Profiles". The Executable is
C:\Program Files\gs\gs8.71\bin\gswin32c.exe
and the Arguments are
-sPAPERSIZE=a4 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -s OutputFile="%bm.pdf" -c save pop -f "%bm.ps"
But the Arguments are a litte bit mysterious for me !