An example is
Code: Select all
\documentclass{article}
\usepackage{geometry} % see geometry.pdf on how to lay out the page. There's lots.
\geometry{a4paper} % or letter or a5paper or ... etc
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{soul}
\usepackage{color}
\title{Example}
\author{Letty}
%%% BEGIN DOCUMENT
\begin{document}
\maketitle
\onehalfspacing
This is text I'm happy with.
\hl{This is text that I want to flag an issue with}
\end{document}
Simply taking the soul package out of the header for the print-out version doesn't work, as that leaves the \hl command undefined.
Has anyone got a suggestion of a way of doing this? I don't mind if it uses a different highlighting method than the one I'm currently employing.