Mercurial > hg > Papers > 2021 > anatofuz-master
annotate paper/.latexmkrc @ 158:d2be76d48b00 default tip
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 17 Feb 2021 14:37:21 +0900 |
parents | e543ba9a8e5c |
children |
rev | line source |
---|---|
2 | 1 #!/usr/bin/env perl |
2 $latex = 'uplatex -shell-escape -synctex=1 -halt-on-error'; | |
3 $latex_silent = 'uplatex -shell-escape -synctex=1 -halt-on-error -interaction=batchmode'; | |
4 $bibtex = 'pbibtex %O %B'; | |
5 $biber = 'biber %O --bblencoding=utf8 -u -U --output_safechars %B'; | |
6 $dvipdf = 'dvipdfmx %O -o %D %S'; | |
7 #$makeindex = 'upmendex %O -o %D %S'; | |
8 $max_repeat = 5; | |
9 $pdf_mode = 3; |