Created
October 13, 2016 09:32
-
-
Save troeger/b82b683a64515d3159a95f364a0d0fc5 to your computer and use it in GitHub Desktop.
Let "latexmk" consider extra files from another directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ENV{'TEXINPUTS'}='.:../../../Common//:../Include/:' . $ENV{'TEXINPUTS'}; | |
$pdflatex="pdflatex -shell-escape -file-line-error --synctex=1 %O %S"; | |
$pdf_mode=1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment