I found one example for this where essentially in the start of the header the command caption is redefined to mycaption1 and mycaption2, but I am very uneasy with redefining Latex items, as it does overcomplicate things and also tends to mess things up when one changes fonts or when subsequently a publishing house takes over the script to apply their own style files to it.
Thus I would like to ask the question whether there is a standard procedure to do this ?
Example:
Code: Select all
\begin{figure}
\includegraphics(foo.png)
\caption{Foo picture} % Goes into Table of Figures
\subcaption{Adapted from Foo publications (2012) with extensions to module 3} % is just random comment
\end{Figure}