如何使方程式和方程式编号之间的点居中对齐?

如何使方程式和方程式编号之间的点居中对齐?

在方程式和方程式编号之间添加点而不改变方程式的默认中心位置?

答案1

你是說這樣嗎?

在此处输入图片描述

这看起来有点奇怪,但可以通过以下方法实现:

\documentclass{article}

\begin{document}

\noindent X\dotfill X
\begin{equation}
\hskip \textwidth minus \textwidth 
e=mc^2
\leaders\hbox{ . }\hskip \textwidth minus \textwidth
\end{equation}

\end{document}

相关内容