Just as my title says, I would prefer to have my qed symbol to be 1 line lower than the last line of my proof. By default its on the same line and aligned to the right.
How can I achieve this?
EDIT: See below code for an example:
\documentclass[11pt,a4paper]{article}
\usepackage[margin=3cm]{geometry}
\usepackage[english]{babel}
\usepackage{amsmath, amsthm}
\begin{document}
\begin{proof}
Hello there good chap! I'll put in another line here just to be sure its clear what I mean.
\end{proof}
\end{document}



\relax\ifhmode\\\else\par\fi\popQED? – yo' Feb 13 '14 at 11:19\nopagebreak[4]\par\popQEDis better – karlkoeller Feb 13 '14 at 11:27\qedsymbolto occupy the whole line width. – yo' Feb 13 '14 at 11:28\lipsum[1-6] aaa \begin{proof} Hello there good chap! I'll put in another line here just to be sure its clear whats. \end{proof}– karlkoeller Feb 13 '14 at 11:43amsthm. if the proof ends with a display, it already drops down a line (plus the post-display skip); with this new approach, it is dropped even further, so even if it does stay on the same page, there will be a huge gap. and\qedheredoesn't work. maybe testing to see whether you're already in vertical mode, and not adding more space there would take care of that problem. – barbara beeton Feb 13 '14 at 13:39\qedhereworks as expected and in presence of a displayed math, no more space is added. – karlkoeller Feb 13 '14 at 15:26\qedherewill continue to put the tombstone on the "last" line of a proof-ending display (which may be centered vertically, ifsplitoralignedis used) and happily overwrite a right-hand equation number unless a starred version suppresses the numbers. the question explicitly asks for a one-line drop. (not that i agree with this, mind you, but it's what was requested.) – barbara beeton Feb 13 '14 at 15:31