
여러분이 답을 알고 있을 것 같습니다. 저는 많은 ( 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
나에게는 모든 것이 정확해 보인다. 보다: