The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
399 views

Make a .tex file that combines complete .tex documents in subdirectories

I'm using LaTeX for my research journal (similar to WordPress). There are a number of subdirectories that contain complete (standalone) .tex files along with PDF files that I made from those ...
2
votes
1answer
82 views

Compile separate document chapters into book w/o duplicate references?

I am trying to collect a set of independent documents, each with its own preamble and begin{document} and \end{document} lines into a book. I have looked into the subfiles package and tried \include ...
2
votes
1answer
637 views

Using the “combine” document class with the listings package

I am trying to use the combine document class (manual) to combine several pre-existing documents into a single file with consistent formatting. It works great, except that there is a conflict of some ...