Fabrice Couvreur schrieb am 11.07.2020 um 15:02:
Hello,
I would like to reduce the space between the numbering and the title of the chapters, sections and subsections.
I would also like to have this:

1 My first chapter
1.1 My first section
1.1.1 My first subsection

You can use

\setuplist
  [chapter,section,subsection]
  [width=fit,distance=\spaceamount]

or

\setuplist [chapter]    [width=1em]
\setuplist [section]    [width=2em]
\setuplist [subsection] [width=3em]

or

\setuplist [chapter,section,subsection] [distance=\spaceamount]

\setuplist [chapter]    [width=\widthofstring{0}]
\setuplist [section]    [width=\widthofstring{0.0}]
\setuplist [subsection] [width=\widthofstring{0.0.0}]

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to