Skip to content

Commit 6a2c1c1

Browse files
committed
docs: add an example for enumerate in publications
1 parent cf34b13 commit 6a2c1c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

templates/graduate-thesis/misc/4_pub.tex

+9
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,14 @@
4747
%
4848
% \printbibliography[heading=none,type=book,category=mypub,keyword=dummy,resetnumbers=true]{}
4949

50+
% 以下内容提供了一个可以同时和 \printbibliography 共存的自定义列表格式。
51+
% \zihao{5} % 字号改为五号
52+
% \renewcommand{\labelenumi}{[\theenumi]} % 编号改用中括号
53+
%
54+
% \begin{enumerate}[nosep, leftmargin=4ex-2pt, labelsep=1ex]
55+
% \setcounter{enumi}{4} % 下一项为 5。
56+
% \item 于《新青年》发表论文一篇,本人第一作者。
57+
% \item 于\textit{La Jeunesse}发表论文一篇,导师第一作者,本人第二作者。
58+
% \end{enumerate}
5059
\end{publications}
5160

0 commit comments

Comments
 (0)