Tagged Questions
10
votes
2answers
227 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
4answers
178 views
How to detect and condition based on hostname
How do I construct a conditional statement based on the hostname of the compiling computer in LaTeX? For example:
\ifhostname{mymachine}
\dostuff
\else
\dootherstuff
\fi
Why: I am working with ...