latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.latexmkrc (411B)


      1 #!/usr/bin/env perl
      2 $pdf_mode         = 3;
      3 $latex            = 'uplatex -kanji=utf8 -no-guess-input-enc -halt-on-error -interaction=nonstopmode -file-line-error --shell-escape';
      4 $latex_silent     = 'uplatex -kanji=utf8 -no-guess-input-enc -halt-on-error -interaction=batchmode --shell-escape';
      5 $bibtex           = 'upbibtex';
      6 $dvipdf           = 'dvipdfmx %O -o %D %S';
      7 $makeindex        = 'mendex %O -o %D %S';