We often use highlight to emphasis text in our documents. How can we do this? In the following paragraphs, I shall show you the steps to activate and use the functionality. Add the following to your preamble:
\usepackage{soul}
To highlight text in the body of your document, use:
\hl{this is some highlighted text}
If you want to change the highlight color, use the following command:
\sethlcolor{lightblue}
http://tex.stackexchange.com/questions/13696/crossing-out-sentences
