It bugs on the \leftskip command.
Any idea why ?
If I omit \leftskip, the problem doesn't get solved.


<to be read again> 

                   \emptyargin 

\ChapterList ... \leftskip \listparameter {margin}

                                                   \noindent \currentlistsym...

\processlistofstructure ...\fi \fi \fi \endcsname 

                                                  \dostoptagged \processlist...

l.11 {}

       

\doplacestructurelist ...s = "#4", order = "#5" }}

                                                  \dostoptagged 

\doplacecombinedlist ...edlistparameter \c!order }

                                                  \doendoflist \stoplistrefe...

...

l.49 

     




Mathieu





From: schuster.wolfgang@googlemail.com
Date: Wed, 25 May 2011 20:51:14 +0200
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] TOC : margin size doesn't reset if next section is a chapter


Am 25.05.2011 um 20:21 schrieb Mathieu DUPONT:


In the following example, I set the margin for subsections to 1.25cm, in order for the subsection number to be aligned with the titles of sections.
If the next "section" after a subsection is a section or another subsection, there is no problem.
But if (as shown here) the next "section" (after a subsection) is a chapter, it becomes shifted to the right (its margin is 1.25cm).
Is there something I could add to my command \ChapterList to "reset" the margin to 0cm ?
Thanks !


\setuplabeltext[chapter=CHAPTER~]

\define[3]\ChapterList{
\blank
\par\noindent\currentlistsymbol\crlf
#2\enspace\listdots\enspace
#3\par
}

\define[3]\ChapterList
  {\par
   \listparameter{before}%
   \leftskip\listparameter{margin}%
   \noindent#2\enspace\listdots\enspace#3\par
   \listparameter{after}}

\setuplist[chapter][
margin=0cm,        % this line doesn't do anything
label=yes,
alternative=command,
command=\ChapterList,
]

\setuplist
  [chapter]
  [alternative=command,
   command=\ChapterList,
   label=yes,
   before=\blank,
   margin=0pt]

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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________