逐項縮排

逐項縮排

我想你們知道答案,我嘗試了很多(descripitionenumerate),但都不起作用,所以這就是我的問題:長項目後面的文本在前兩行有正確的縮進,但最後一行,第三行。行,有一個錯誤的縮進,所以它離左邊很遠,這看起來很愚蠢,

這是我的程式碼:

\documentclass{book}
\begin{document}
\begin{itemize}
\item short item
     \item short item
     \item short
     \item long item the problem here is, this has the wrong indentation
     \item long item, also here, the same
   \end{itemize}
\end{document}

答案1

對我來說,一切看起來都是對的。看:

在此輸入影像描述

相關內容