mailing-etiquette/.latexmkrc

11 lines
241 B
Text
Raw Normal View History

2023-09-07 14:59:32 +00:00
$aux_dir = "target";
2023-09-07 13:24:13 +00:00
$bibtex_use = 2;
$cleanup_includes_cusdep_generated = 1;
$out_dir = "target";
$pdf_mode = 5;
$silent = 1;
2023-09-07 14:59:32 +00:00
$xelatex = "xelatex -shell-escape %O %S";
2023-09-07 13:24:13 +00:00
# Beamer-specific extensions
2023-09-07 15:38:58 +00:00
$clean_ext = "nav snm %R-*.jpg %R-*.png";