這是我的問題的例子。此圖顯示頁面末尾
這是我的程式碼
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}