Changes

Jump to navigation Jump to search
714 bytes removed ,  10:35, 19 June 2020
cleanup
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>setuphighlight</syntax>
 
== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<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>
</table>
== 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