summaryrefslogtreecommitdiff
path: root/info/asymptote-by-example-zh-cn/src/makepdf
blob: 7c17204004440839a4f9df0102b3f500f1614b4b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
xelatex main
asy main
xelatex main
makeindex main
bibtex main
xelatex main
xelatex main
mv main.pdf AsymptoteByExample.pdf