[XeTeX] Fontspec bug

Vafa Khalighi vafakhlgh at gmail.com
Thu Feb 17 05:49:51 CET 2011


It seems that expl3 puts an extra , and this fixes the problem:

 \ExplSyntaxOn

\DeclareDocumentCommand \defaultfontfeatures {m} {

\tl_set:Nn \g_fontspec_default_fontopts_tl {#1}

}

\ExplSyntaxOff


instead




\ExplSyntaxOn

\DeclareDocumentCommand \defaultfontfeatures {m} {

\tl_set:Nn \g_fontspec_default_fontopts_tl {#1,}

}

\ExplSyntaxOff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/xetex/attachments/20110217/80ee1deb/attachment.html>


More information about the XeTeX mailing list