Skip to content

Commit

Permalink
Adapt demo to v2 (#908)
Browse files Browse the repository at this point in the history
* Update setup

* Update abstract

* Update summary

* Update math-style
  • Loading branch information
LogCreative committed Mar 29, 2023
1 parent 0e8da8d commit aa3d2f9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
6 changes: 3 additions & 3 deletions contents/abstract.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% !TEX root = ../main.tex

\begin{abstract}
\begin{abstract}[zh]
中文摘要应该将学位论文的内容要点简短明了地表达出来,应该包含论文中的基本信息,
体现科研工作的核心思想。摘要内容应涉及本项科研工作的目的和意义、研究方法、研究
成果、结论及意义。注意突出学位论文中具有创新性的成果和新见解的部分。摘要中不宜
Expand All @@ -11,7 +11,7 @@
摘要页的下方注明本文的关键词(4~6个)。
\end{abstract}

\begin{abstract*}
\begin{abstract}[en]
Shanghai Jiao Tong University (SJTU) is a key university in China. SJTU was
founded in 1896. It is one of the oldest universities in China. The University
has nurtured large numbers of outstanding figures include JIANG Zemin, DING
Expand All @@ -21,4 +21,4 @@
has been actively involved in international academic exchange programs. It is
the center of CERNet in east China region, through computer networks, SJTU has
faster and closer connection with the world.
\end{abstract*}
\end{abstract}
4 changes: 2 additions & 2 deletions contents/summary.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% !TEX root = ../main.tex

\begin{summary}
\chapter{全文总结}

这里是全文总结内容。

2015 年 2 月 28 日,中央在北京召开全国精神文明建设工作表彰暨学雷锋志愿服务大会,
Expand Down Expand Up @@ -29,4 +30,3 @@
化内涵建设、加快建成世界一流大学、推动国家进步和社会发展而努力奋斗!

上海交通大学医学院附属仁济医院也获得全国文明单位称号。
\end{summary}
1 change: 1 addition & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
% review, % 可选(默认:关闭),盲审模式
% [twoside|oneside], % 可选(默认:twoside),双页或单页边距模式
% [openright|openany], % 可选(默认:openright),奇数页或任意页开始新章
% math-style=[ISO|TeX], % 可选 (默认:ISO),数学符号样式

% 论文基本配置,加载宏包等全局配置
\input{setup}
Expand Down
48 changes: 24 additions & 24 deletions setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
%
% 标题
%
title = {上海交通大学学位论文 \LaTeX{} 模板示例文档},
title* = {A Sample Document for \LaTeX-based SJTU Thesis Template},
zh / title = {上海交通大学学位论文 \LaTeX{} 模板示例文档},
en / title = {A Sample Document for \LaTeX-based SJTU Thesis Template},
%
% 标题页标题
% 可使用“\\”命令手动控制换行
%
% display-title = {上海交通大学学位论文\\ \LaTeX{} 模板示例文档},
% display-title* = {A Sample Document \\ for \LaTeX-based SJTU Thesis Template},
% zh / display-title = {上海交通大学学位论文\\ \LaTeX{} 模板示例文档},
% en / display-title = {A Sample Document \\ for \LaTeX-based SJTU Thesis Template},
%
% 关键词
%
keywords = {上海交大, 饮水思源, 爱国荣校},
keywords* = {SJTU, master thesis, XeTeX/LaTeX template},
zh / keywords = {上海交大, 饮水思源, 爱国荣校},
en / keywords = {SJTU, master thesis, XeTeX/LaTeX template},
%
% 姓名
%
author = {某\quad{}某},
author* = {Mo Mo},
zh / author = {某\quad{}某},
en / author = {Mo Mo},
%
% 指导教师
%
supervisor = {某某教授},
supervisor* = {Prof. Mou Mou},
zh / supervisor = {某某教授},
en / supervisor = {Prof. Mou Mou},
%
% 副指导教师
%
Expand All @@ -50,18 +50,18 @@
% 学位
% 本科生不需要填写
%
degree = {工学硕士},
degree* = {Master of Engineering},
zh / degree = {工学硕士},
en / degree = {Master of Engineering},
%
% 专业
%
major = {某某专业},
major* = {A Very Important Major},
zh / major = {某某专业},
en / major = {A Very Important Major},
%
% 所属院系
%
department = {某某系},
department* = {Depart of XXX},
zh / department = {某某系},
en / department = {Depart of XXX},
%
% 答辩日期
% 使用 ISO 格式 (yyyy-mm-dd);默认为当前时间
Expand All @@ -70,14 +70,14 @@
%
% 资助基金
%
% fund = {
% {国家 973 项目 (No. 2025CB000000)},
% {国家自然科学基金 (No. 81120250000)},
% },
% fund* = {
% {National Basic Research Program of China (Grant No. 2025CB000000)},
% {National Natural Science Foundation of China (Grant No. 81120250000)},
% },
% zh / fund = {
% {国家 973 项目 (No. 2025CB000000)},
% {国家自然科学基金 (No. 81120250000)},
% },
% en / fund = {
% {National Basic Research Program of China (Grant No. 2025CB000000)},
% {National Natural Science Foundation of China (Grant No. 81120250000)},
% },
},
%
% 风格设置
Expand Down

0 comments on commit aa3d2f9

Please sign in to comment.