I'm writing a appendix with a lot of figures. I could include 18 figures but when I included the 19th the compiler outputs the following error:
I need to include more figures.! LaTeX Error: Too many unprocessed floats.
See the LaTeX manual or LaTex Companion for explanation. Type H <return> for immediate help.
...
l.113 \begin{figures}[htbp]
?H
You've lost some text. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit
?
! Undefined control sequence.
\@xfloat ...@fltovf \fi \global \setbox \@currbox
\color@vbox \normalcolor \...
l.113 \begin{figure}[htbp]
?
!Missing number, treated as zero.
<to be read again>
\vbox
l.113 \begin{figure}[htbp]
?
<use "images/kraftFFT/MGK6-KraftFFT.png">
! Undefined control sequence.
\@largefloatchech ->\ifdim \ht \@currbox
>\textheight \@tempdima -\textheigh...
I include the figures with the following code:
Code: Select all
Code, edit and compile here:
\begin{figure}[htbp]\centering\includegraphics[width=0.9\textwidth]{images/kraftFFT/MVL1-KraftFFT.png}\caption{Spektrum der Kraftmessung MVL1}\label{Spektrum der Kraftmessung MVL1}\end{figure
Thank you for the help.