|
Believe it or not Latex actually offers an underline tag for this. This is a little inconsistent from the other tags for creating bold and italicized text, but here you go:
\underline{Text you want underlined goes here.}
Note that the \emph{} tag can produce the same underlining results. The book I was just looking at says that this is "usually" the case. I haven't tested this yet, though.
|