-
Notifications
You must be signed in to change notification settings - Fork 1
/
main_thesis.tex
57 lines (47 loc) · 1.18 KB
/
main_thesis.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
\documentclass[a4j,12pt,dvipdfmx]{jreport}
\usepackage[dvipdfmx]{graphicx}
\usepackage[dvipdfmx]{color} % pngの出力に必要
\usepackage{pdfpages}
\usepackage{algpseudocode}
\usepackage{url}
% \usepackage{underscore}
% \usepackage[tiny]{titlesec}
\usepackage{fancyhdr}
\usepackage{siunitx}
\usepackage{otf}
\usepackage[a4paper]{geometry}
\usepackage{pdfpages}
\renewcommand{\baselinestretch}{1.2}\selectfont
\makeatletter
\renewcommand{\thefigure}{%
\arabic{figure}}
\renewcommand{\thetable}{%
\arabic{table}}
\renewcommand{\theequation}{%
\arabic{equation}}
\makeatother
\usepackage{style}
%% chapter との親子関係を解消
\delete{figure}{chapter}
\delete{table}{chapter}
\begin{document}
\input{title} % ------------タイトル-------------
\input{abstract} % ------------概要-------------
% ------------目次・図目次・表目次 開始-------------
\newpage
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
% ------------目次・図目次・表目次 終了-------------
\newpage
\pagenumbering{arabic}
\input{1}
\input{2}
\input{3}
\input{4}
\input{5}
\input{6}
\input{etc} % ------------謝辞・学外発表・参考文献-------------
\end{document}