Skip to content

Commit

Permalink
调整itemize列表格式,取消额外间距
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddleyowl committed Mar 5, 2024
1 parent 3b04f52 commit d636024
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sustechthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@
wide=\parindent, % 段首缩进
nosep % 无额外间距
}
\setlist[itemize]{ % 调整列表格式
nosep % 无额外间距
}
}

% 目录
Expand Down

0 comments on commit d636024

Please sign in to comment.