Difference between revisions of "Command/mediaeval"

From Wiki
Jump to navigation Jump to search
m (Text replace - "== Help from ConTeXt-Forum ==" to "== Help from ConTeXt-Mailinglist/Forum ==")
 
(9 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>mediaeval</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 11: Line 14:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">{...}</td>
 
     <td class="cmd">{...}</td>
     <td><i>text</i> </td>
+
     <td>''number''</td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>
 
  
 
== Description ==  
 
== Description ==  
Renders numbers as "oldstyle" numbers (also called "mediaeval" or "lowercase" numbers).
+
Command equivalent of the {{cmd|os}} font style switch which, inter alia, renders numbers as oldstyle numerals.
  
 +
== Example ==
  
== Example ==
 
 
<context source="yes" text="yields">
 
<context source="yes" text="yields">
\mediaeval{1234567890}
+
\numbers{1234567890 numbers}\crlf
 +
\mediaeval{1234567890 numbers} 1234567890 \crlf
 +
\oldstylenumerals{1234567890 numbers} \crlf
 +
{\os 1234567890 numbers}
 +
 
 
</context>
 
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
 
 +
* {{cmd|os}}
 +
* {{cmd|defineconversion}}
 +
* {{cmd|characters}}
 +
* {{cmd|Characters}}
 +
* {{cmd|numbers}}
 +
* {{cmd|Numbers}}
 +
* {{cmd|mediaeval}}
 +
* {{cmd|romannumerals}}
 +
* {{cmd|Romannumerals}}
 +
* {{cmd|greeknumerals}}
 +
* {{cmd|Greeknumerals}}
 +
* {{cmd|oldstylenumerals}}
 +
* {{cmd|oldstyleromannumerals}}
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==
Line 32: Line 51:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|mediaeval]]
+
[[Category:Command/Fonts|mediaeval]]
 +
[[Category:Command/Conversions|mediaeval]]

Latest revision as of 19:38, 13 January 2020

\mediaeval

Syntax (autogenerated)


Syntax

\mediaeval{...}
{...} number

Description

Command equivalent of the \os font style switch which, inter alia, renders numbers as oldstyle numerals.

Example

\numbers{1234567890 numbers}\crlf
\mediaeval{1234567890 numbers} 1234567890 \crlf
\oldstylenumerals{1234567890 numbers} \crlf
{\os 1234567890 numbers}

yields

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: