Difference between revisions of "Command/setupmarginblocks"

From Wiki
Jump to navigation Jump to search
Line 64: Line 64:
 
== Example ==
 
== Example ==
 
<!-- Please fill in an example if you can -->
 
<!-- Please fill in an example if you can -->
 +
 +
By default, the marginblocks are flushed to the top. In case you want to flush all marginblocks to the bottom, you can do this:
 +
 +
<texcode>
 +
\setupmarginblocks[
 +
  top={\vfill},
 +
  bottom=,
 +
]
 +
</texcode>
  
 
== See also ==
 
== See also ==

Revision as of 14:50, 9 March 2022

\setupmarginblocks

Syntax (autogenerated)


Syntax

\setupmarginblocks[...,...=...,...]
location inmargin left middle right
style normal bold slanted boldslanted type cap small... command
width dimension
align flushleft middle flushright no
top command
inbetween command
bottom command
left command
right command
before command
after command

Description

Example

By default, the marginblocks are flushed to the top. In case you want to flush all marginblocks to the bottom, you can do this:

\setupmarginblocks[
  top={\vfill},
  bottom=,
]

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: