\setuphead[section][alternative=middle,conversion=R,sectionstopper=.]9. August 2016 um 22:43Hello,
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?