grad-thesis
grad-thesis copied to clipboard
LaTeX settings
- install TexLive or MacTex
- latexmk parameters:
-shell-escape -synctex=1 -interaction=nonstopmode -file-line-error
.latexmkrc
#!/usr/bin/env perl
$latex = 'uplatex -synctex=1 -halt-on-error %O %S';
$bibtex = 'upbibtex %O %B';
$dvipdf = 'dvipdfmx %O -o %D %S';
$makeindex = 'mendex -U %O -o %D %S';
$max_repeat = 5;
$pdf_mode = 3; # generates pdf via dvipdfmx
$pvc_view_file_via_temporary = 0;