Mercurial > hg > Papers > 2018 > nozomi-master
annotate paper/atton-master.tex @ 10:2f944ab2f5f6
Mini fixes
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 16 Jan 2017 16:40:22 +0900 |
parents | f6931d3d59c0 |
children | 13096ef2be8b |
rev | line source |
---|---|
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 \documentclass[a4j,12pt]{jreport} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2 \usepackage{master_paper} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 \usepackage{ascmac} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 \usepackage[dvipdfmx]{graphicx} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5 \usepackage{here} |
3 | 6 \usepackage{listings} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
7 \usepackage{comment} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
8 \usepackage[deluxe, multi]{otf} |
5
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
9 \usepackage{url} |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
10 \usepackage{cite} |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
11 \usepackage{listings} |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
12 \usepackage{bussproofs} |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
13 \usepackage{amssymb} |
10 | 14 \usepackage{amsmath} |
5
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
15 \usepackage[utf8]{inputenc} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
16 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
17 %\input{dummy.tex} %% font |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
18 |
4 | 19 \jtitle{メタ計算を用いた Continuation based C の検証手法} |
20 \etitle{Verification Methods of Continuation based C using Meta Computations} | |
3 | 21 \year{2017年 3月} |
22 \eyear{March 2017} | |
4 | 23 \author{比嘉 健太} |
24 \eauthor{Yasutaka HIGA} | |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
25 \chife{指導教員:教授 和田 知久} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
26 \echife{Supervisor: Prof. Tomohisa WADA} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
27 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
28 \marklefthead{% 左上に挿入 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
29 \begin{minipage}[b]{.4\textwidth} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
30 琉球大学大学院学位論文(修士) |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
31 \end{minipage}} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
32 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
33 \markleftfoot{% 左下に挿入 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
34 \begin{minipage}{.8\textwidth} |
4 | 35 メタ計算を用いた Continuation based C の検証手法 |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
36 \end{minipage}} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
37 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
38 \newcommand\figref[1]{図 \ref{fig:#1}} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
39 \newcommand\tabref[1]{表 \ref{tab:#1}} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
40 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
41 \lstset{ |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
42 frame=single, |
5
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
43 keepspaces=true, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
44 stringstyle={\ttfamily}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
45 commentstyle={\ttfamily}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
46 identifierstyle={\ttfamily}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
47 keywordstyle={\ttfamily}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
48 basicstyle={\ttfamily}, |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
49 breaklines=true, |
5
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
50 xleftmargin=0zw, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
51 xrightmargin=0zw, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
52 framerule=.2pt, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
53 columns=[l]{fullflexible}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
54 numbers=left, |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
55 stepnumber=1, |
5
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
56 numberstyle={\scriptsize}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
57 numbersep=1em, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
58 language={}, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
59 tabsize=4, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
60 lineskip=-0.5zw, |
cb4bf01e9ad9
Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
61 escapechar={@}, |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
62 } |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
63 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
64 %%% 索引のために以下の2行を追加 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
65 \usepackage{makeidx,multicol} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
66 \makeindex |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
67 \begin{document} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
68 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
69 %rome |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
70 \frontmatter |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
71 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
72 \maketitle |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
73 \newpage |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
74 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
75 \makecommission |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
76 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
77 %要旨 |
10 | 78 \input{abstract.tex} |
79 \input{abstract_eng.tex} | |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
80 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
81 %目次 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
82 \tableofcontents |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
83 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
84 %図目次 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
85 \listoffigures |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
86 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
87 %表目次 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
88 \listoftables |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
89 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
90 %arabic |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
91 \mainmatter |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
92 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
93 %chapters |
9
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
94 \chapter{Continuation based C とメタ計算としての検証手法} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
95 |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
96 \chapter{Continuation based C} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
97 \section{CodeSegment と DataSegment} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
98 \section{Continuation based C における CodeSegment と DataSegment} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
99 \section{MetaCodeSegment と MetaDataSegment} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
100 \section{GearsOS} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
101 |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
102 \chapter{ラムダ計算と型システム} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
103 \section{型システムとは} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
104 \section{型なしラムダ計算} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
105 \section{単純型付きラムダ計算} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
106 \section{部分型付け} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
107 \section{部分型と Continuation based C} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
108 |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
109 \chapter{証明支援系言語 Agda による証明手法} |
10 | 110 \section{依存型を持つ証明支援系言語 Agda} |
9
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
111 \section{Natural Deduction} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
112 \section{Curry-Howard Isomorphism} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
113 \section{Reasoning} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
114 |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
115 \chapter{Agda における Continuation based C の表現} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
116 \section{CodeSegment の定義} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
117 \section{DataSegment の定義} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
118 \section{ノーマルレベル計算の実行} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
119 \section{MetaCodeSegment の定義} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
120 \section{MetaDataSegment の定義} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
121 \section{メタレベル計算の実行} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
122 |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
123 \chapter{Continuation based C の検証} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
124 \section{証明を用いた検証} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
125 \section{スタックの実装の検証} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
126 \section{メタ計算を用いた検証} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
127 \section{メタ計算ライブラリ akasha} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
128 \section{赤黒木の実装の検証} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
129 |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
130 \chapter{まとめ} |
f6931d3d59c0
Add first table of contents
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
8
diff
changeset
|
131 \section{今後の課題} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
132 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
133 %謝辞 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
134 \addcontentsline{toc}{chapter}{謝辞} |
7 | 135 \input{thanks.tex} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
136 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
137 %参考文献 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
138 \nocite{*} |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
139 \bibliographystyle{junsrt} |
6
5c0e43b1b559
Import reference from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
5
diff
changeset
|
140 \bibliography{reference} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
141 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
142 %発表履歴 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
143 \addcontentsline{toc}{chapter}{発表履歴} |
8 | 144 \input{history.tex} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
145 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
146 %付録 |
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
147 \addcontentsline{toc}{chapter}{付録} |
3 | 148 % \input{appendix.tex} |
2
a8d3cbdebb3e
Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
149 \end{document} |