I'm using a master document by including the child documents with \include{} command. I can compile the master document to get the big document with all child documents included. I wonder how to get one big master document as well as individual child documents with the correct pagination through only one compile.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
If you want just one compile (not multiple compiles with |
||||
|
|

\includeonlyto include only parts but get the page numbers right? – Christian May 2 '12 at 22:22\includeonly. There is no automated process yet, but just last week when I submitted my thesis I thought about writing a package for this. – Martin Scharrer♦ May 4 '12 at 20:28