It seems that using multiple {{{ and }}} causes some problem to the latex document. Assume this line
\usepackage{color,soul}
\begin{document}
something \hl{I am referring to \cite{publi}} is good.
\end{document}
But I get this error
<inserted text>
\par
l.180 ...something \hl{I am referring to \cite{publi}}
How can I fix that?