master-thesis-tex/talk/latexmkrc

6 lines
158 B
Text
Raw Permalink Normal View History

2022-08-15 21:41:53 +02:00
$pdf_mode = 4;
@default_files = ('index.tex');
$out_dir = 'output';
set_tex_cmds( '--shell-escape %O %S' );
$pdf_previewer = 'start zathura output/index.pdf'