diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex b/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex index e408cf4e067..70032dd3acc 100644 --- a/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex +++ b/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.tex @@ -108,23 +108,20 @@ character, ``\infont{cmmib10}{\char17}'', is associated with \fname{cmmi10} (the same typeface used for \fname{cmmib10} but in book weight) at character position~17. The ``before'' character, ``\infont{cmsy9}{\char17}'', is also present in position~17 and is -associated with \fname{cmsy10}. Therefore, we know we need to re-run -\pkfh\ with the \verb|--force="Fj=cmsy10 @ 1.2X"| option to force it -to associate document font~\fname{Fj} with \fname{cmsy10} instead of +associated with \fname{cmsy10}. Therefore, we should re-run \pkfh\ +with the \verb|--force="Fj=cmsy10 @ 1.2X"| option to force it to +associate document font~\fname{Fj} with \fname{cmsy10} instead of \fname{cmmib10}. -The font size may need adjusting. In the preceding example, -\verb|--force="Fj=cmsy9"| produces less mismatch for \texttt{cmmib10~@ -1.2X} than does \verb|--force="Fj=cmsy10 @| \verb|1.2X"| -(\texttt{mismatch=0.00106} vs.\ \texttt{mismatch=4.43701}). Making -such a determination still requires human involvement. A suggested -approach is to observe that \verb|--force="Fj=cmsy10 @ *"| causes -\pkfh\ to select a scaling factor of 0.92918X for a scaled font size -of 0.92918~$\times$ 10\,pt.~$=$ 9.2918\,pt. Noting that -\texttt{cmsy9.tfm} exists and assuming that the document source did -not specify a fractional scaling of the font, we can hypothesize that -unscaled \fname{cmsy9} is the font actually utilized in the document. -\end{multicols} +Once the correct typeface is identified, the font size may need +adjusting. In the preceding example, \verb|--force="Fj=cmsy9"| may +produce less mismatch for \texttt{cmmib10~@ 1.2X} than does +\verb|--force="Fj=cmsy10 @| \verb|1.2X"|. Making such a determination +requires human involvement. A suggested approach is first to let +\pkfh\ identify the size and scale automatically by specifying +\verb|--force="Fj=cmsy*@*"|. If doing so produces a poor match or +selects an unlikely scale factor, then the user should manually adjust +the font size and/or scale factor. \end{multicols} \begin{figure*}[bp] \centering |