forked from matsumotokoki/thesis_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
61 lines (55 loc) · 1.39 KB
/
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
58
59
60
61
\documentclass[uplatex, a4paper, 12pt, openany, oneside]{jsbook}
\usepackage[hang,small,bf]{caption}
\usepackage[subrefformat=parens]{subcaption}
\captionsetup{compatibility=false}
% \usepackage{caption}
% \usepackage{subcaption}
\usepackage[ipa]{pxchfon}
\captionsetup[figure]{justification=centering}
\captionsetup[table]{justification=centering}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{enumitem}
\usepackage[dvipdfmx]{graphicx}
\usepackage[dvipdfmx]{color}
\usepackage[dvipdfmx, bookmarks=true, setpagesize=false, hidelinks]{hyperref}
\usepackage{pxjahyper}
\usepackage{thesis}
\usepackage{here}
\usepackage{url}
\thesis{卒 業 論 文}
\title{
\centering
\scalebox{1.0}{AIFormulaにおける経路追従ソフトウェアの検討}\\
\vspace{-0.3zh}
\scalebox{0.7}{}
\vspace{-0.6zh}
}
\setlength{\textwidth}{\fullwidth}
\setlength{\evensidemargin}{\oddsidemargin}
\date{\today}
\vspace{-15.0zh}
\teacher{林原 靖男 教授}
\vspace{-15.0zh}
\organization{千葉工業大学 先進工学部 未来ロボティクス学科}
\author{21C1135 山下響}
\vspace{-15zh}
\renewcommand{\baselinestretch}{1.2}
\begin{document}
%% Front Matter
\frontmatter{}
%
\include{frontmatter/main}
%
%% Main Matter
\mainmatter{}
%
\include{introduction/main}
%ここにディレクトリのパスを追加していく
%
%% Back Matter
\backmatter{}
%
\include{backmatter/main}
%
\end{document}