Changes

Jump to navigation Jump to search
533 bytes added ,  10:59, 20 November 2009
added section nomarking/select
= Logos =
The logo commands (<cmd>definelogo</cmd> c.s.) do not exist in mkiv, ; use layers instead.
= Itemizations =
''Bare'' <cmd>item</cmd> paragraphs (without enclosing list) are not allowed.
 
= Nomarking/Select =
 
<cmd>nomarking</cmd> has been removed from mkiv; use <cmd>select</cmd> instead:
 
<texcode>
\defineselector [caption] [max=2,n=2] % alternate {short}{long} caption
 
\starttext
 
\placefigure
{\select{title}
{A cow}
{A cow. This image represents a typical black and white milk cow.
In many regions of the world, cows may look quite different.}
}
{\externalfigure[cow]}
 
\setupselector [caption] [n=1]
\completefigures
 
\stoptext
</texcode>
148

edits

Navigation menu