LaTeX Q.E.D. Symbol

Aug. 06, 2024

LaTeX Q.E.D.1 Symbol2:

1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{article}

\usepackage{ntheorem}
\usepackage{latexsym}

\renewcommand\qedsymbol{\ensuremath{\Box}}

\begin{document}
\verb*|\qedsymbol| \qedsymbol

\verb*|$\qedsymbol$| $\qedsymbol$
\end{document}

image-20240806092740200

It should be noted that latexsym package should be imported3, otherwise an error will occur:

1
Command \Box not provided in base LaTeX2e.


References