Changes

Jump to navigation Jump to search
== \scale ==
You can insert symbols at a reduced size in the text flow. This example creates a filled square scaled to .5 ex height
<texcodecontext source=yes>\definefontsynonym[Dingbats][uzdr]\definesymbol[filledSq][\getglyphgetscaledglyph{Dingbats.5}{\char110Serif}]\def\FilledSquare% {\dontleavehmode\scale[height=0.5ex]{\symbol[filledSq]}a}</texcode> In TeX terms, \scale creates a \hbox. If TeX is in vertical mode (as it is when \startlines is in effect, because every lineis a paragraph by itself in the mode), then a simple \hbox is not a good enough hint to make it switch to horizontal (paragraph) mode.  Hans then posted a simpler way.<texcode>\getscaledglyph{.52}{Serif}{a}</texcodecontext{{todo|An explanation and example of the <cmd>scale</cmd> command.}}
== \mirror ==
303

edits

Navigation menu