-
表格标题中引用的参考文献会出现在正文(从第一章绪论开始)引用的参考文献之前 |
Beta Was this translation helpful? Give feedback.
Answered by
note286
Mar 3, 2024
Replies: 3 comments 3 replies
-
解决方案: |
Beta Was this translation helpful? Give feedback.
1 reply
-
根据你的描述,你应该是使用了 \usepackage{notoccite} 来规避这个问题,正文中无需任何修改。 另外,如果你使用默认的 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shawchoy
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
根据你的描述,你应该是使用了
\xdusetup{style/bib-backend=bibtex}
切换到了bibtex
,你可以添加来规避这个问题,正文中无需任何修改。
另外,如果你使用默认的
biblatex
,则不会有这种情况出现。