[XeTeX] Problem changing default fonts
Philip Taylor (Webmaster, Ret'd)
P.Taylor at Rhul.Ac.Uk
Sat Oct 2 16:59:48 CEST 2010
Tobias Schoel wrote:
> Hi,
>
> \textbf{\textsf{\huge Some Text}}
>
> reads nicer, because it doesn't use grouping-only braces. It's always
> confusing for me to find a pair of braces in empty space (means: without
> a macro before), and it doesn't look like proper coding.
If you don't like :
<preamble>{<limbo>}<postamble>
you may prefer :
<preamble>
\begingroup
<limbo>
\endgroup
<postamble>
or :
<preamble>
\bgroup
<limbo>
\egroup
<postamble>
Philip Taylor
More information about the XeTeX
mailing list