Command/setuphighlight

From Wiki
< Command
Revision as of 11:32, 3 July 2012 by Esteis (talk | contribs) (Categories Fonts, MkIV only)
Jump to navigation Jump to search

\setuphighlight

Syntax

\setuphighlight[...]
style normal bold slanted boldslanted type cap small... command
color IDENTIFIER

Description

Allows customization of macros defined by \definehighlight.

Example

\definehighlight [important]       [style=bold] %% define a highlight
\definehighlight [reallyimportant] [important]  %% inherit setups
\setuphighlight  [reallyimportant] [color=red]  %% modify the copy

\setupbackend [export=yes]
\starttext
This \important{you} need to know.\par
This, however, \reallyimportant{everybody} needs to know!

\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: