Add dots between equation and equation numbers without changing the equation's default center position?
Asked
Active
Viewed 1,129 times
0
1 Answers
4
Do you mean like this?

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
\documentclass{...}and ending with\end{document}. – jub0bs Apr 22 '13 at 17:19