Skip to content

Instantly share code, notes, and snippets.

@uchida
Last active November 12, 2022 06:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uchida/1759935 to your computer and use it in GitHub Desktop.
Save uchida/1759935 to your computer and use it in GitHub Desktop.
latexmkrc sample for LaTeX documents with pdflatex
# -*- cperl -*-
# latexmkrc
$pdflatex = 'pdflatex -8bit -etex -halt-on-error -synctex=1 %O %S';
$pdf_mode = 1;
$bibtex_use = 1;
$clean_ext = '%R_flymake.aux %R_flymake.dvi %R_flymake.log %R_flymake.out';
$clean_full_ext = 'bbl synctex.gz';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment