Dies ist ein Beispiel für mein Problem. Dieses Bild zeigt das Ende der Seite
Das ist mein Code
begin{listing}[ht!]
\begin{minted}
[style=colorful,
breaklines=true]
{java}
//code...
public class Document {
int num;
//a lot of lines code...
\end{minted}
\caption{Code}
\label{listing:1}
\end{listing}
ich habe {listing} entfernt, und Zeilen brechen jetzt nicht mehr immer
hier ist mein neuer Code
\begin{minted}
[style=colorful,
breaklines=true]
{java}
//code....
\end{minted}
\caption{My Code}
\label{listing:1}