Latex notes -- underline, strikethrough line, etc

\usepackage{ulem}
...
\uline{Single underline}
\uuline{Double underline}
\uwave{Wavy underline}
\sout{Line through text}
\xout{Text marked over with slashes}

latex-lines