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


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to