Tagged Questions
5
votes
1answer
274 views
What shell commands are executed by LyX View menus?
For a variety of reasons, I'm using LyX as my primary LaTeX document creation tool, but I want to avoid doing things or relying on features of LyX that make it hard to use other tools as well. While ...
3
votes
2answers
533 views
How to clean up .table and .gnuplot using latexmk
I'm using latexmk as my building assistance. I'm also trying to use it as the clean-up contractor... In .latexmkrc I added:
$pdf_previewer = "open -a /Applications/Skim.app";
$clean_ext = "rel paux ...
4
votes
2answers
544 views
Dependencies in Rubber?
I have several figures compiled independently into several pdf files.
Rubber works great in their compilation.
The main document is compiling great with rubber as well.
How can I add dependency (if ...