I want to get the QED symbol at the right end of the proof without using the proof environment and I want the QED symbol inside
\begin{itemize} ....... \end{itemize} environment. Is it possible? Thanks you.
I want to get the [QED symbol] at the right [hand] end of the proof without using the
proofenvironment. ... I want the [QED symbol] inside anitemizeenvironment.
Something like this?
\documentclass{article} \usepackage{amsthm} % for \qedsymbol macro \usepackage{lipsum} % filler text \begin{document} \begin{itemize} \item \lipsum[1][1-5] \hfill\qedsymbol \item \lipsum[2][1-4] \hfill\qedsymbol \end{itemize} \end{document} amsthm also offers the qedhere macro \qedhere is usable outside a proof environment -- and inside an itemize or enumerate environment.
proofenvironment? Please advise.proofenvironment for proofs?