ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* how to make uppercase characters?
@ 2010-04-23 14:56 Marius
  2010-04-23 15:06 ` Wolfgang Schuster
  2010-04-23 15:10 ` luigi scarso
  0 siblings, 2 replies; 3+ messages in thread
From: Marius @ 2010-04-23 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to make uppercase characters?
  2010-04-23 14:56 how to make uppercase characters? Marius
@ 2010-04-23 15:06 ` Wolfgang Schuster
  2010-04-23 15:10 ` luigi scarso
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2010-04-23 15:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to make uppercase characters?
  2010-04-23 14:56 how to make uppercase characters? Marius
  2010-04-23 15:06 ` Wolfgang Schuster
@ 2010-04-23 15:10 ` luigi scarso
  1 sibling, 0 replies; 3+ messages in thread
From: luigi scarso @ 2010-04-23 15:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Apr 23, 2010 at 4:56 PM, Marius <mariausol@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-23 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-23 14:56 how to make uppercase characters? Marius
2010-04-23 15:06 ` Wolfgang Schuster
2010-04-23 15:10 ` luigi scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).