continious entries in table of contents?
Is it possible to set up the table of contents in a way that entries of some level get typeset continiously? I want the entries of the subsubsection level (level 4) to appear in a single block, not as individual lines: [...] 3 Das Autobiografische in den Filmen der Nouvelle Vague 3.1 Film als Kunstwerk 61 3.1.1 Das Autorenkino 61 3.2 Autobiografie als Kunstwerk 68 3.2.1 Autobiografie-Theorie in Frankreich und Deutschland im historischen Vergleich 81 Frankreich 81 Exkurs: Existenziell reflektierende Autobiografie 83 Deutschland 94 3.2.2 Das Autor-Subjekt: Nouvelle Vague – Nouveau Roman 87 3.3 Film und Autobiografie werden Kunst 96 [...] This is my code so far, which works fine except the consecutive lines: \setupcombinedlist[content][level=4,alternative=a,distance=1em, pagecommand={\hskip1em }] \setuplist[chapter][width=0mm,style=\sc,pagestyle=normal] \setuplist[section][width=0mm,margin=1em] \setuplist[subsection][width=0mm,margin=2em] \setuplist[subsubsection][width=0mm,style=slanted, pagestyle=normal,margin=3em] TIA, olli -- Oliver Heins heins@sopos.org http://www.sopos.org/olli GPG: F27A BA8C 1CFB B905 65A8 2544 0F07 B675 9A00 D827 1024D/9A00D827 2004-09-24 -- gpg --recv-keys 0x9A00D827 Please avoid sending me Word or PowerPoint attachments: http://www.gnu.org/philosophy/no-word-attachments.html
Hi,
Try adding "alternative=d" in the options of subsubsection.
Best regards.
-- Cédric
2011/1/17 Oliver Heins
Is it possible to set up the table of contents in a way that entries of some level get typeset continiously? I want the entries of the subsubsection level (level 4) to appear in a single block, not as individual lines:
[...] 3 Das Autobiografische in den Filmen der Nouvelle Vague 3.1 Film als Kunstwerk 61 3.1.1 Das Autorenkino 61 3.2 Autobiografie als Kunstwerk 68 3.2.1 Autobiografie-Theorie in Frankreich und Deutschland im historischen Vergleich 81 Frankreich 81 Exkurs: Existenziell reflektierende Autobiografie 83 Deutschland 94 3.2.2 Das Autor-Subjekt: Nouvelle Vague – Nouveau Roman 87 3.3 Film und Autobiografie werden Kunst 96 [...]
This is my code so far, which works fine except the consecutive lines:
\setupcombinedlist[content][level=4,alternative=a,distance=1em, pagecommand={\hskip1em }] \setuplist[chapter][width=0mm,style=\sc,pagestyle=normal] \setuplist[section][width=0mm,margin=1em] \setuplist[subsection][width=0mm,margin=2em] \setuplist[subsubsection][width=0mm,style=slanted, pagestyle=normal,margin=3em]
TIA, olli
-- Oliver Heins heins@sopos.org http://www.sopos.org/olli GPG: F27A BA8C 1CFB B905 65A8 2544 0F07 B675 9A00 D827 1024D/9A00D827 2004-09-24 -- gpg --recv-keys 0x9A00D827 Please avoid sending me Word or PowerPoint attachments: http://www.gnu.org/philosophy/no-word-attachments.html ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Cedric Mauclair
Try adding "alternative=d" in the options of subsubsection.
Thank you, Cédric, it works perfectly. Best regards, olli -- Oliver Heins heins@sopos.org http://www.sopos.org/olli GPG: F27A BA8C 1CFB B905 65A8 2544 0F07 B675 9A00 D827 1024D/9A00D827 2004-09-24 -- gpg --recv-keys 0x9A00D827 Please avoid sending me Word or PowerPoint attachments: http://www.gnu.org/philosophy/no-word-attachments.html
participants (2)
-
Cedric Mauclair
-
Oliver Heins