9 Aug
2016
9 Aug
'16
8:50 p.m.
Lukáš Procházka mailto:LPr@pontex.cz 9. August 2016 um 22:43 Hello,
I need to produce a \section with midaligned number and midaligned text bellow the number, like:
|<--------- text width ---------->| "
I. Section
Bla bla ... "
I tried this:
---- \define[2]\Sec{\midaligned{#1.}\midaligned{#2}}
\setuphead[section][command=\Sec,conversion=R]
\starttext \section{Section} \stoptext ----
but it seems that text "Section" is shifted out somewhere...
How to \setuphead[section] in a proper way? \setuphead[section][alternative=middle,conversion=R,sectionstopper=.]
\starttext \section{Section} \stoptext Wolfgang