-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tex
61 lines (59 loc) · 1.21 KB
/
index.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\documentclass[11pt,a4paper]{jsarticle}
%
\input{src/00-preamble.tex}
%
% \title{数学基礎特論 最終レポート}
% \author{本吉圭吾}
% \date{\todayJP}
%% 論文題目
\title{論文題目}
%% 著者
\author{名前}
%% 指導教官名
% \teacher{柴田裕一郎 教授}
% %% 研究室名
% \lab{柴田研究室}
% %% 学籍番号
% \id{11111111}
% %% 提出日
% \date{提出日:令和yy年mm月dd日}
%
%
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{90pt}
{\Huge INT 最終レポート}
\vspace{250pt} \\
\begin{tabular}{rl}
{\LARGE 科目名} & {\LARGE INT}\\ \\
{\LARGE 学生番号} & {\LARGE 12345678}\\ \\
{\LARGE 所属} & {\LARGE SS}\\
& {\LARGE AAA BBB 1年}\\ \\
{\LARGE 氏名} & {\LARGE k5-mot}\\ \\
{\LARGE 提出日} & {\LARGE 2021/8/30}\\ \\
{\LARGE 提出期限} & {\LARGE 2021/8/31}\\
\end{tabular} \vspace{3pt} \\
%\today \vspace{12pt} \\
\end{center}
\end{titlepage}
\newpage
%
%% 目次
\tableofcontents
%% 図の目次
\listoffigures
%% 表の目次
\listoftables
%% コードの目次
\lstlistoflistings
%
\input{src/10-intro.tex}
\input{src/20-sample.tex}
%
\bibliographystyle{junsrt}
\bibliography{src/99-refs.bib}
%
%
\end{document}
%