我正在尝试在图片旁边添加一条注释,以便审阅我论文的其他研究人员知道我更改了图片。这是一篇双栏论文。我读到我可以添加 \todo 注释,我已经尝试将其添加到图片标题旁边:
\begin{figure*}
\centering
\includegraphics[width=0.80\textwidth]{diagramaheuristicasfluxonewnewnew}
\caption{Heuristic development process.\todo[author=Reviewer, color=blue!20]{atualizei essa figura.}}
\end{figure*}
我还尝试在图片后面的 \minipage 内添加 \todo 注释:
\begin{figure*}
\centering
\includegraphics[width=0.80\textwidth]{diagramaheuristicasfluxonewnewnew}
\caption{Heuristic development process.\todo[author=Reviewer, color=blue!20]{atualizei essa figura.}}
\end{figure*}
\begin{minipage}{\linewidth}
\captionof*{figure}{\todo[author=Reviewer, color=blue!20]{atualizei essa figura.}}
\end{minipage}
我还尝试在图片前添加 \todo 注释:
\todo[author=phillip, color=blue!20]{figura mudada}
\begin{figure*}
\centering
\includegraphics[width=0.80\textwidth]{diagramaheuristicasfluxonewnewnew}
\caption{Heuristic development process.}
\end{figure*}
但在所有这些例子中,我的注释都出现在图片之前一页。我怎样才能让注释出现在图片(或图片说明)所在的位置?我不想过多地改变论文结构,因为这个注释应该只是用于修订控制,只在我和其他研究人员之间使用。