Compare commits

..

No commits in common. "a587dceb99278262ef69ab1cf6c2f5f9a6ff6c1f" and "8c9ad4a351ab5f7578fc0de1120d54571c86e6e2" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

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