diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/asymptote-manual-zh/src/makepdf')
-rw-r--r-- | Master/texmf-dist/doc/support/asymptote-manual-zh/src/makepdf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/asymptote-manual-zh/src/makepdf b/Master/texmf-dist/doc/support/asymptote-manual-zh/src/makepdf new file mode 100644 index 00000000000..87020486aa0 --- /dev/null +++ b/Master/texmf-dist/doc/support/asymptote-manual-zh/src/makepdf @@ -0,0 +1,8 @@ +#!/bin/sh +asy -noV -tex xelatex -f pdf logo.asy +asy -noV -tex xelatex -f pdf -noprc -render=0 *.asy +xelatex main +makeindex main +xelatex main +xelatex main +mv main.pdf asymptote-zh.pdf |