farseerfc / sjtu-thesis-xelatex

This repo is UNMAINTAINED and DEPRECATED, 代码已过时,请使用下面的模板
https://github.com/weijianwen/sjtu-thesis-template-latex
6 stars 6 forks source link

关于Makefile #1

Open gsj987 opened 12 years ago

gsj987 commented 12 years ago

大大你好,关于makefile报错的问题,只需要在bibtex前加一个 “-” 就行了 我的写法:

${BASE}.pdf: ${BASE}.tex $(XELATEX) -no-pdf --interaction=nonstopmode ${BASE} -$(BIBTEX) ${BASE} > /dev/null $(XELATEX) -no-pdf --interaction=nonstopmode ${BASE} $(XELATEX) --interaction=nonstopmode ${BASE}

希望有帮助 :)

farseerfc commented 12 years ago

哈哈,我試試