summaryrefslogtreecommitdiff
path: root/info/asymptote-manual-zh-cn/src/MAKEPDF.bat
blob: 057b1fc1836deaf10a2b335352d08e5b7f86e495 (plain)
1
2
3
4
5
6
7
8
9
10
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