提交 ceb25378 编写于 作者: M muli

increase buf size in xelatex

上级 55677c07
......@@ -57,7 +57,9 @@ pdf: $(DEPS) $(OBJ) $(PDFIMG)
sed -i s/\.svg/\.pdf/ $(TEX)
sed -i s/\}\.gif/\_00\}.pdf/ $(TEX)
sed -i s/{tocdepth}{0}/{tocdepth}{1}/ $(TEX)
cd build/_build/latex && xelatex gluon_tutorials_zh.tex && xelatex gluon_tutorials_zh.tex
cd build/_build/latex && \
buf_size=10000000 xelatex gluon_tutorials_zh.tex && \
buf_size=10000000 xelatex gluon_tutorials_zh.tex
clean:
rm -rf build/chapter* $(DEPS) $(PKG)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册