tuna / thuthesis

LaTeX Thesis Template for Tsinghua University
https://www.ctan.org/pkg/thuthesis
LaTeX Project Public License v1.3c
4.52k stars 1.07k forks source link

在论文的正文中引用某个文献中的定理,这个定理会显示成上标 #833

Closed yxliu23 closed 1 year ago

yxliu23 commented 1 year ago

编译环境

编译的系统:macOS 10.14 TeX 发行版:TeX Live 2019 / MacTeX 2019 / MiKTeX 2.9.6753 模板版本:v5.5.2 模板类型:doctor

描述问题

在论文的正文中引用某个文献中的定理,这个定理会显示成上标。怎么取消上标?

截图: image

复现上述问题的代码:

\documentclass[degree=doctor]{thuthesis}
\begin{document}

\cite[Theorem 1.2]{DL22}

\end{document}
zepinglee commented 1 year ago

上标主要是因为引文页码的格式。

Screenshot 2023-02-28 at 17 59 19