Latex

From Rasmapedia
Jump to navigation Jump to search

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}  $