Skip to main content
7 events
when toggle format what by license comment
Dec 17, 2011 at 3:10 vote accept Village
Dec 17, 2011 at 2:20 answer added cmhughes timeline score: 7
Dec 17, 2011 at 2:12 comment added Village Oh, sorry, I thought that question was not a good question because I found inparaenum does what I needed. Now, I see maybe others need that too. I have reposted the question.
Dec 17, 2011 at 2:12 comment added Gonzalo Medina The titletoc package, for example, would let you have multiple independent ToCs, but simply resetting the page counter will produce problems with hyperref (the typical pdfTeX warning (ext4): destination with the same identifier (name{page.4}) has been already used, duplicate ignored warnings). It's better to work on different .tex files and possibly use xr or to use memoir (as suggested in another of your questions).
Dec 17, 2011 at 2:00 comment added mbork It might be a better solution to have them in different files and then join only the pdfs with the iad of the pdfpages package. PS. It's a pity that you deleted your question about "omitting" once-used counters: this is something many people might find useful, I was just about to start coding that;).
Dec 17, 2011 at 1:54 comment added 5gon12eder LaTeX way of creating a table of contents is to write a line for each TOC entry into a file named \jobname.toc. (I.e. every time a \section or so is encountered.) The \tableofcontents macro basically (via the \@starttoc macro) reads in that file and clears it afterwards. Therefore, you can't "abuse" the \tableofcontents for your purpose.
Dec 17, 2011 at 1:32 history asked Village CC BY-SA 3.0