On Sun, Feb 02, 2003 at 02:40:55PM -0500, Frederic Leymarie wrote: > anyone knows of a way to produce the mirror > image of a character, say B (alike a rotation > of 180 degrees but such that the resulting letter > is still aligned correctly with respect to the rest > of the line).
\usepackage{graphicx} in the preamble, and then
\reflectbox{B} in the text (in latex mode).
Note that you will not see the B mirrored in the DVI output, only in the
Postscript output.
