mt lines match up well with the text of the pdf in the picture im typing over and id like to highlight it. My problem is when I usepackage{soul} and \hl{qquadqquad} it overwrites the background picture.
is there a simple way to get it in the background?
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage{overpic}
\usepackage{soul}
\begin{document}
\begin{figure}
\begin{overpic}{file.pdf/jpg %whatever%}
\put(10,50){$\hl{\qquad\qquad\qquad}$}
\end{figure}
\end{overpic}
\end{document}