ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Centered list of authors in ToC
@ 2021-02-09  9:49 jbf
  2021-02-09 10:02 ` mf
  0 siblings, 1 reply; 6+ messages in thread
From: jbf @ 2021-02-09  9:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 successfully achieve everything (see MWE below) except for getting 
the list of authors to split and be centred. Because there are four of 
them, I would need to split them so they appear as two (centred) with 
the other two below(also centred).

Here is my MWE for the essential bit (which is then called in as 
textcommand=\SectionTocEntry in \setuplist[chapter], obviously):

\define[1]\SectionTocEntry{%
#1\crlf% title
\midaligned{\doifnot{\structurelistuservariable{author}}{}{\structurelistuservariable{author}}}%
}

My problem is that at the moment, the four authors appear on a single 
line, so I end up with:

            My chapter title
Mickey Mouse, Donald Duck, Uncle Scrooge, Minnie Mouse  [p. 1, but in 
fact, Minnie Mouse runs across the page number!]

What I want instead is:

           My chapter title
     Mickey Mouse, Donald Duck
    Uncle Scrooge, Minnie Mouse        [p. number]

Back at the chapter level my code reads:

\startchapter[title={Chapter title}][author={Mickey Mouse, Donald Duck, 
Uncle Scrooge, Minnie Mouse}].

Anyone able to help with this?

Julian







___________________________________________________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2021-02-09 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09  9:49 Centered list of authors in ToC jbf
2021-02-09 10:02 ` mf
2021-02-09 20:18   ` jbf
2021-02-09 20:50   ` jbf
2021-02-09 21:11     ` Hans Hagen
2021-02-09 21:58       ` jbf

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).