New Members ⇒ Underline Math and Underline Text
-
- Posts: 17
- Joined: Sat Mar 21, 2015 8:59 pm
Underline Math and Underline Text
How do you Underline Math and how do you Underline Text?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Underline Math and Underline Text
You can use
Stefan
\underline
in both cases:Code: Select all
\documentclass{article}
\begin{document}
\underline{Text}
$\underline{x^2+1}$
\end{document}
LaTeX.org admin