특정 문장을 강조 표시하기 위해 \hl 명령을 사용하는 강조 패키지를 사용하고 있습니다. 그런데 그림 캡션의 경우 이상한 오류가 발생하고 작동이 중지됩니다. 이에 대한 제안 사항이 있습니다.
\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}