aboutsummaryrefslogtreecommitdiff
path: root/latex/dot-config/latexmk/latexmkrc
blob: e61b8ea818b802d6cae09de4c6077e85d3730832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$pdf_mode = 1;
$bibtex_use = 1.5;
$latex = 'latex --src-specials %O %S';
$show_time = 1;
$postscript_mode = $dvi_mode = 0;
set_tex_cmds('-synctex=1 -interaction=nonstopmode --shell-escape %O %S');

# This ensures buffer flushing, which makes output better in vimtex
STDOUT->autoflush;
STDERR->autoflush;

# push @generated_exts, "cb";
# push @generated_exts, "cb2";
# push @generated_exts, "spl";
# push @generated_exts, "nav";
# push @generated_exts, "snm";
# push @generated_exts, "tdo";
# push @generated_exts, "nmo";
# push @generated_exts, "brf";
# push @generated_exts, "nlg";
# push @generated_exts, "nlo";
# push @generated_exts, "nls";
# push @generated_exts, "auxlock";
# push @generated_exts, "synctex.gz";
# push @generated_exts, "synctex(busy)";
# push @generated_exts, "pgf-plot.*";
# push @generated_exts, "run.xml";