4 Jun
2011
4 Jun
'11
4:29 p.m.
Am 04.06.2011 um 16:24 schrieb Marco:
How can I get the chapter name in a new line, like:
Chapter 1 Foo Bar
The following yields to “Chapter1Foo Bar”.
\setuplabeltext [en] [chapter=Chapter~] \def\MyChapter#1#2{#1\blank#2}
\define[2]\MyChapter {\framed[frame=off,width=broad,align=flushleft]{#1\\#2}} Wolfgang