Changes

Jump to navigation Jump to search
38 bytes added ,  08:46, 30 June 2005
forgot to login and a piece of code...
<texcode>
\def\MyChapterCommand#1#2{\framed[frame=off, bottomframe=on, topframe=on]{\headtext{chapter} \vbox{#1\blank#2}}}
% #1 is number, #2 is text
% \vbox is needed for \blank to work
so <tt>\chapter{My First Chapter}</tt> looks like:
<context>
\def\MyChapterCommand#1#2{\framed[frame=off, bottomframe=on, topframe=on]{\vbox{\headtext{chapter} #1\blank#2}}}
\setuphead[chapter][command=\MyChapterCommand, style={\ss\bfa}]
\setupheadtext[chapter=Chapter]

Navigation menu