更新:
根据答案,在 easy-to-do 包之前添加了命令 \PassOptionsToPackage{subfigure}{tocloft},问题解决了!:)
当我尝试使用 subfigure、submat 包和 easy-todo 时出现此错误:
命令 \c@lofdepth 已定义。\newcounter{lofdepth}
我尝试了其他问题中给出的一些建议,但它们不起作用。我真的需要保留这些笔记。
有谁能帮我修复它吗?
提前致谢!
\usepackage{subfigure}
\usepackage{subfigmat}
%Quick notes.
\PassOptionsToPackage{subfigure}{tocloft} %SOLUTION - added line
\usepackage{easy-todo}
%\usepackage[disable]{easy-todo}
\begin{document}
Text with an important note \todo{Note}.
Figure bellow:
\begin{figure}[h!]
\centering
\includegraphics[width=12cm,height=9cm]{Figure.JPG}
\caption{Figure to test.}
\label{fig:test}
\end{figure}.
\end{document}