diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-04 23:39:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-04 23:39:21 +0000 |
commit | 16bfcc69400c93c3d779a104107606ae122a7dbe (patch) | |
tree | e2456232be21108418db974f47ea118eec770469 /Master/texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex | |
parent | 9a8f00b89c2c1cd283f5fd0fb54959ef0690646f (diff) |
FAQ-en 3.22 (4may11)
git-svn-id: svn://tug.org/texlive/trunk@22304 c570f23f-e606-0410-a88d-b1316a301751
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 |