For example, if I want to take the limit of a function a t approaches 0 of X, I want the t ->0 to be directly below 0. However, I can only get it to be to the bottom right:
Code: Select all
$\lim_{t \to 0} X
Code: Select all
$\lim_{t \to 0} X
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
$\lim\limits_{t \to 0} X$
Code: Select all
$\displaystyle\lim_{t \to 0} X$
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis