2 Apr
2011
2 Apr
'11
11:59 a.m.
On 2011-04-02 Nicola
1) I need to shift the title 12pt below the top margin. This is my command now:
\definefont[TitleStyle][SerifBold at 14pt] \setuphead[title][ style=TitleStyle, align=middle, textstyle=WORD,
before={\blank[12pt,force]},
after={\blank[3pt]} ]
But 'before' does not seem to have any effect. My document starts with \starttext\title{...}.
2) I need (sub)section titles indented by .75cm, regardless of the section number, so that in:
1 First Section 1.1 First Subsection 100 Another Section Title 100.1 Another subsection
\setuphead [chapter,section] [command=\myseccmd] \def\myseccmd#1#2{\hbox to .75cm{#1}#2} Marco