Questions tagged [multiple-files]
146 questions
7
votes
1 answer
Multiple Documents by Different Authors and One Table of Contents
I have a number of different LaTeX documents. Each document has a different title and author. Is there any way for me to:
Combine all of these documents into one larger document with accurate page numbers and a single title page for the entire…
okarin
- 133
- 2
- 12
2
votes
0 answers
How best to produce mutltiple selective outputs in different styles from single input file
I've been using Pandoc and LaTeX for academic work, and now I'm wondering whether I could use it to produce church service sheets. The catch is that I'd not just like do produce a single output -- which would be easy enough -- but to produce…
JGC
- 369
1
vote
0 answers
How to use \processifversion in Latex
I am using the \processifversion{tag} to create various versions of report. I have two questions on how to use this command or its equivalent \begin{tag} ... \end{tag}:
In a table, I wanted to pick up a specific line for a "tag" using…
Tommy Cat
- 11
1
vote
2 answers
Maintain a consistent style in a multi-file document
I am trying to set up a multi-file document where I use \input to add different .tex files to my main document. Each .tex file is in its own directory/folder. I have also created a .sty file which contains the preamble packages and code to set the…
Kevin
- 367
- 1
- 4
- 16
1
vote
0 answers
generate multiple documents
Is it possible to generate multiple documents files from one .tex file? For instance:
\begin{document}
\input{part1}
\input{part2}
\end{document}
I would like part1 to be generated in part1.pdf and part2 to be generated in part2.pdf.
JRR
- 161
0
votes
0 answers
Combining different knitr files into one
I have written several documents in article class using knitr. Each of these files uses different packages, defines its own macros, includes multiple tables and figures, and has its own natbib library. Some include an appendix. Each file used to be…
bumblebee
- 270
- 1
- 9
0
votes
0 answers
Construction of many modular documents, friendly UI
I want to produce hundreds of related documents (product manuals).
Goals:
follow a similar structure
subject to a common style (logo, font, etc).
Share common components
pull fragments from databases
flexible image placement
produce PDF…