I was writing this formula:
$$^gp = ^gR^l_l+^go_l$$
$g$ are superscripts, but they should be close to other letters. How can I solve this problem?
|
I was writing this formula:
|
||||
|
For a quick and dirty solution, try putting an empty group
For a better method, check out the mathtools package, which provides the |
||||
|
|
|
In addition to the other solutions already presented, here is another one: The (super-small)
It therefore provides
where
|
|||
|
|
|
The first solution suggested by @Ian Thompson may have some alignment issues (depending on what you actually have as super-/subscripts). But there again, a work-around is:
NOTE: Example taken from The Not So Short Introduction to LaTeX2e (page 70). |
|||
|
|
$$ ... $$. These don't deal with vertical spacing in a consistent way, use\[ ... \]instead – Roelof Spijker Oct 5 '11 at 13:58