summaryrefslogtreecommitdiff
path: root/info/asymptote-manual-zh-cn/src/makepdf
blob: 87020486aa03c39315b5dbdd6b62037531b3d186 (plain)
1
2
3
4
5
6
7
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