0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

(備忘録) LaTeXのemumerate/itemize環境の\parにおいてインデントされないときの対処法

Last updated at Posted at 2024-09-26

enumerate環境やitemize環境では\parindent0になるので長さを変更すればよい.

\begin{enumerate}
    \setlength{\parindent}{10pt} % デフォルトは 10pt
    \item あああ\par
        いいい
    \item ううう
\end{enumerate}

コンパイル結果
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?