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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p