我想你们知道答案,我尝试了很多次(descripition
,enumerate
),但都没有用,所以这是我的问题是:长项目后的文本在前两行有正确的缩进,但最后一行,即第三行,有错误的缩进,所以它靠左很远,这看起来很愚蠢,
这是我的代码:
\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
对我来说,一切看起来都正确。请参阅: