이것은 내 문제의 예입니다. 이 사진은 페이지의 끝을 보여줍니다.
이것은 내 코드입니다
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}
{listing}을(를) 제거했는데 이제 줄이 항상 끊어지는 것은 아닙니다
여기 내 새 코드가 있습니다
\begin{minted}
[style=colorful,
breaklines=true]
{java}
//code....
\end{minted}
\caption{My Code}
\label{listing:1}