Process streaming commands in a group. If needed, "escape" the group. For example, {\bfseries xx} -> \textbf{xx}, but {foo \bfseries xx} -> {foo \textbf{xx}}.
{\bfseries xx}
\textbf{xx}
{foo \bfseries xx}
{foo \textbf{xx}}
Optional
Generated using TypeDoc
Process streaming commands in a group. If needed, "escape" the group. For example,
{\bfseries xx}
->\textbf{xx}
, but{foo \bfseries xx}
->{foo \textbf{xx}}
.