Changes

Jump to navigation Jump to search
9 bytes added ,  13:22, 23 February 2018
tried to fix column rule color example, still doesn’t work
Normally, columns are automatically balanced with the text distributed over the number of requested columns. You can provoke a column switch using {{cmd|column}}.
 
Influencing the color of the separator rule is somewhat tricky:
<context source=yes>
\setuppapersize[A5]
\setupcolors[textcolor=red] % text color
\color[blue]{% rule color, might set color of other elements, too!\startcolumns[n=2,rule=on,rulecolor=red] % key "rulecolor" doesn’t exist!\input tufte ward\column\input weisman\stopcolumns}
</context>
 
Column balancing fails in "lines" mode (e.g. for poetry).
 
 
Influencing the color of the separator rule is somewhat tricky:
<context source=yes>
\setuppapersize[A5]
\setupcolors[textcolor=red] % text color
\setupcolumns[rule=on] % there’s no key for "rule color"!
\color[blue] % rule color, but might set color of other elements, too!
\startcolumns[n=2]
\input wardtufte
\column
\input weismanknuth
\stopcolumns
</context>
 
Column balancing fails in "lines" mode (e.g. for poetry).
=Paragraphs=
<context source="yes">
\setuppapersize[A5]
\enableregime[utf]
\defineparagraphs[TwoThird][n=2]

Navigation menu