On 16/01/14 21:13, Chad Roseburg wrote: > The whole document is repeated -- Ie., a 2 page document starts over on > page 3 resulting in a 4 page document.
You need to add the --no-toc-relocation option to your pdfroff command line. By default, pdfroff tries to perform Table of Contents relocation, based on use of the -ms .TC macro to generate the TOC. Since you are using -mom rather than -ms (via -mspdf), you will not have appropriate TOC relocation entries in the pdfroff intermediate files, so you need to suppress the attempted relocation. (Even if you do use -mspdf, you may need to add --no-toc-relocation, if your document doesn't use the -ms .TC feature). -- Regards, Keith.
