Tagged Questions
3
votes
1answer
67 views
Inserting a document with its own internal section numbering in another document
I have a fairly large LaTeX document, with several chapters. In one chapter, I intend to insert another LaTeX document. "In the following pages, we include (DOCUMENT) ..."
I could use \includepdf, ...
1
vote
1answer
1k views
How to insert one latex document into another.
This is probably online but I am not sure how to word the search. I have a long latex document, and it is getting messy editing it, is there a way to split the chapters into separate latex documents ...
0
votes
1answer
214 views
Compiling Master and Individual Child documents with correct pagination
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 ...
7
votes
2answers
227 views
Options for building multiple documents from the same content with different layouts
I need to produce two document layouts using the same content. I'm going to be making heavy use of the input{} command to do this, but it is more complex than just this. I'm looking for suggestions ...