Latex
Revision as of 06:56, 5 August 2023 by Eric Rasmusen (talk | contribs) (→Subscripts and Superscripts)
Introduction
This page will continue my Latex commands page that is off of Rasmapedia.
Spaces
- The \phantom{} command in LaTeX creates a blank space as long as whatever text or notation you put as the argument.
Subscripts and Superscripts
- To put them on the "wrong" side, the left side, use the tensor package like this
\usepackage{tensor}
$ \tensor*[_{3}^5]{4}{_2^3} $