aboutsummaryrefslogtreecommitdiff
path: root/vim/.latexmkrc
blob: ce212c37cb6b07aa66fbba64e2b9351a1136b078 (plain) (blame)
1
2
3
4
5
6
7
8
$pdf_mode = 1;

$pdf_previewer = 'SERVER=`md5sum %T`; zathura -x "vim --servername \'$SERVER\' --remote-tab +%{line} %{input}" %S & urxvt -e vim --servername "$SERVER" %T';

push @extra_pdflatex_options, '-synctex=1' ;
push @extra_pdflatex_options, '-halt-on-error' ;
push @extra_pdflatex_options, '-file-line-error' ;
push @extra_pdflatex_options, '-interaction nonstopmode' ;