0

Add dots between equation and equation numbers without changing the equation's default center position?

Mico
  • 506,678

1 Answers1

4

Do you mean like this?

enter image description here

That seems a little strange but can be achieved with:

\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}
David Carlisle
  • 757,742