We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译的系统:macOS 10.14 TeX 发行版:TeX Live 2017 模板版本:v7.1.0 模板类型:doctor
从github下载最新的master分支代码:
commit 3d644890bad628e8af771caa67356c806c51cb08 (HEAD -> master, origin/master, origin/dev, origin/HEAD) Author: Zeping Lee <[email protected]> Date: Tue Nov 10 20:01:00 2020 +0800 Fix bib format: remove space before pages
直接运行xetex thuthesis.ins 和 make all,编译报错,错误日志: thuthesis-example.log
xetex thuthesis.ins
make all
复现上述问题的代码: master分支,无改动。
The text was updated successfully, but these errors were encountered:
另外还想请教:master分支是更新了bib格式和指定文件位置吗?是否从thuthesis-example.tex移动到了thusetup.tex?
thuthesis-example.tex
thusetup.tex
我注意到thusetup.tex文件中“参考文献使用 BibLaTeX 宏包“这部分的代码 有变动,以下两行被放出:
\usepackage[backend=biber,style=thuthesis-numeric]{biblatex} \addbibresource{ref/refs.bib}
在thuthesis-example.tex文件中,\bibliography{ref/refs}被注释掉,\printbibliography被放出。
\bibliography{ref/refs}
\printbibliography
Sorry, something went wrong.
测试 biblatex 时忘记改回去了,不知道 CI 是咋过的。
bib 格式和制定文件位置的差异主要是 bibtex 和 biblatex 的差异
8e33a92
No branches or pull requests
编译环境
编译的系统:macOS 10.14
TeX 发行版:TeX Live 2017
模板版本:v7.1.0
模板类型:doctor
描述问题
从github下载最新的master分支代码:
直接运行
xetex thuthesis.ins
和make all
,编译报错,错误日志:thuthesis-example.log
复现上述问题的代码:
master分支,无改动。
The text was updated successfully, but these errors were encountered: