参考文献使用“著录-出版年制”时,附录的引用显示有问题。 #971
-
按照说明文件在thusetup.tex中进行了修改:“ |
Beta Was this translation helpful? Give feedback.
Answered by
zepinglee
Jul 16, 2024
Replies: 1 comment 4 replies
-
我能复现这个 bug。大致是因为 #837 中的修改没考虑到著者-出版年制的情况。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我看了一下,模板本身没有问题,正常写作即可。出错原因在于示例文档为了展示效果,在
chap04.tex
将引用样式切换为顺序编码制,导致附录中的格式也出错。只要删掉chap04.tex
的相关内容就恢复正常。thuthesis/data/chap04.tex
Lines 62 to 64 in 60661f7