Changes

Jump to navigation Jump to search
no edit summary
<pre>
%\setupcolors[state=start] % This is only necessary in older ConTeXt mkii. 
\hyphenation{sig-ni-fi-cant-ly} % for correct line formatting
\definemixedcolumns
[sectioncolumns]
[ n=2, separator=rule, rulecolor=darkbluedarkgreen, rulethickness=3pt, balance=yes, ]
% Horizontal line below the section header.
\defineframed[sectionframed]
[ frame=off, bottomframe=on, framecolor=darkgreen, rulethickness=1pt, width=local, align=normal, % to get a vbox
]
\setuphead
[section]
[ command=\StyleSection, after={\startsectioncolumns}, aftersection={\stopsectioncolumns}, ]
\starttext
\startchapter[title={Chapter}, reference=sec:my-chapterchap,] \startsection[title={Section}, reference=sec:my-sectionsect,] \startsubsection[title={EquipmentContent},reference=sec:my-equipcont,] \input knuth \input knuth \stopsubsection \stopsection \stopchapter 
\stoptext
</pre>
194

edits

Navigation menu