-
Notifications
You must be signed in to change notification settings - Fork 80
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
使用 eqref 引用公式括号内会多加一个空格 #62
Comments
\documentclass{xdupgthesis}
% 导言区:在导言区中常会使用 \usepackage 命令调用宏包,还会进行文档的全局设置
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{caption}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{bbm}
\newenvironment{abstract}{}{}
\usepackage{abstract}
\usepackage[backend=biber, style=gb7714-2015]{biblatex}
%\addbibresource[location=local]{references.bib}
\makeatletter
\let\c@lofdepth\relax
\let\c@lotdepth\relax
\makeatother
\usepackage{subfigure} 这是我加载的一些包,我自查一下看看是哪个包导致的 |
我严重怀疑你没有看文档!!!我特意强调了,不要加载任何与参考文献相关的宏包。 |
另外,你可以多看看 #40 。 |
|
是的,还有 \newenvironment{abstract}{}{}
\usepackage{abstract} xduts有自己的摘要接口。 |
如果你想要我帮助你解决问题,请给出MWE,就像我回复你的那种,能够复现问题。 |
好的好的,我尝试复现一下demo |
你好,我找到问题了,上面提问的有问题 \documentclass{xdupgthesis}
\xdusetup{style/ref-add-space = true}
\usepackage{amsmath}
\begin{document}
\chapter{title}
\begin{equation}
\label{key}
a+b=c
\end{equation}
式\eqref{key}所示
\end{document} 是设置 |
|
后续可能考虑移除这个接口,当初实现的比较草率,个人对这方面理解的也不够深入,目前更推荐自定义宏来辅助完成交叉引用。 |
感谢解答~ |
当我将这个选项设置为true时
table-small-font = true
,使用\eqref引用公式,公式括号内会多加一个空格The text was updated successfully, but these errors were encountered: