Skip to content

Commit

Permalink
Fix font names
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed Mar 17, 2023
1 parent fd50fb5 commit 149c27e
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions sjtutex/doc/sample-thesis-ja.tex
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}

0 comments on commit 149c27e

Please # to comment.