Mercurial > hg > Papers > 2014 > toma-master
annotate paper/master_paper.tex @ 5:658281be77ec
describe the abstract
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 19 Jan 2014 09:35:05 +0900 |
parents | de59bd85507e |
children | a145ceb871d3 |
rev | line source |
---|---|
2 | 1 \documentclass[a4j,12pt]{jreport} |
2 \usepackage{master_paper} | |
3 \usepackage{ascmac} | |
4 \usepackage[dvipdfmx]{graphicx} | |
5 \usepackage{url} | |
6 \usepackage{comment} | |
7 | |
8 \input{font.sty} | |
9 | |
5
658281be77ec
describe the abstract
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
3
diff
changeset
|
10 \jtitle{関数型言語 Haskell によるデータベースの実装} |
2 | 11 \etitle{} |
5
658281be77ec
describe the abstract
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
3
diff
changeset
|
12 \year{平成26年度} |
2 | 13 \affiliation{\center% |
14 \includegraphics[clip,keepaspectratio,width=.15\textwidth] | |
15 {images/u-ryukyu-Mark.eps}\\ | |
16 \vskip10mm | |
17 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻} | |
18 | |
19 \author{當眞 大千} | |
20 | |
21 | |
22 \marklefthead{% 左上に挿入 | |
23 \begin{minipage}[b]{.4\textwidth} | |
24 \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps} | |
25 琉球大学大学院学位論文(修士) | |
26 \end{minipage}} | |
27 \markleftfoot{% 左下に挿入 | |
28 \begin{minipage}{.8\textwidth} | |
5
658281be77ec
describe the abstract
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
3
diff
changeset
|
29 関数型言語 Haskell によるデータベースの実装 |
2 | 30 \end{minipage}} |
31 | |
32 \newcommand\figref[1]{図 \ref{fig:#1}} | |
33 \newcommand\tabref[1]{表 \ref{tab:#1}} | |
34 | |
35 %%% 索引のために以下の2行を追加 | |
36 \usepackage{makeidx,multicol} | |
37 \makeindex | |
38 \begin{document} | |
39 | |
40 \maketitle | |
3 | 41 \newpage |
2 | 42 |
43 %要旨 | |
44 \input{abstract.tex} | |
45 | |
46 %目次 | |
47 \tableofcontents | |
48 | |
49 %図目次 | |
50 \listoffigures | |
51 | |
52 %表目次 | |
53 \listoftables | |
54 | |
55 %chapters | |
56 \input{introduciton.tex} | |
57 \input{chapter1.tex} | |
58 \input{chapter2.tex} | |
59 \input{chapter3.tex} | |
5
658281be77ec
describe the abstract
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
3
diff
changeset
|
60 \input{chapter4.tex} |
2 | 61 \input{conclusion.tex} |
62 | |
63 %謝辞 | |
64 \input{thanx.tex} | |
65 | |
66 %参考文献 | |
67 \nocite{*} | |
68 \bibliographystyle{junsrt} | |
69 \bibliography{master_paper} | |
70 | |
71 %発表文献 | |
72 \input{appendix.tex} | |
73 | |
74 %付録 | |
75 | |
76 \printindex | |
77 \end{document} |