diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex b/Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex index 398cb0883be..3c54be82162 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex +++ b/Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex @@ -1,4 +1,4 @@ -% $Id: faq-hyp+pdf.tex,v 1.2 2009/11/21 14:13:02 rf10 Exp $ +% $Id: faq-hyp+pdf.tex,v 1.3 2011/03/08 20:08:01 rf10 Exp rf10 $ \section{Hypertext and \acro{PDF}} @@ -222,26 +222,34 @@ system installed less than 3~years ago has a \ProgName{dvips} configuration file `\texttt{pdf}' that signals the use of the \acro{CM} fonts, and also sets a few other parameters to improve \ProgName{dvips}' output. Use this configuration as: +\begin{quote} \begin{verbatim} - dvips -Ppdf myfile -o myfile.ps +dvips -Ppdf myfile -o myfile.ps \end{verbatim} +\end{quote} This may produce a warning message about failing to find the configuration file: +\begin{quote} \begin{verbatim} - dvips: warning: no config file for `pdf' +dvips: warning: no config file for `pdf' \end{verbatim} +\end{quote} or something similar, or about failing to find a font file: +\begin{quote} \begin{verbatim} - dvips: ! Couldn't find header file cmr10.pfb +dvips: ! Couldn't find header file cmr10.pfb \end{verbatim} +\end{quote} Either of these failures signals that your system doesn't have the fonts in the first place. A way of using the fonts that doesn't involve the sophistication of the \texttt{-Ppdf} mechanism is simply to load maps: +\begin{quote} \begin{verbatim} - dvips -Pcmz -Pamz myfile -o myfile.ps +dvips -Pcmz -Pamz myfile -o myfile.ps \end{verbatim} +\end{quote} You may encounter the same warning messages as listed above. If your system does not have the fonts, it won't have the |