I would like to know how to place ~ or - on top of a character. I believe I could do this with the \overrightarrow{character} command for right arrows. But how do I do this in general?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Both of these particular symbols can be placed over characters using accents. For a full reference, see this Latex wikibook. In math mode, you would use In text mode, you could use |
|||
|
|
accentspackage. – Werner Nov 10 '11 at 6:02