I'd like to rotate a letter such as, say B, to show its reflection or inversion symmetry, or even at an arbitrary angle clockwise or counter-clockwise. Is this possible using commands without drawing a picture? Can I use \usepackage{rotating} out of a table? I used the code \begin{rotate}{180}B\end{rotate}. That puts B rotated as a subscript to the line. Any idea how to make it in-line aligned with other charcters?
|
|
||||
|
|
With the This rotates around the center of the letter. You can also rotate around other points: Following from what egreg pointed out, you may need a
The rule is just to show where the baseline is.
As you can see, the raisebox only makes a difference for letters with descenders (g,y,j etc). And which one you prefer is a matter of taste. (Also, doing both rotate about centre and raise seems otiose. Doing one or the other suffices, depending on which result you want... |
||||
|
|
|
If you need also a reflection, use
will make the rotated "B" sit on the baseline. There are differences between the three calls
Choose the one that suits you better. The |
|||||||||||||
|
