[luatex] What happens to glyphs not in the font?

Ulrike Fischer luatex at nililand.de
Thu Mar 27 10:20:44 CET 2014


Am Wed, 26 Mar 2014 03:16:08 +0100 schrieb Reinhard Kotucha:

> There might be a few things one can do wrong with dvips/pdfTeX map
> files.  What happens if an entry maps an 8-bit-aware tfm file to a
> 7-bit font?  At which stage will this error be detected?

latex wouldn't realize it. But dvips gives a warning:
Warning: module writet1 of dvips (file cmr10.pfb): glyph `Eng'
undefined

pdflatex gives a warning too:

\documentclass{article}
\usepackage[T1]{fontenc}
\pdfmapline{=ecrm1000 SFRM1000 " T1Encoding ReEncodeFont "
<cm-super-t1.enc <cmr10.pfb}
\begin{document}
abc\symbol{"8D}
\end{document}

gives

pdfTeX warning: pdflatex.exe (file
D:/MiKTeX2.9/fonts/type1/public/amsfonts/cm/
cmr10.pfb): glyph `Eng' undefined

But naturally only at the end of the compilation when the fonts are
included. 

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/




More information about the luatex mailing list