Changes

Jump to navigation Jump to search
\stoptext
</context>
 
== Hint ==
<texcode>
\abbreviation{\alpha}{Angle of something}
</texcode>
 
This will fail because to create a macro \alpha which expands to \alpha
Use uppercase letter to prevent this, when your font contains greek you can also use a text alpha,
<context source=yes>
\abbreviation[ALPHA]{\alpha}{Angle of something}
\abbreviation[PLANCK]{\hbar}{planckconstant}
\starttext
\ALPHA\ and \PLANCK
\stoptext
</context>
303

edits

Navigation menu