Difference between revisions of "Command/Caps"

From Wiki
Jump to navigation Jump to search
(Add description)
(add See Also)
Line 15: Line 15:
  
 
== Description ==  
 
== Description ==  
Turns the first letter of each word into small caps, even if it was an uppercase letter.
+
Turns the first character of each word into small caps, even if it was an uppercase letter.
  
 
== Example ==
 
== Example ==
Line 23: Line 23:
  
 
== See also ==
 
== See also ==
<!-- something like {{cmd|goto}} -->
+
* {{cmd|cap}} -- turn text into small caps
 +
* {{cmd|Cap}} -- turn first character into small caps
 +
* {{cmd|Caps}} -- turn first character of each word into small caps
 +
* {{cmd|CAP}} -- doesn't work
 +
 
 +
* {{cmd|Word}} -- turn first character into uppercase
 +
* {{cmd|Words}} -- turn first character of each word into uppercase
 +
* {{cmd|WORD}} -- turn first word into uppercase
 +
* {{cmd|WORDS}} -- turn text into uppercase
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 17:22, 28 March 2012

\Caps

Syntax

\Caps{... ...}
{... ...}

Description

Turns the first character of each word into small caps, even if it was an uppercase letter.

Example

\Caps{Eve and Adam}

yields

See also

  • \cap -- turn text into small caps
  • \Cap -- turn first character into small caps
  • \Caps -- turn first character of each word into small caps
  • \CAP -- doesn't work
  • \Word -- turn first character into uppercase
  • \Words -- turn first character of each word into uppercase
  • \WORD -- turn first word into uppercase
  • \WORDS -- turn text into uppercase

Help from ConTeXt-Mailinglist/Forum

All issues with: