「図のリスト」にリストされている画像のソースが必要です。これを行うには、キャプション引数内で引用したいと思います:
これは機能します:
\caption[Plan,\protect\cite{damluji1992}]{Plan}
これも機能しますが、次の例のようにキャプション引数で必要です:
\cite[p.156]{damluji1992}
機能しないこれが必要です:
\caption[Plan,\protect\cite[p.156]{damluji1992}]{Plan}
「\HAR@dcite の引数に余分な } があります」というエラーが表示されます。*.lof ファイルでは、対応する行は次のようになります。
\contentsline {figure}{\numberline {2}{\ignorespaces Plan, \cite [S.156}}{5}{figure.caption.4}
-> { } の cite 引数がありません!
[ ] に cite 引数がない場合は、次のようになります。
\contentsline {figure}{\numberline {2}{\ignorespaces Plan, \cite {damluji1992}}}{5}{figure.caption.4}