Tagged Questions
2
votes
2answers
107 views
Align boxes and rotate boxes in plain TeX
When I finish reading the Appendix D: Dirty Tricks in the TeXbook, I rethink a question: is it possible to align some character boxes like this:
The input may be like this:
...
1
vote
4answers
102 views
Reverse a glyph? [duplicate]
Possible Duplicate:
Rotating a letter
Given any printable glyph, is there some way to reverse it along the vertical (or any other) axis? So that, for instance, a sans-serif d would appear ...
15
votes
1answer
691 views
Rotate individual letters of the text using TikZ
I would like to rotate each character in the text of the TikZ edge label while keeping the edge label's orientation unchanged.
The following code:
\documentclass{standalone}
\usepackage{tikz}
% ...
12
votes
3answers
1k views
Rotating a letter
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 ...