Changes

Jump to navigation Jump to search
666 bytes added ,  20:13, 28 April 2008
no edit summary
I made this in 2008 for some seminary proceedings (Klingberger Reihe Nr.5, [http://verlag.unitarier.de/?menu=0-2-3 Verlag Deutsche Unitarier]). Every chapter is by an other author, and the author must show up in the table of contents, so there's a special handling of chapter titles using newish and undocumented <cmd>startsectionworld</cmd> - thanks to Wolfgang Schuster!
 
This one works only with XeTeX/LuaTeX. Use UTF-8 encoding!
 
==Environment==
]
\def\ChapterTitleMyChapter#1#2#3{\startsectionworld[chapter][author={#1}, text={#2}, subtitle={#3}]}
\setuphead[section][
\stopbackmatter
\stopproduct
</texcode>
 
== Sample Component==
<texcode>
\startcomponent c_00_sample
\product prd_KR05
\project project_proceedings
 
\language[en]
 
\MyChapter%
{Author}%
{Sample title \\with second line}%
{and subtitle}
 
\input tufte
 
\stopsectionworld % \start... is contained by \MyChapter
\stopcomponent
</texcode>

Navigation menu