Re: [NTG-context] how to make uppercase characters?

2010-04-23 Thread luigi scarso
On Fri, Apr 23, 2010 at 4:56 PM, Marius  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
___


Re: [NTG-context] how to make uppercase characters?

2010-04-23 Thread Wolfgang Schuster

Am 23.04.10 16:56, schrieb Marius:

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 ?
   

\WORD{...}

for more commands see page 96 at cont-enp.pdf 
(http://pragma-ade.com/show-man-9.htm)


Wolfgang

___
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
___


[NTG-context] how to make uppercase characters?

2010-04-23 Thread Marius
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 ?

Thanks,
Marius
___
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
___