blob: 813ad8e8cd9f9f6c3745144581bb1a9f08742c75 (
plain)
1
2
3
4
5
6
7
8
|
@default_files = ('komfour_zf.tex');
$pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode';
$pdf_mode = 1;
$aux_dir = 'build';
$out_dir = 'build';
$pdf_previewer = 'start zathura';
|