-
在使用\eqref时,发现引用不对称,效果如下 |
Beta Was this translation helpful? Give feedback.
Answered by
note286
Jan 13, 2025
Replies: 1 comment 3 replies
-
引用标签丢失的问题应该是标签不一致,或者没有两次编译。 公式引用和表格对齐不存在问题,无法复现。 \documentclass{xdupgthesis}
\usepackage{amsmath}
\xdusetup{style/table-align=left}
\begin{document}
\chapter{title}
\begin{equation}
\label{key}
a+b
\end{equation}
公式\eqref{key}在
公式 \eqref{key} 在
\begin{table}
\caption{title}
\begin{tabular}{cc}
\hline
c&c\\
\hline
c&c\\
\hline
\end{tabular}
\end{table}
\end{document} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你对
table-align
有误解,不是单元格内对齐,是表格相对于纸张对齐。标签丢失问题如果你无法给出复现代码,无法提供帮助。