ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* About the table of contents
@ 2020-07-11 13:02 Fabrice Couvreur
  2020-07-11 14:19 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2020-07-11 13:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 689 bytes --]

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


\setuplist
  [chapter]
  [style=bold,width=10mm]
\starttext
\placelist
      [chapter,section,subsection]
      [criterium=all,
       interaction=all,
       alternative=c]
\startchapter
  [title=My first chapter]
  \dorecurse{2}{\input knuth}
  \startsection
    [title=My first section]
    \dorecurse{2}{\input knuth}
    \startsubsection
      [title=My first subsection]
      \dorecurse{2}{\input knuth}
    \stopsubsection
  \stopsection
\stopchapter
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1641 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-11 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-11 13:02 About the table of contents Fabrice Couvreur
2020-07-11 14:19 ` Wolfgang Schuster
     [not found]   ` <CACyK-eriRT=v3GAomNch0n_kiX1w_0N2gvjHRkrhXoefHJkz6g@mail.gmail.com>
2020-07-11 14:41     ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).