From sinclai...@gmail.com Wed Aug 22 02:49:26 2012 groff mm macros defines four registers: Lf, Lt, Lx, and Le. The first three are set to 1 (enable) by default. To disable printing of List of figures, List of tables and List of exhibits set them to 0. The last one is set to 0 (disable) by default and corresponds to the List of equations.
Thank you. I now see these in the mm man page. As for the .TC macro, as far as I understand, groff mm is a printing-oriented engine (as the groff itself). Each heading is processed and collected into the diversion to be output later, at the end of the document. It means that the ToC pages are placed at the beginning of the document manually after printing. Ok, I get it, thanks. However, you can use any PostScript utilities to change the page order or create the ToC by hands using .)E macro of mm. Which utility would you recommend? Do you know how to do this with GhostScript? Anton