Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Last active August 29, 2015 14:07
Show Gist options
  • Save bitjockey42/e3e86d2f10e64bc89828 to your computer and use it in GitHub Desktop.
Save bitjockey42/e3e86d2f10e64bc89828 to your computer and use it in GitHub Desktop.
latexmkrc to use with zathura
$pdf_mode = 1; # Create PDFs always
$pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %O %S && cp "%D" "%R.pdf"';
$pdf_viewer = 'zathura';
$clean_ext = 'acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind ist lof log lot out run.xml toc dvi bbl rel %R-blx.bib %R.synctex.gz';
$out_dir = './output';
$aux_dir = './tmp';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment