Tagged Questions
2
votes
1answer
53 views
Separate chapters, each with individual preface, included in same document
I have a document I want to split up into individual sections. I'd like each individual section to be independently compilable, but of course I also need the whole document to compile.
The trouble ...
2
votes
1answer
201 views
'\include' sections of files?
Is it possible to include a section of a file?
Context: Literature Reviews for thesis, I write long(ish) notes on each paper/article/whatever, but generally have a 'bird's eye view' summary. I'd like ...
4
votes
1answer
64 views
Removing whitespaces caused by separate source files
I have an article which consists of multiple files, a main file with following section includes:
\include{Introduction}
\include{ProposedProtocol}
\include{Comparison}
\include{FutureWork}
...
12
votes
2answers
1k views
Keep chapter number of chapters inserted with \include
Okay, I've puzzled over this for a while and I can't work it out.
I have a document with several chapters, using the memoir class. I've separated each chapter into separate files, and I'm including ...