This handles adding style formatting to the syntactic expressions components
during LaTeX generation. It consists of a set of Styler functions, each
of which can modify the generated LaTeX, typically by wrapping it with additional
directives.
The Style.set, Style.wrap, and [[Style.wrapWith]] methods can be chained
to provide any combination.
Returns a new Style with each Styler in stylers wrapping
the one in this one. Each of the supplied Styler will receive
the result of calling the current styler on the original string
and this styler.
Returns a new Style with each Styler in stylers wrapping
the one in this one. Each of the supplied Styler will receive
the result of calling the current styler on the original string
and the new styler.
This handles adding style formatting to the syntactic expressions components during LaTeX generation. It consists of a set of Styler functions, each of which can modify the generated LaTeX, typically by wrapping it with additional directives.
The Style.set, Style.wrap, and [[Style.wrapWith]] methods can be chained to provide any combination.