I am trying to create a caption to a figure using boldsymbol as in
\caption{$\hat\bzeta$}
where \bzeta is defined as
\newcommand{\bzeta}{\boldsymbol{\zeta}}
But this gives an error in \listoffigures. I assume I need a \protect
somewhere but can't seem to get it to work. Any help appreciated.
...Peter