grad-thesis icon indicating copy to clipboard operation
grad-thesis copied to clipboard

LaTeX settings

Open aviatesk opened this issue 5 years ago • 0 comments

  • 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;

aviatesk avatar Sep 06 '20 04:09 aviatesk