Re: [NTG-context] Centered list of authors in ToC

2021-02-09 Thread jbf
Thanks for the alternative. Also gives me further ideas, especially regarding placement of the \startalignment Julian On 10/2/21 8:11 am, Hans Hagen wrote: On 2/9/2021 9:50 PM, jbf wrote: Resolved! \define[1]\SectionTocEntry{% #1\crlf% title

Re: [NTG-context] Centered list of authors in ToC

2021-02-09 Thread Hans Hagen
On 2/9/2021 9:50 PM, jbf wrote: Resolved! \define[1]\SectionTocEntry{% #1\crlf% title \startalignment[middle]\doifnot{\structurelistuservariable{author}}{}{\structurelistuservariable{author}}% \stopalignment} You need to move the \startalignment into the test (you don't want en empty one

Re: [NTG-context] Centered list of authors in ToC

2021-02-09 Thread jbf
Resolved! \define[1]\SectionTocEntry{% #1\crlf% title \startalignment[middle]\doifnot{\structurelistuservariable{author}}{}{\structurelistuservariable{author}}% \stopalignment} Julian On 9/2/21 9:02 pm, mf wrote: Il 09/02/21 10:49, jbf ha scritto: I wonder if someone can assist me with the

Re: [NTG-context] Centered list of authors in ToC

2021-02-09 Thread jbf
Thank you. Ci siamo quasi, ma non del tutto! Nearly there! The \midaligned{... } was obviously preventing the \crlf in the \startchapter from working. Removing it altogether allowed the split to occur but obviously not centred. So i have tried now adding the \startalignment[middle] to the

Re: [NTG-context] Centered list of authors in ToC

2021-02-09 Thread mf
Il 09/02/21 10:49, jbf ha scritto: I wonder if someone can assist me with the final step in a complicated Table of Contents where all items in the ToC are centred (except page numbers which continue to be on the right). Beneath each chapter title is a list of authors (Yes, there can be up to

[NTG-context] Centered list of authors in ToC

2021-02-09 Thread jbf
I wonder if someone can assist me with the final step in a complicated Table of Contents where all items in the ToC are centred (except page numbers which continue to be on the right). Beneath each chapter title is a list of authors (Yes, there can be up to four authors per chapter!) I can