% Goodies.TeX ---- Stolfi, April 6, 1984 10:34:08 pm PST
% Miscellaneous funny macros that do not fit anywhere.
\message{funny graphics ...}
% Flowers
\font\flowerfont=Fleur at 28truebp % Ornamental flowers
\def\flower{\hbox{\:U B}} % upright lotus flower
% Put thin frame on the inside of a given box
\def\tracebox#1{\vbox
{\hrule height0.2pt\kern-0.2pt
\hbox{\vrule width0.2pt\kern-0.2pt #1 \kern-0.2pt\vrule width0.2pt}
\kern-0.2pt\hrule height0.2pt}}