In thew frontmatter there are several titles headings that i want to see in the TOC Here is a stripped down version of my file: ------------------------------------------ \setuphead[chapter] [header=high,footer=chapter,page=yes, alternative=middle, align=normal, number=yes, ] %% \definelist[title] \definelist[chapter] \setuplist[chapter][style=bold] \setuplist[title][style=bold] \setupcombinedlist[content][chapter,title][level=title,alternative d,aligntitle=yes] \starttext \noheaderandfooterlines \title{Contents} \placecontent \page[yes] \chapter{foo} \input knuth.tex \page[yes] \title{bar} \input knuth.tex \stoptext Any sugestions? -- John Culleton Wexford Press Book layout, typesetting and Indexing Free list of books for self-publishers: http://wexfordpress.net/shortlist.html
On 09/08/2015 08:25 PM, John Culleton wrote:
In thew frontmatter there are several titles headings that i want to see in the TOC Here is a stripped down version of my file:
Hi John, I think this might do what you want: \definehead[titleintoc][chapter][number=no] \starttext \noheaderandfooterlines \title{Contents} \placelist[chapter,titleintoc] \chapter{foo} \input knuth.tex \titleintoc{bar} \input knuth.tex \stoptext I hope it helps, Pablo -- http://www.ousia.tk
On Tue, 8 Sep 2015 20:55:04 +0200
Pablo Rodriguez
On 09/08/2015 08:25 PM, John Culleton wrote:
In thew frontmatter there are several titles headings that i want to see in the TOC Here is a stripped down version of my file:
Hi John,
I think this might do what you want:
\definehead[titleintoc][chapter][number=no] \starttext \noheaderandfooterlines \title{Contents} \placelist[chapter,titleintoc] \chapter{foo} \input knuth.tex \titleintoc{bar} \input knuth.tex \stoptext
I hope it helps,
Pablo
Simple elegant, works. Thanks for your help! -- John Culleton Wexford Press Book layout, typesetting and Indexing Free list of books for self-publishers: http://wexfordpress.net/shortlist.html
participants (2)
-
John Culleton
-
Pablo Rodriguez