Mercurial > hg > Papers > 2021 > anatofuz-master
view paper/.latexmkrc @ 80:a15db66cab3c
add other paper
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Feb 2021 08:15:40 +0900 |
parents | e543ba9a8e5c |
children |
line wrap: on
line source
#!/usr/bin/env perl $latex = 'uplatex -shell-escape -synctex=1 -halt-on-error'; $latex_silent = 'uplatex -shell-escape -synctex=1 -halt-on-error -interaction=batchmode'; $bibtex = 'pbibtex %O %B'; $biber = 'biber %O --bblencoding=utf8 -u -U --output_safechars %B'; $dvipdf = 'dvipdfmx %O -o %D %S'; #$makeindex = 'upmendex %O -o %D %S'; $max_repeat = 5; $pdf_mode = 3;