Skip to content

Commit 4e0244e

Browse files
committed
add doc
1 parent ab9a4f6 commit 4e0244e

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

ustcthesis.dtx

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ LaTeX version 1999/12/01 or later.
247247
% \item 批处理脚本(Windows 用户) \\
248248
% 直接双击运行 \file{make.bat}
249249
%
250-
% \item latexmk \\
251-
% 即使没有自动化工具,使用 latexmk 也是一个比较简单的方法,配置文件由 \file{.latexmkrc}
250+
% \item |latexmk| \\
251+
% 即使没有自动化工具,使用 |latexmk| 也是一个比较简单的方法,配置文件由 \file{.latexmkrc}
252252
% 给出,其参数设置为 |-xelatex|,用户编译论文只需使用命令:
253253
% \begin{shell}
254254
% latexmk main
@@ -257,11 +257,12 @@ LaTeX version 1999/12/01 or later.
257257
% \begin{shell}
258258
% latexmk ustcthesis.dtx
259259
% \end{shell}
260-
% 清理辅助文件可以用\shellcmd{latexmk -c}。图形界面用户应参考编辑器的使用说明。
260+
% 清理辅助文件可以用 \shellcmd{latexmk -c}。图形界面用户应参考编辑器的使用说明。
261261
%
262262
% \item 手动编译 \\
263-
% 手动编译是最繁琐方法,用户可能需要运行多遍,以确保论文的交叉引用等信息全部正确。
264-
% 编译文档类 \file{ustcthesis.cls} 和宏包文件 \file{ustcextra.sty}(如果已经存在
263+
% 手动编译是最繁琐的方法,用户可能需要运行多遍,以确保论文的交叉引用等信息全部正确。
264+
%
265+
% 生成文档类 \file{ustcthesis.cls} 和宏包文件 \file{ustcextra.sty}(如果已经存在
265266
% 可以略过此步):
266267
% \begin{shell}
267268
% xetex ustcthesis.dtx
@@ -402,7 +403,24 @@ LaTeX version 1999/12/01 or later.
402403
%
403404
% \section{论文内容}
404405
%
405-
% 示例文档 \file{main.tex} 的致谢、目录等章节的顺序,是按照研究生论文的格式组织内容的,
406+
% 本科论文的内容按如下顺序排列:
407+
% \begin{enumerate}
408+
% \item 中文扉页、英文扉页
409+
% \item 致谢、目录、中文摘要、英文摘要
410+
% \item 正文章节、参考文献
411+
% \item 附录
412+
% \end{enumerate}
413+
%
414+
% 硕博论文的内容按如下顺序排列:
415+
% \begin{enumerate}
416+
% \item 中文扉页、英文扉页、原创性声明及授权使用说明
417+
% \item 中文摘要、英文摘要、目录、图表及代码目录(可选)、符号说明(可选)
418+
% \item 正文章节、参考文献
419+
% \item 附录
420+
% \item 致谢、已发表论文列表
421+
% \end{enumerate}
422+
%
423+
% 示例文档 \file{main.tex} 中的致谢、目录等章节的顺序,是按照研究生论文的格式组织内容的,
406424
% 与本科生要求的顺序有所不同,用户可能需要手动调整顺序。
407425
%
408426
% \subsection{扉页}

0 commit comments

Comments
 (0)