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
编译的系统:Windows 11 TeX 发行版:TeX Live 2020 模板版本:v7.2.4 模板类型:bachelor
本科生书面翻译的部分,如果使用\thusetup命令将参考文献引用的样式由super改为inline,则使用thuthesis.pdf中给出的latexmk编译或者手动方式进行编译时,均无法显示书面翻译部分的\thusetup命令之后的文献条目;将所有的\thusetup命令注释掉之后,能够正常编译。
虽然问题解决,但是这样限制了在书面翻译部分使用内联的文献样式。希望能够解决一下。
复现上述问题的代码:
\thusetup{ cite-style = inline, } 文献\cite{example} \thusetup{ cite-style = super, }
The text was updated successfully, but these errors were encountered:
应该跟 #648 一样,上次尝试修这个 bug 但没成功。
Sorry, something went wrong.
想了解一下这个问题有进展了吗,我也遇到了类似的问题,本科生书面翻译部分的参考文献列表无法显示。
还没有解决。
顺便问下你的书面翻译部分用的哪个 \bibliographystyle 样式?
\bibliographystyle
想了解一下这个问题有进展了吗,我也遇到了类似的问题,本科生书面翻译部分的参考文献列表无法显示。 还没有解决。 顺便问下你的书面翻译部分用的哪个 \bibliographystyle 样式?
没有修改,使用的是模板里预留的\bibliographystyle{unsrtnat}
No branches or pull requests
编译环境
编译的系统:Windows 11
TeX 发行版:TeX Live 2020
模板版本:v7.2.4
模板类型:bachelor
描述问题
本科生书面翻译的部分,如果使用\thusetup命令将参考文献引用的样式由super改为inline,则使用thuthesis.pdf中给出的latexmk编译或者手动方式进行编译时,均无法显示书面翻译部分的\thusetup命令之后的文献条目;将所有的\thusetup命令注释掉之后,能够正常编译。
虽然问题解决,但是这样限制了在书面翻译部分使用内联的文献样式。希望能够解决一下。
复现上述问题的代码:
The text was updated successfully, but these errors were encountered: