[texhax] simple rotate/invert character

Martin Heller mr_heller at yahoo.dk
Tue Apr 1 10:01:00 CEST 2008


Bryan W. Lepore skrev:
> is there a short command to rotate/invert a letter?  so that without 
> having to start a new environment, one could do something like :
> 
> \invert{B}
> 
> or
> 
> \rotate{B}
> 
> so the "B" gets inverted or rotated?


\documentclass{article}
\usepackage{graphicx}
\begin{document}
\rotatebox{90}{B}
\reflectbox{B}
\end{document}



More information about the texhax mailing list