summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat')
-rwxr-xr-xMaster/texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat b/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat
new file mode 100755
index 00000000000..057b1fc1836
--- /dev/null
+++ b/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat
@@ -0,0 +1,11 @@
+if not exist logo.pdf asy -noV -tex xelatex -f pdf logo.asy
+for %%I in (*.asy) do (
+ if not exist %%~nI.pdf (
+ asy -noV -tex xelatex -f pdf -noprc -render=0 %%I
+ )
+)
+xelatex main
+makeindex main
+xelatex main
+xelatex main
+move /y main.pdf asymptote-zh.pdf \ No newline at end of file