Fonts & Character SetsFont Encoding in a Postscript Document

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Linguist
Posts: 43
Joined: Mon Nov 07, 2011 12:07 pm

Font Encoding in a Postscript Document

Post by Linguist »

Hello,

This seems like it should be a pretty common problem, so I'm not sure what I'm missing.

When I compile a document with the fontenc package (T1 option) to postscript, the text doesn't display.

Actually, the text does display if I also have mathptmx loaded. Likewise, if I have tipa loaded, any text specified as IPA (\textipa) will display correctly.

Code: Select all

%LaTeX => (DVI =>) PS => PDF
\documentclass{minimal}
\usepackage[T1]{fontenc}
\usepackage{lipsum}

\begin{document}
  \lipsum
\end{document}
Note, that if I compile to DVI the text shows up. Likewise, this isn't a problem in the conversion of PS to PDF; when I view the PS document directly, there's no text. I'm using MiKTeX 2.9.

Thanks for any insights on what's going on here.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply