28 Jan
2009
28 Jan
'09
11:59 a.m.
Am 28.01.2009 um 12:24 schrieb Wolfgang Werners-Lucchini:
I would like to def a costum head, but I also want the pure word 'Inhaltsverzeichnis' as content head.
I tryed: ---------------------------------------- \def\Vortrag#1#2{#1~Vortrag:~#2}% \setuphead[chapter][command=\Vortrag ] \definehead[contenthead][title]
\starttext
\contenthead{Inhaltsverzeichnis} \placecontent
\chapter{Bla} blub
\stoptext ----------------------------------------
But the content head is still prefixed with 'Vortrag:'. What is the solution for this?
\setuphead [chapter] [numbercommand=\groupedcommand{}{~Vortrag:}, distance=\spaceamount] Viele Grüße, Wolfgang