On Fri, Apr 23, 2010 at 4:56 PM, Marius <mariau...@gmail.com> wrote:
> Hello,
>
> There is \uppercase command in tex, but it works just with plane characters.
>
> \uppercase{xxx} prints XXX, while
>
> \def\xxx{xxx}
> \uppercase{\xxx} prints "xxx", but I want "XXX".
>
> Maybe there is a ConTeXt command of \uppercase, like in LaTeX \MakeUppercase ?

\def\xxx{xxx}
\starttext
\uppercased{\xxx} \uppercased{xxx}

\uppercase{\xxx} \uppercase{xxx}
\stoptext

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to