项目符号间距 #272
Unanswered
chengruihao
asked this question in
Q&A
项目符号间距
#272
Replies: 1 comment
-
\documentclass{xduugthesis}
\usepackage{enumitem}
\begin{document}
\begin{itemize}[wide,nosep]
\item test
\item test
\end{itemize}
\begin{enumerate}[wide,nosep,label=\arabic*)]
\item test
\item test
\end{enumerate}
\end{document} 更多用法自行查看 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在使用项目符号的时候我发现间距会变得非常大,我想知道应该怎么修改

Beta Was this translation helpful? Give feedback.
All reactions