2

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.

4
  • By "proof bullet", do you mean the open-square symbol that's generated at the end of a proof environment? Please advise. Commented Aug 9, 2023 at 18:01
  • @Mico yes thats what I meant. did I call it wrong? you can the post if you dont mind. Thank you Commented Aug 9, 2023 at 18:02
  • What's wrong with using the proof environment for proofs? Commented Aug 9, 2023 at 20:03
  • @egreg because I want the proof itemized like (a) Proof of integral..... (b) Example..... (c) Related integral. Having the proof environment gives me hard time Commented Aug 9, 2023 at 21:31

1 Answer 1

3

I want to get the [QED symbol] at the right [hand] end of the proof without using the proof environment. ... I want the [QED symbol] inside an itemize environment.

Something like this?

enter image description here

\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} 
3
  • I just added the package and typed \hfill\qedsymbol at the end of the proof and turned out perfect. Thank you Commented Aug 9, 2023 at 21:33
  • Package amsthm also offers the qedhere macro Commented Aug 9, 2023 at 22:19
  • @user94293 - I don't think that \qedhere is usable outside a proof environment -- and inside an itemize or enumerate environment. Commented Aug 9, 2023 at 23:17

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.