view Paper/.latexmkrc @ 9:bc8222372b9d

ADD スライドの流れを一旦push
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Mon, 23 May 2022 17:16:09 +0900
parents 6a61c1eb0205
children
line wrap: on
line source

#!/usr/bin/env perl
$latex            = 'platex -shell-escape -synctex=1 -halt-on-error';
$latex_silent     = 'platex -shell-escape -synctex=1 -halt-on-error -interaction=batchmode';
$bibtex           = 'pbibtex';
$dvipdf           = 'dvipdfmx %O -o %D %S';
$makeindex        = 'mendex %O -o %D %S';
$max_repeat       = 5;
$pdf_mode     = 3; # generates pdf via dvipdfmx

# Prevent latexmk from removing PDF after typeset.
# This enables Skim to chase the update in PDF automatically.
$pvc_view_file_via_temporary = 0;