Code: Select all
\int_0^9 x^2\,dx = \frac{x^3}{3}|_0^9
Does anyone know how to write it neatly?
Code: Select all
\int_0^9 x^2\,dx = \frac{x^3}{3}|_0^9
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\int_0^9 x^2\,dx = \frac{x^3}{3}\biggl|_0^9
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\begin{document}
\[
\int_0^9 x^2\,dx = \frac{x^3}{3}\Big|_0^9
\]
\end{document}
Code: Select all
\left.\int_0^9 x^2\,dx = \frac{x^3}{3}\biggl\right |_0^9
NEW: TikZ book now 40% off at Amazon.com for a short time.