annotate paper/atton-master.tex @ 70:4b8a75618f36

Add summary
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sun, 05 Feb 2017 16:53:16 +0900
parents bda11534296f
children b0cfef1cd89f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35
26c89a10de3c Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
1 % TODO lists
29
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
2 % 比較対象
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
3 % agda の stack?
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
4 % akasha は別 chapter にして
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
5 % あと syntax を最新に合わせて動かしてくれ
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
6 % type system に名前を付ける?
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
7 % 先の展望を書くべきだな
35
26c89a10de3c Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
8 % gears and monad
26c89a10de3c Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
9 % delta monad
26c89a10de3c Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
10 % 副査名修正
68
804d4b0b8c6e Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 66
diff changeset
11 % csComp, push-pop, exec-comp の解説
804d4b0b8c6e Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 66
diff changeset
12
35
26c89a10de3c Update TODO
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 34
diff changeset
13
29
6271235aa6a3 Add comments on seminar
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 28
diff changeset
14
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 \documentclass[a4j,12pt]{jreport}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 \usepackage{master_paper}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 \usepackage{ascmac}
34
9800586284e1 Writing expression ...
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 29
diff changeset
18 \usepackage{bussproofs}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 \usepackage[dvipdfmx]{graphicx}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 \usepackage{here}
3
715c01485a03 Import files for compile
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
21 \usepackage{listings}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 \usepackage{comment}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 \usepackage[deluxe, multi]{otf}
5
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
24 \usepackage{url}
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
25 \usepackage{cite}
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
26 \usepackage{listings}
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
27 \usepackage{bussproofs}
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
28 \usepackage{amssymb}
10
2f944ab2f5f6 Mini fixes
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
29 \usepackage{amsmath}
52
fb42478e4c96 Writing agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 49
diff changeset
30 \usepackage{colonequals}
5
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
31 \usepackage[utf8]{inputenc}
2
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 %\input{dummy.tex} %% font
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
34
4
33105f1f5d24 Fix title
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
35 \jtitle{メタ計算を用いた Continuation based C の検証手法}
33105f1f5d24 Fix title
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
36 \etitle{Verification Methods of Continuation based C using Meta Computations}
3
715c01485a03 Import files for compile
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
37 \year{2017年 3月}
715c01485a03 Import files for compile
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
38 \eyear{March 2017}
4
33105f1f5d24 Fix title
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
39 \author{比嘉 健太}
33105f1f5d24 Fix title
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
40 \eauthor{Yasutaka HIGA}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 \chife{指導教員:教授 和田 知久}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 \echife{Supervisor: Prof. Tomohisa WADA}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
43
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 \marklefthead{% 左上に挿入
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 \begin{minipage}[b]{.4\textwidth}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 琉球大学大学院学位論文(修士)
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 \end{minipage}}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
48
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
49 \markleftfoot{% 左下に挿入
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 \begin{minipage}{.8\textwidth}
4
33105f1f5d24 Fix title
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
51 メタ計算を用いた Continuation based C の検証手法
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 \end{minipage}}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
53
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 \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
55 \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
56
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 \lstset{
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 frame=single,
5
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
59 keepspaces=true,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
60 stringstyle={\ttfamily},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
61 commentstyle={\ttfamily},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
62 identifierstyle={\ttfamily},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
63 keywordstyle={\ttfamily},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
64 basicstyle={\ttfamily},
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 breaklines=true,
5
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
66 xleftmargin=0zw,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
67 xrightmargin=0zw,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
68 framerule=.2pt,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
69 columns=[l]{fullflexible},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
70 numbers=left,
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
71 stepnumber=1,
5
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
72 numberstyle={\scriptsize},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
73 numbersep=1em,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
74 language={},
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
75 tabsize=4,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
76 lineskip=-0.5zw,
cb4bf01e9ad9 Add packages from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
77 escapechar={@},
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
78 }
14
6bf2e0196a1e Add goto.cbc and goto.pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
79 \def\lstlistingname{リスト}
6bf2e0196a1e Add goto.cbc and goto.pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
80 \def\lstlistlistingname{リスト目次}
41
d14c3fa5f3ea Wrote simple-type
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 35
diff changeset
81 \newtheorem{theorem}{定理}[section]
d14c3fa5f3ea Wrote simple-type
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 35
diff changeset
82 \newtheorem{lemma}{補題}[section]
34
9800586284e1 Writing expression ...
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 29
diff changeset
83
2
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 %%% 索引のために以下の2行を追加
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
86 \usepackage{makeidx,multicol}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
87 \makeindex
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
88 \begin{document}
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 %rome
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
91 \frontmatter
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 \maketitle
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
94 \newpage
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
95
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
96 \makecommission
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
97
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
98 %要旨
10
2f944ab2f5f6 Mini fixes
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
99 \input{abstract.tex}
2f944ab2f5f6 Mini fixes
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
100 \input{abstract_eng.tex}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
101
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
102 %目次
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
103 \tableofcontents
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
104
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
105 %図目次
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
106 \listoffigures
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
107
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
108 %表目次
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
109 \listoftables
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
110
14
6bf2e0196a1e Add goto.cbc and goto.pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
111 %リスト目次
6bf2e0196a1e Add goto.cbc and goto.pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
112 \lstlistoflistings
6bf2e0196a1e Add goto.cbc and goto.pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
113
6bf2e0196a1e Add goto.cbc and goto.pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
114
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
115 %arabic
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
116 \mainmatter
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
117
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
118 %chapters
69
bda11534296f Update pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 68
diff changeset
119 \input{introduction.tex}
bda11534296f Update pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 68
diff changeset
120 \input{cbc.tex}
bda11534296f Update pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 68
diff changeset
121 \input{type.tex}
bda11534296f Update pdf
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 68
diff changeset
122 \input{agda.tex}
57
3f58377a9f59 Split cbc-type.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 56
diff changeset
123 \input{cbc-type.tex}
70
4b8a75618f36 Add summary
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 69
diff changeset
124 \input{summary.tex}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
125
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
126 %謝辞
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
127 \addcontentsline{toc}{chapter}{謝辞}
7
d96616ca051a Add thanks.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
128 \input{thanks.tex}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
129
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
130 %参考文献
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
131 \nocite{*}
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
132 \bibliographystyle{junsrt}
6
5c0e43b1b559 Import reference from atton-thesis
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 5
diff changeset
133 \bibliography{reference}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
134
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
135 %発表履歴
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
136 \addcontentsline{toc}{chapter}{発表履歴}
8
debfed0aa2e4 Add history.tex
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
137 \input{history.tex}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
138
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
139 %付録
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
140 \addcontentsline{toc}{chapter}{付録}
3
715c01485a03 Import files for compile
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
141 % \input{appendix.tex}
2
a8d3cbdebb3e Import main tex file from kkb-master
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
142 \end{document}