Skip to content
Snippets Groups Projects
Commit f398372d authored by Yichen Zhao's avatar Yichen Zhao
Browse files

完善注释

parent ce0e6b0c
No related branches found
No related tags found
No related merge requests found
......@@ -28,15 +28,16 @@
\DeclareStringOption{Mentor}
\DeclareStringOption{MentorTitle}
\DeclareStringOption{SubmitDate}
\DeclareStringOption[本科]{Degree}
\ProcessKeyvalOptions*
\ifthenelse{\equal{\Type}{thesis}}
{
\newcommand{\typename}{本科毕业论文}
\newcommand{\typename}{\Degree 毕业论文}
}
{
\newcommand{\typename}{本科毕业设计}
\newcommand{\typename}{\Degree 本科毕业设计}
}
......
\documentclass{njuthesis}
\documentclass[
Title = 123, %标题
Grade = 17,
StudentID = 17184xxx,
StudentName = 张三,
Department = 高达学院,
Major = 驾驶学,
Mentor = 李四,
MentorTitle = 教授,
SubmitDate = 2077年12月31日,
Degree = 本科, %学位
]{njuthesis}
% 无页眉页脚
\pagestyle{empty}
\begin{document}
\maketitle
\begin{abstract}
模板。
\keywords{}
\keywords{驾驶}
\end{abstract}
\begin{englishabstract}
The diversity of handwritten Chinese text make it a promising but challenging computer vision problem.
Template。
% 英文关键词。关键词之间用英文半角逗号隔开,末尾无符号。
\englishkeywords{Handwritten Chinese, Text recognition, Deep learning}
\englishkeywords{Drive}
\end{englishabstract}
\mainmatter
......
......@@ -9,6 +9,7 @@
% \setCJKmainfont[AutoFakeBold={2.17}]{SimSun}
}
{
% 检测是否是Macos
\ctex_if_platform_macos:TF
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment