"Use of \@citex doesnt match this definition"
Using \cite works. Is there any way to get my new cite command to work in \caption?
Thanks,
Ben
PS: Figure looks like this
Code: Select all
\begin{figure}[h]
\centering
\includegraphics[width=1\textwidth]{images/foo.png}
\caption{Foo \textit{Bar} (from \citewww{source})}
\label{fig:foo}
\end{figure}