The build-system tag has no wiki summary.
9
votes
2answers
2k views
Specify -output-directory when using latexmk
I am using latexmk for the automatic resolution of needed reruns. I would like to put all build files (aux, log, bbl, pdf, etc.) in a subdirectory.
I cannot find an option for latexmk to do this. If ...
4
votes
1answer
974 views
How to use kile with feynmf or feynmp?
Does somebody know how to teach kile to automatically do the additional steps for compiling Latex documents that contain Feynman diagrams produced with feynmf or feynmp?
For what I know I have to ...
4
votes
3answers
664 views
How to upload LaTeX manuscript, tables, figures, and auxiliary files to Elsevier's EES?
Can someone who has successfully submitted a LaTeX-based paper to the Elsevier Editorial System please describe the detailed steps needed, so that the paper builds correctly on EES, and can be ...
5
votes
1answer
386 views
How to use latekmk with feynmf/feynmp?
Background
The latexmk tool can be used to automatically process your LaTeX files enough times to generate the output. As discussed here and here, latexmk now supports setting out_dir which passes ...
0
votes
1answer
185 views
How do I set document options at compile time? [duplicate]
Possible Duplicates:
Conditional Compiling and \documentclass
Passing parameters to a document
Changing LaTeX headers via a makefile
I'm setting up a Rakefile for a LaTeX document and I'd ...