Working with TOC layout and the "new" manual. The default layout leaves a blank line between section entries. I want to reduce this to zero. I tried this: \setuplist[section] [alternative=a,before=,after=,distance=1pt] \completecontent but this didn't remove the extra space. Hints? -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
Am 03.04.2013 um 21:28 schrieb john Culleton
Working with TOC layout and the "new" manual. The default layout leaves a blank line between section entries. I want to reduce this to zero. I tried this:
\setuplist[section] [alternative=a,before=,after=,distance=1pt] \completecontent
but this didn't remove the extra space. Hints?
There are no blank lines between the entries. \starttext \completecontent \page \dorecurse{12}{\section{Section #1}} \stoptext Wolfgang
On Thu, 4 Apr 2013 06:36:55 +0200
Wolfgang Schuster
Am 03.04.2013 um 21:28 schrieb john Culleton
: Working with TOC layout and the "new" manual. The default layout leaves a blank line between section entries. I want to reduce this to zero. I tried this:
\setuplist[section] [alternative=a,before=,after=,distance=1pt] \completecontent
but this didn't remove the extra space. Hints?
There are no blank lines between the entries.
\starttext
\completecontent
\page
\dorecurse{12}{\section{Section #1}}
\stoptext
Wolfgang
I had a line \setupwhitespace[medium] in the preamble to the file. I moved it to occur after \startbodymatter and all was fine. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
Am 04.04.2013 um 22:37 schrieb john Culleton
I had a line \setupwhitespace[medium] in the preamble to the file. I moved it to occur after \startbodymatter and all was fine.
You can use \startsectionblockenvironment to enable the setup with the begin of a certain sectionblock, e.g. \startsectionblockenvironment[bodypart] \setuphitespace[medium] \stopsectionblockenvironment enables the parskip at the \startbodymatter line in your document. Wolfgang
participants (2)
-
john Culleton
-
Wolfgang Schuster