LaTeX Q.E.D. Symbol
Aug. 06, 2024
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}
It should be noted that latexsym
package should be imported3, otherwise an error will occur:
1
Command \Box not provided in base LaTeX2e.
References