Changes

Jump to navigation Jump to search
633 bytes removed ,  10:35, 19 June 2020
cleanup
}}
== [[Help:Reference|Syntax]] (autogenerated) ==<table cellspacing="4" cellpadding="2" class="cmd"syntax> <tr> <td colspan="2" class="cmd">\setuphighlight<span class="first" style="color:red;">[...]</span></td> </tr> <tr valign="top" class="second"> <td class="cmd">[[Command/keyword:style|style]]</td> <td>[[Command/value:normal|normal]] [[Command/value:bold|bold]] [[Command/value:slanted|slanted]] [[Command/value:boldslanted|boldslanted]] [[Command/value:type|type]] [[Command/value:cap|cap]] [[Command/value:small...|small...]] [[Command/value:command|command]] </td>  </tr> <tr valign="top" class="second"> <td class="cmd">[[Command/keyword:color|color]]</td> <td>[[Command/value:IDENTIFIER|IDENTIFIER]] </td> </tr></tablesyntax>
== Description ==
== Example ==
<texcodecontext source="yes" text="produces">
\definehighlight [important] [style=bold] %% define a highlight
\definehighlight [reallyimportant] [important] %% inherit setups
\setuphighlight [reallyimportant] [color=red] %% modify the copy
\setupbackend [export=yes]
\starttext
\startTEXpage
This \important{you} need to know.\par
This, however, \reallyimportant{everybody} needs to know!
\stopTEXpage
\stoptext
</texcodecontext>
== See also ==

Navigation menu