Difference between revisions of "Command/Cap"

From Wiki
Jump to navigation Jump to search
(Merge examples; add code demonstrating \Word{\sc ...} trick.)
 
(8 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>Cap</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
Line 26: Line 28:
 
Punctuation counts as the first character:\crlf
 
Punctuation counts as the first character:\crlf
 
\Cap{'ayday, 'ayday}.\crlf
 
\Cap{'ayday, 'ayday}.\crlf
 
First letter uppercase and the rest small capitals:\crlf
 
\Word{\sc andra moi ennepe}\crlf
 
(May not work with the \CONTEXT\ on this wiki,\crlf
 
but should work on your local install.)
 
 
</context>
 
</context>
 
  
 
== See also ==
 
== See also ==
* {{cmd|cap}} -- turn text into small caps
+
{{See also casing commands}}
* {{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 ==

Latest revision as of 14:55, 15 October 2019

\Cap

Syntax (autogenerated)

Syntax

\cap{...}
{...} text

Description

Turns the first character of the text into a small capital, regardless of case. In Mkii, this works as a solution for fonts lacking small capitals.

Example

\setupbodyfont[9pt]
Uppercase or lowercase to small caps:\crlf
\Cap{Mayday, Mayday}; \Cap{mayday, mayday}.\crlf

Punctuation counts as the first character:\crlf
\Cap{'ayday, 'ayday}.\crlf

See also

  • \sc — start using small caps (preserve capitals)
  • \cap — turn text into small caps
  • \Cap — turn first character into small caps
  • \Caps — turn first character of each word into small caps
  • \CAP — change specific letters to small capitals (MkII)
  • \Word — turn first character into uppercase
  • \Words — turn first character of each word into uppercase
  • \WORD, \WORDS — turn text into uppercase
  • \setcharactercasing — Pass casing command (Word, WORD, etc) as a keyword
  • typo-cap.mkiv

Help from ConTeXt-Mailinglist/Forum

All issues with: