[XeTeX] itemized list not working in XeTeX
Bruno Voisin
bvoisin at mac.com
Tue Sep 11 16:45:25 CEST 2007
Le 11 sept. 07 à 15:07, Brian a écrit :
> If I remove the \or in front of '\or \blackbox', XeTeX runs without
> complaints, but the first level has a '---' (the symbol for the
> second level) not a \blackbox (the first level).
To get --- to work correctly with plain XeTeX, and similarly for --
and a couple of other strange TeX "ligatures" (or whatever the
correct term may be), you need to specify, when loading the font,
":mapping=tex-text", as in:
\font\1="Times Roman:mapping=tex-text"
\font\2="Times Roman"
\nopagenumbers
\1 -\ --\ ---\par
\2 -\ --\ ---
\bye
Bruno Voisin
More information about the XeTeX
mailing list