Changes

Jump to navigation Jump to search
69 bytes removed ,  13:39, 23 February 2018
next try. columns stop working as soon as there’s \setupcolors involved
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
\stopcolumns}
</context>
<context source=yes>
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=blue]
 
\color[red] % rule color, but might influence also the color of other elements
\startcolumns[n=3,rule=on]
\input knuth
\stopcolumns
</context>
=Paragraphs=
<context source="yes">
\setuppapersize[A5]
\enableregime[utf]
\defineparagraphs[TwoThird][n=2]

Navigation menu