[XeTeX] Mac OS X Savoye

Will Robertson will at guerilla.net.au
Mon Nov 28 06:05:08 CET 2005


On 28/11/2005, at 2pm, Ross Moore wrote:

> On 28/11/2005, at 10:05 AM, Mark Moll wrote:
>>
>> Wouldn't it be easier to introduce an `escape' character (such as ` 
>> \') to use special characters like `:'? One could then write:
>>
>> \test=Savoye LET Plain\:1 at 20.0pt
>
> Is XeTeX aware of category codes at this point ?

Doesn't appear to be...
Your test, adapted as shown below, gives the same error as before:

\documentclass{article}
\begin{document}
\edef\letter{11}
\catcode`\: \letter  % change : to become a letter
\catcode`\. \letter  % change . to become a letter
\catcode`\1 \letter  % change 1 to become a letter
\catcode`\0 \letter  % change 0 to become a letter
\font\testA="Savoye LET Plain:1.0"
{\testA  testing letter }
\end{document}

The error, btw, is:

! Font \testA=Savoye LET Plain:1 not loadable: ATSUI font not found.
<to be read again>
                    {
l.10 {
       \testA  testing letter }

So no luck with this technique, either.

Will



More information about the XeTeX mailing list