summaryrefslogtreecommitdiff
path: root/info/tlmgr-intro-zh-cn/latexmkrc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-23 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2021-04-23 03:01:11 +0000
commit24c5753beaf378d35553785f02c3110a1c0fe293 (patch)
treebe3619b21e63117ba3cb279efb65081b600e74b9 /info/tlmgr-intro-zh-cn/latexmkrc
parent39a0cee90a81b676f789f5599ec8a4fb5e5bbd52 (diff)
CTAN sync 202104230301
Diffstat (limited to 'info/tlmgr-intro-zh-cn/latexmkrc')
-rw-r--r--info/tlmgr-intro-zh-cn/latexmkrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/info/tlmgr-intro-zh-cn/latexmkrc b/info/tlmgr-intro-zh-cn/latexmkrc
new file mode 100644
index 0000000000..da26b8509c
--- /dev/null
+++ b/info/tlmgr-intro-zh-cn/latexmkrc
@@ -0,0 +1,33 @@
+
+@default_files = ('tlmgr-intro-zh-cn.tex');
+
+# Cleanup mode
+# [2 is for doing aux files cleanup before building, ex]
+# [1 is for doing ALL output files cleanup]
+# [0 is for not doing cleanup]
+$cleanup_mode = 0;
+
+# Use XeLaTeX to compile.
+# [5 is XeLaTeX]
+$pdf_mode = 1;
+
+$clean_ext = "synctex.gz acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind lof log lot out run.xml toc pdf thm toe ist idx";
+
+# Preview mode & Auto complie after save.
+$preview_continuous_mode = 0;
+
+# Set XeLaTeX option.
+$pdflatex = "xelatex -halt-on-error -interaction=nonstopmode -synctex=1 %O %S";
+
+# Process index. [Use Chinese index program]
+# $makeindex = 'zhmakeindex %O -o %D %S';
+
+# Preview mode
+# [1 is for running a previewer after building]
+# [0 is for not running it]
+# $preview_mode = 1;
+
+
+$show_time=1;
+
+$sleep_time=1; \ No newline at end of file