Skip to content
New issue

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

[Bug]: 章末参考文献与成果列表冲突 #148

Closed
4 tasks done
atxy-blip opened this issue May 18, 2022 · 0 comments
Closed
4 tasks done

[Bug]: 章末参考文献与成果列表冲突 #148

atxy-blip opened this issue May 18, 2022 · 0 comments
Labels
bibliography Related to bibliography bug Something isn't working

Comments

@atxy-blip
Copy link
Member

先决条件

期望的现象

正常显示成果列表

发生了什么

报错 nested refsection environment

最小工作示例

\documentclass{njuthesis}

\begin{filecontents}{ref.bib}
@article{baiardi2019,
  title = {Large-{{Scale Quantum Dynamics}} with {{Matrix Product States}}},
  author = {Baiardi, Alberto and Reiher, Markus},
  author+an = {2=thesisauthor},
  date = {2019-06-11},
  journaltitle = {J. Chem. Theory Comput.},
  volume = {15},
  number = {6},
  pages = {3481--3498},
  issn = {1549-9618, 1549-9626},
  doi = {10.1021/acs.jctc.9b00301},
  langid = {english}
}
\end{filecontents}
\addbibresource{ref.bib}

\njusetup{bib/option={refsection=chapter}}

\begin{document}

\njuchapter{Test paperlist}
\njupaperlist[papers]{baiardi2019}

\end{document}

njuthesis 模板版本

v0.18.0

模板获取途径

No response

操作系统

No response

TeX 发行版

No response

编译程序

No response

额外信息

初步考虑继续利用 \blx@refsecreset@level 进行条件判断

@atxy-blip atxy-blip added bug Something isn't working bibliography Related to bibliography labels May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bibliography Related to bibliography bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant