Code: Select all
\begin{figure}[!htbp]
\centering
\includegraphics[width=10cm]{figurer/Theory/droop_Wiley_power.png}
\caption{Example of a droop curve for one generator only (Wiley)}
\label{fig:Theory_droop}
\end{figure}
For italic captions:
Code: Select all
\usepackage{caption}
\captionsetup[figure]{textfont={it}}
Code: Select all
\captionsetup[figure]{labelfont={bf,small},textfont={it,small}}