blob: 5f4570aed772afeb7db0be103937005135633480 (
plain)
1
2
3
4
5
6
|
$pdf_mode = 1;
$pdflatex = 'pdflatex --shell-escape';
$pdf_previewer = 'zathura -s -x "vim --servername SYNC --remote +%{line} %{input}" %O %S';
$out_dir = 'build';
$clean_ext = "synctex.gz synctex.gz(busy) bbl dvi nav run run.xml snm";
$new_viewer_always;
|