Tagged Questions
2
votes
1answer
46 views
Using \limits in a customized \overset for superscript together with \sideset for subscript
I am trying to create a notation for a certain space. I am using a customized \overset in mrf's answer in this thread to suppress the extra vertical space. I still want the subscript on the right ...
9
votes
1answer
146 views
How can I make an overset symbol at the same size and height as \bar except with a different symbol?
Apologies for the cryptic title, but I was not sure how best to phrase the question in one sentence. I am essentially trying the create a vector symbol with \rightharpoonup as the top instead of the ...
4
votes
2answers
1k views
Creating non-math mode substitutes for \overset and \underset not dependent on the amsmath package
I have been using \overset and \underset to stack text, e.g.:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\overset{\text{a}}{\text{b}}$ \\
$\underset{\text{c}}{\text{d}}$
...