5 Apr
2010
5 Apr
'10
11:06 a.m.
Am 05.04.10 10:54, schrieb Jan Pohanka:
Hello,
I have following code (simplified)
\def\mySubject#1{#1} \setuphead[subject][style=\bfb\ss,color=HeadColor,before=,after=,textcommand={\mySubject}]
When the command option is not set it works as expected and typeset the heading (subject) without any indenting, but using the command causes the small horizontal space in front of the subject. Is there any possibility to get rid of it? Learn to make a minimal example, with this I can't see what you mean.
\def\mySubject#1{#1} \setuphead [subject] [style=\bfb\ss, color=HeadColor, before=, after=, textcommand={\mySubject}] \showframe \starttext \subject{Text} \stoptext Wolfgang