开发者

How to change the space between the itemize items in latex? [closed]

开发者 https://www.devze.com 2023-02-14 14:18 出处:网络
Closed. This question is off-topic. It is not currently accepting a开发者_运维百科nswers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting a开发者_运维百科nswers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

How to change the space between the itemize "items" in latex so that I can continue to use the "itemize" and "item" tag without needing to redefine any new tags?

Thank for your help!


You could set the separating space inside an itemize environment.

\begin{itemize}
  \setlength{\itemsep}{5pt}

  \item Item1
  \item Item2
\end{itemize}

Alternatively, afaik, you would need to create your own environment.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号