Tony S. posted an article on
Please Make a Note
-
Aug 27, 2009, 10:27 pm
Add the following to your preamble:
\usepackage{color}
\newcommand{\hilight}[1]{\colorbox{yellow}{#1}}To highlight text in the body of your document, use
\hilight{this is some highlighted text}Voila!
...