Changes

Jump to navigation Jump to search
no edit summary
<tr valign="top" class="third">
<td class="cmd">[[Command/keyword:color|color]]</td>
<td>[[ColorsColor|IDENTIFIER]]: color name</td>
</tr>
</table>
</context>
=== Uppercase Changing Case ===
Technically, `\WORD` is not a style, so to configure words in uppercase a different approach is necessary. The style can be defined in terms of a Lua handler, such as:
<context mode=mkiv source=yes>
\definealternativestyle[UpperCase][{\bf\uppercasing}][]
</context>
Where the handler code resembles:
<context mode=mkiv source=yes>
\startluacode
\starttext
\setfirstline[UpperCaseWords] \input knuthward
\stoptext
</context>

Navigation menu