-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
% !TeX encoding = UTF-8 | ||
|
||
% 载入 SJTUThesis 模版 | ||
\documentclass[type=master,lang=ja,fontset=mac]{sjtuthesis} | ||
|
||
\input{common-package} | ||
\input{common-setup-thesis} | ||
\sjtusetup{ | ||
info = {% | ||
ja / title = {上海交通大学学位論文見本}, | ||
ja / keywords = {学位論文,論文書式,規範化,見本}, | ||
ja / author = {某\quad{}某}, | ||
ja / supervisor = {某某教授}, | ||
ja / major = {某某专业}, | ||
ja / department = {外国語学院}, | ||
} | ||
} | ||
|
||
|
||
\begin{document} | ||
|
||
% 标题页 | ||
\maketitle | ||
|
||
% 原创性声明及使用授权书 | ||
\copyrightpage | ||
|
||
% 前置部分 | ||
\frontmatter | ||
|
||
\begin{abstract}[zh] | ||
\input{common-abstract-zh.tex} | ||
\end{abstract} | ||
|
||
\begin{abstract}[en] | ||
\input{common-abstract-en.tex} | ||
\end{abstract} | ||
|
||
\begin{abstract}[ja] | ||
学位論文は大学生が科学研究の成果をアピールする主要な形式である。研究の中で得られた新しい発明や理論、見解を集中的に示すもので、研究分野における重要な文献資料及び社会の貴重な財産ともなる。 | ||
|
||
{\sffamily | ||
学生の学位論文の品質を高め、学位論文の内容や形式上の規範化及び統一化を実現するために、本見本を制作することに至った。} | ||
\end{abstract} | ||
|
||
% 目录 | ||
\tableofcontents | ||
% 插图索引 | ||
\listoffigures* | ||
% 表格索引 | ||
\listoftables* | ||
% 算法索引 | ||
% \listofalgorithms* | ||
|
||
% 主体部分 | ||
\mainmatter | ||
|
||
\input{common-mainmatter-en} | ||
|
||
% 参考文献 | ||
% \nocite{*} | ||
% \printbibliography[heading=bibintoc] | ||
|
||
% 附录 | ||
\appendix | ||
|
||
% 附录中图表不加入索引 | ||
\captionsetup{list=no} | ||
|
||
\input{common-nomenclature-en} | ||
|
||
% 结尾部分 | ||
\backmatter | ||
|
||
% 用于盲审的论文需隐去致谢、发表论文、科研成果、简历 | ||
|
||
\input{common-achievements-en} | ||
|
||
\input{common-acknowledgements-en} | ||
|
||
\input{common-digest} | ||
|
||
\end{document} |