I am using the amsmath package. I just want a black box at the end of a proof, right-justified.
\blacksquare and \box both cause errors.
Actually, I'd prefer a musical quarter note if that's possible :)
|
Are you including the appropriate packages?
|
||||
|
|
wasysympackage provides\quarternote. – Torbjørn T. Oct 7 '11 at 1:39amsthm(not defined inamsmath) is the open box at location hex03 in themsamfont ifamsfontsare loaded, otherwise it's a drawn box. if you're usingamsthm, you can simply\renewcommand{\qedsymbol}{...}with whatever symbol you want, but if you're not usingamsthm, i can't help without knowing more. – barbara beeton Oct 7 '11 at 21:15