Tagged Questions
2
votes
0answers
64 views
Parallel make with standalone package
This question is a LaTeX question, although it might actually be resolved by changing the build procedure of the document instead of the document itself.
I have a document that includes a bunch of ...
6
votes
2answers
407 views
How can I keep a clean document folder with custom .cls, .sty, .bst files in a separate subfolder?
I am using a Makefile for generating a document from its tex source. The whole project consisting of own input files (.tex,.bib,.eps, ...) and non-pre-installed static input files (cls, sty, bst) is ...