master-thesis-tex/latexmkrc

6 lines
158 B
Text
Raw Normal View History

2022-06-20 21:43:27 +02:00
$pdf_mode = 4;
@default_files = ('index.tex');
2022-06-20 22:18:43 +02:00
$out_dir = 'output';
2022-08-05 15:22:42 +02:00
set_tex_cmds( '--shell-escape %O %S' );
2022-08-11 18:39:08 +02:00
$pdf_previewer = 'start zathura output/index.pdf'