annotate paper/atton-master.tex @ 66:40ae32725e55

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