Open main menu

Changes

→‎Description: Added note on use of first bracket
Stack option is used to emulate LaTeX's marginpars (they're considered floats, hence the resulting margin notes do not overlap).
 
The first bracket can be used to provide different setups for different margin text types. It defines which type of text the following parameters apply to. So the following code defines that any text placed in the margin using <code>\inright{...}</code> will be slanted:
<texcode>
\setupinmargin[right][style=slanted]
</texcode>
 
The previous code does <i>not</i> alter the location of the <code>\inmargin</code> command. To do that you would use:
<texcode>
\setupinmargin[location=right,style=slanted]
</texcode>
== Example ==