On Tue, 11 Aug 2015, Wolfgang Schuster wrote:
Aditya Mahajan mailto:adityam@umich.edu 11. August 2015 18:53 Hi,
I am using a document structure "part-section-subsection" (i.e., no chapters). The page numbers have to be formatted as "partnumber-pagenumber". So, I am using the following setup:
\setupuserpagenumber[way=bypart, prefix=yes, prefixset=part]
The page numbers are formatted correctly on each page, but not in the table of contents. For example,
\setupuserpagenumber[way=bypart, prefix=yes, prefixset=part]
\starttext \placelist[part,section][alternative=c, criterium=all] Change this to
\placelist[part,section][alternative=c,criterium=all,pageprefixsegments=part]
or
\placelist[part,section][alternative=c,criterium=all,pageprefixset=part]
Thanks! Aditya