Does anyone have any suggestions for recreating the \boxed{...} function from LaTeX in plain TeX? I'm pretty sure it's part of the amsmath package for LaTeX (not actually sure because I include amsmath it in all of my LaTeX files).
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
You can recycle the definition of
Adjust the spacing to suit your taste.
|
|||||||||||||
|
|
I have done Edit for my first ever non zero use of
The second being the output of
|
|||||
|


amsmath.dtx:\newcommand{\boxed}[1]{\fbox{\m@th$\displaystyle#1$}}; and you can extract the definition of\fbox(and friends) fromlatex.ltx. – Werner Jan 31 at 3:22