Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいタグを再定義せずに「itemize」タグと「item」タグを引き続き使用できるように、ラテックスのアイテム化「アイテム」間のスペースを変更するにはどうすればよいですか?
お手伝いありがとうございます!
itemize 環境内で区切りスペースを設定できます。
\begin{itemize} \setlength{\itemsep}{5pt} \item Item1 \item Item2 \end{itemize}
または、私の知る限り、独自の環境を作成する必要があります。