Skip to content

Instantly share code, notes, and snippets.

@troeger
Created October 13, 2016 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troeger/b82b683a64515d3159a95f364a0d0fc5 to your computer and use it in GitHub Desktop.
Save troeger/b82b683a64515d3159a95f364a0d0fc5 to your computer and use it in GitHub Desktop.
Let "latexmk" consider extra files from another directory
$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