I have a problem with the subfloat command, when i have two subfloats in one figurefloater, i get this error message:
Code: Select all
Argument of \sf@@@subfloat has an extra }.
Here is the ERT code:
Code: Select all
\begin{figure}[H]
\caption{}
\subfloat[{\includegraphics[scale=0.1]{indsat7}}]{}
\hfill{}
\hfill{}
\subfloat[{\includegraphics[scale=0.1]{indsat8}}]{}
\end{figure}
http://latex-community.org/forum/viewto ... 45&t=18244
http://latex-community.org/forum/viewto ... =19&t=6136
Hope you can help me!