Changes

Jump to navigation Jump to search
m
no edit summary
<texcode>
\definesynonyms[abbreviation][abbreviations][\infull]
\setupsynonyms[styleabbreviation][textstyle=cap]
</texcode>
== Example ==
<context source="yes" text="looks like this:">
\definesynonyms[test][tests][\infull]
\setupsynonyms[test][criterium=all]
\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>
== See also ==
<!-- something like [[{{cmd:goto|\goto]] }} --> == Help from ConTeXt-Mailinglist/Forum ==All issues with:{{Forum|{{SUBPAGENAME}}}}
[[Category:ReferenceCommand/enSymbols|definesynonyms]]

Navigation menu