I would like have the period at the end of a sentence which ends with and equation to immediately follow the equation, not on a new line. But I don't want to include the period in the equation (which just doesn't seem right - the period is not part of the equation).
In other words, I want the period in this code to appear right after the equation, instead of where it appears (circled in the graphic):
Code: Select all
\documentclass[12pt,fleqn,reqno]{article}
\begin{document}
We do all kinds of manipulations which you guys in latex-community don't want to read about, and then we get
\begin{equation}
\ddot{u}_n=k(u_{n-1}-2u_{n}+u_{n+1})
\label{theeEquation}
\end{equation}.
\end{document}
SU
P.S. If putting the period inside the equation line is the only, or appropriate, way to do this, what about if you wanted something else on the same line?