Compare commits

...

3 Commits

Author SHA1 Message Date
GuoChenxu
a587dceb99
feat: customize the \enumerate styles(#7)
Signed-off-by: guochenxu <guochenxu11@bupt.edu.cn>
2025-04-16 17:04:47 +08:00
GuoChenxu
ff1ef28958
Merge pull request #6 from jackfiled/feat-wc
f: wc
2025-04-14 16:49:17 +08:00
guochenxu
aadcc38009 f: wc
Signed-off-by: guochenxu <guochenxu11@bupt.edu.cn>
2025-04-14 16:47:59 +08:00
2 changed files with 12 additions and 0 deletions

View File

@ -307,6 +307,14 @@ pdfborder=001, linkcolor=black, citecolor=black, urlcolor=black]{hyperref} %
% List environment config
\usepackage[inline]{enumitem}
\usepackage{pifont}
% Reference: https://zhuanlan.zhihu.com/p/681663494
\newcommand{\circlednumber}[1]{\ding{\numexpr171+#1\relax}}
\setlist[enumerate,1]{label=(\arabic*)}
\setlist[enumerate,2]{label=\circlednumber{\arabic*}}
\setlist[enumerate,3]{label=\Alph*.}
\setlist[enumerate,4]{label=\alph*.}
% Uncomment the two lines below if you want an list environment to share the same indent
% with a paragraph and no extra blank before, in or after the list.
%\setlist[itemize]{labelindent=\parindent,leftmargin=*,noitemsep,topsep=0pt}

View File

@ -128,3 +128,7 @@ appendix1.tex中
chapter2.tex中
评论量含义见\hyperlink{appendix:abbr}{附录1\quad 缩略语表}
```
### 如何统计字数
见[issue#5](https://github.com/jackfiled/BUPTBachelorThesis/issues/5#issue-2992316613)