Tagged Questions
3
votes
1answer
104 views
How to run LaTeX and lilypond-book in one command?
I was wondering if there was any command which would let me create a PDF from a LyTeX source in one step. Currently, I am first executing lilypond-book:
lilypond-book --latex-program=pdflatex --pdf ...
3
votes
1answer
1k views
pdflatex, latexmk, synctex: Adding an option to pdflatex causes synctex to fail
The user "Mike" kindly helped me on Latex, Emacs: automatically open TeX Help buffer on error and close it after correction of the error? to create the following function which makes error detection ...
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 ...
4
votes
2answers
686 views
putting (aux log out toc bbl bib blg) files in another directory with latexmk
Is it possible to put (aux log out toc bbl bib blg) files in another directory with latexmk?