Minted:不會破壞頁面

Minted:不會破壞頁面

這是我的問題的例子。此圖顯示頁面末尾

在此輸入影像描述

這是我的程式碼

 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}

相關內容