Tagged Questions
10
votes
2answers
226 views
Large document edited by a dozen people
We, a team of 12 people, plan to write a 50 pages paper. The paper will be divided into chapters. Usually, no more than 2 or 3 people will work on a given chapter.
Having one large file will create ...
6
votes
3answers
378 views
Does LaTeX have to reprocess included files that haven't changed?
I have included several .tex files (they do not contain the header code like documentclass, begin and end document, etc). When I include the file using \include everything works. But if I recompile ...
0
votes
0answers
94 views
TeXnicCenter does not compile a document [duplicate]
Possible Duplicate:
How can I fix the error “GUI framework cannot be initialized” with TeXnicCenter and MiKTeX?
I checked the net, but haven't found a solution so far.
I'm using ...
5
votes
3answers
347 views
Producing different versions of a document
I am writing a documentation for a software environment which will be composed of several subfile put together using the \include command.
The thing is, I would like to be able to output different ...
15
votes
2answers
2k views
Speed up compilation by (pre-)compiling chapters separately?
I am writing a long document with many chapters. They are all included from a root document using \input{chapterX.tex} etc. Compiling everything takes pretty long.
As a workaround to make compilation ...