Am 19.03.2011 um 03:29 schrieb Cecil Westerhof:
At the moment I have I my document: {\switchtobodyfont[1.25em]\bf M}ust
{\switchtobodyfont[1.25em]\bf S}hould
{\switchtobodyfont[1.25em]\bf C}ould
{\switchtobodyfont[1.25em]\bf N}ot now
But I like to have a macro for this, so I could just do: \Acronym{Must Should Could Not~now}
Is more readable and when I want a change (for example another color for the first letter), this is much easier to implement. How should I implement such a macro?
\definestartstop[Acronym][style=\bfa] \starttext \starttabulate[|lh{\Acronym}|] \HC {M}ust \NC\NR \HC {S}hould \NC\NR \HC {C}ould \NC\NR \HC {N}ot now \NC\NR \stoptabulate \startlines \Acronym{M}ust \Acronym{S}hould \Acronym{C}ould \Acronym{N}ot now \stoplines \stoptext Wolfgang