destaque não funciona nas legendas das figuras

destaque não funciona nas legendas das figuras

Estou usando o pacote de destaque onde uso o comando \hl para destacar certas frases. Mas quando se trata de uma legenda de figura, ela apresenta erros estranhos e para de funcionar. Alguma sugestão sobre isso.

\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{soul}

\begin{document}
\centering
\textbf{Simulation A2}

\begin{figure}[h]

\includegraphics[width=1\linewidth]{trail_fig}

\caption{\label{trail}\hl{(a) Variation of nonboned interactions with time between Asp$^1$ of chain D and Gly$^{38}$ of chain G \& Ala$^{42}$ of chain F,H.(figure {\ref{fig2}g}, {\ref{fig2}i} of the main article)}}

\end{figure}

\end{document}

informação relacionada