hi! i want to achieve the effect i see when using the following code, only in a semantically correct way (and without defining a \MyHeader macro like in some examples) \setuphead[section][numbercommand=\headtext{section}~] \setupheadtext[de][section=Aufgabe] \def\task{\section{}} so if my document looks like \starttext \task \task \stoptext this should render to: Aufgabe 1 Aufgabe 2 (i hope the mailing list delivers html mail) And maybe somebody knows a cool way to do this: \starttext \task \task[Graphs] \stoptext ↓↓↓↓ Aufgabe 1 Aufgabe 2: Graphs thank you!
Am 14.12.2010 um 21:34 schrieb Philipp A.:
hi!
i want to achieve the effect i see when using the following code, only in a semantically correct way (and without defining a \MyHeader macro like in some examples)
[…] And maybe somebody knows a cool way to do this:
\starttext \task \task[Graphs] \stoptext ↓↓↓↓
Aufgabe 1
Aufgabe 2: Graphs
\setuplabeltext[de][aufgabe={Aufgabe ,}] \define[1]\TaskCommand {\doifsomething{#1}{: #1}} \definehead[thetask][section] \setuphead [thetask] [style=sansbold, bodypartlabel=aufgabe, distance=0pt, deeptextcommand=\TaskCommand] \definecomplexorsimpleempty\task \def\complextask[#1]{\thetask{#1}} \mainlanguage[de] \starttext \task \task[Graphs] \stoptext Wolfgang
2010/12/14 Wolfgang Schuster
\setuplabeltext[de][aufgabe={Aufgabe ,}]
\define[1]\TaskCommand {\doifsomething{#1}{: #1}}
\definehead[thetask][section]
\setuphead [thetask] [style=sansbold, bodypartlabel=aufgabe, distance=0pt, deeptextcommand=\TaskCommand]
\definecomplexorsimpleempty\task
\def\complextask[#1]{\thetask{#1}}
\mainlanguage[de]
thank you very much! this is now officially my favoutite mailing list! best regards, philipp
participants (2)
-
Philipp A.
-
Wolfgang Schuster