Hi. It might be simple, but I can't get it done.
I need to underline a text, but I want the line to appear just under the text, without a (small) vertical space that would appear with \underline{text}. How do I do that? Thanks.
Text Formatting ⇒ Underline without vertical Space
Underline without vertical Space
Last edited by Willie on Sat Sep 17, 2011 5:57 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Underline without vertical Space
This can be done with the soul package. I wrote something about it on my blog, here. Anyway, This will probably do the trick:
Code: Select all
\documentclass{article}
\usepackage{soul}
\setul{0ex}{}
\begin{document}
Bla bla \ul{bla}
\end{document}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter