Mercurial > hg > Papers > 2017 > atton-master
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 |
rev | line source |
---|---|
35 | 1 % TODO lists |
29 | 2 % 比較対象 |
3 % agda の stack? | |
4 % akasha は別 chapter にして | |
5 % あと syntax を最新に合わせて動かしてくれ | |
6 % type system に名前を付ける? | |
7 % 先の展望を書くべきだな | |
35 | 8 % gears and monad |
9 % delta monad | |
10 % 副査名修正 | |
66 | 11 % csComp の解説 |
35 | 12 |
29 | 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 | 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 | 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 | 28 \usepackage{amsmath} |
52 | 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 | 34 \jtitle{メタ計算を用いた Continuation based C の検証手法} |
35 \etitle{Verification Methods of Continuation based C using Meta Computations} | |
3 | 36 \year{2017年 3月} |
37 \eyear{March 2017} | |
4 | 38 \author{比嘉 健太} |
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 | 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 | 80 \newtheorem{theorem}{定理}[section] |
81 \newtheorem{lemma}{補題}[section] | |
34 | 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 | 98 \input{abstract.tex} |
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 | 118 % \input{introduction.tex} |
119 % \input{cbc.tex} | |
120 % \input{type.tex} | |
121 % \input{agda.tex} | |
57 | 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 | 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 | 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 | 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} |