Conversion Tools ⇒ ps2pdf: $\Delta$ not displaying correctly in pdf
ps2pdf: $\Delta$ not displaying correctly in pdf
I've tried all the tricks I could find in the web to solve this but nothing worked.
I've produced a postscript document and everything is fine. Now, if I convert it in pdf with ps2pdf, capital delta (code: $\Delta$) displays as a different (wrong) symbol in the pdf file. Only this symbol is wrong! The same happens, in the same file, to capital delta written in eps image produced with gnuplot (postscript terminal with enhanced text) and included in the same document.
If I do pdflatex on the tex code, instead, the final pdf document is produced correctly.
Is there a way to fix the ps2pdf issue? What is it due to?
Thanks in advance,
w.
PS: if it can be useful, I'm using texmaker version 3.0.2 and I've used, among the others:
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
Re: ps2pdf: $\Delta$ not displaying correctly in pdf
Best
ps2pdf: $\Delta$ not displaying correctly in pdf
Code: Select all
\documentclass[a4paper]{book}
\usepackage{mathptmx}
\begin{document}
$\Delta$
\end{document}
Code: Select all
\ProvidesPackage{mathptmx}%
[2005/04/12 PSNFSS-v9.2a
Times w/ Math, improved (SPQR, WaS)
]
pdfTeX 3.1415926-1.40.11-2.2 (TeX Live 2010)
ps2pdf (or ghostscript) version should be 8.71
As I said pdflatex works smoothly on that code and latex -> dvips make a good .ps file as well. How can I make the ps2pdf conversion work as well?
Regards,
w.
Thanks for your reply!!
-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
ps2pdf: $\Delta$ not displaying correctly in pdf
ps2pdf: $\Delta$ not displaying correctly in pdf
I tried with
Code: Select all
\usepackage[T1]{fontenc}
It's a pity because I prefer the latex-->dvips-->ps2pdf method.
ps2pdf: $\Delta$ not displaying correctly in pdf
Code: Select all
ps2pdf -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dPDFSETTINGS=/printer your_file.ps