Hallo zusammen,
Ich habe ein ähnliches Problem wie Lily
\documentclass{scrartcl}
\usepackage{graphicx}
\graphicspath{{./Bilder/}}
\usepackage{subfig}
\begin{figure}
\centering
\subfigure{\includegraphics[width=0.3\textwidth]{nematisch}}\hspace{3cm}
\subfigure{\includegraphics[width=0.3\textwidth]{cholesterinisch}}
\caption{Schematische Darstellung}
\label{nematischcholesterinisch}
\end{figure}
und die Fehlermeldung ist:
! Undefined control sequence.
l.176 \subfigure
{\includegraphics[width=0.3\textwidth]{nematisch}}\hspace{3cm}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
....
Wo sehe ich den die Konfiguration?
Vielen Dank