Mercurial > hg > Papers > 2014 > nobuyasu-master
comparison paper/master_paper.tex @ 0:90adb016389d
First commit
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 08 Jan 2014 04:40:03 +0900 |
parents | |
children | d42d2acf5d1d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:90adb016389d |
---|---|
1 \documentclass[a4j,12pt]{jreport} | |
2 \usepackage{master_paper} | |
3 \usepackage{ascmac} | |
4 \usepackage[dvipdfmx]{graphicx} | |
5 \usepackage{here} | |
6 \usepackage{listings} | |
7 \usepackage{comment} | |
8 \input{dummy.tex} %% font | |
9 | |
10 \jtitle{分散 database Jungle に関する研究} | |
11 \etitle{A Study of distributed database Jungle} | |
12 \year{平成25年度} | |
13 \affiliation{\center% | |
14 \includegraphics[clip,keepaspectratio,width=.15\textwidth] | |
15 {images/u-ryukyu-Mark.eps}\\ | |
16 \vskip10mm | |
17 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻} | |
18 | |
19 \author{大城 信康} | |
20 | |
21 \marklefthead{% 左上に挿入 | |
22 \begin{minipage}[b]{.4\textwidth} | |
23 \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps} | |
24 琉球大学大学院学位論文(修士) | |
25 \end{minipage}} | |
26 \markleftfoot{% 左下に挿入 | |
27 \begin{minipage}{.8\textwidth} | |
28 分散 database Jungle に関する研究 | |
29 \end{minipage}} | |
30 | |
31 \newcommand\figref[1]{図 \ref{fig:#1}} | |
32 \newcommand\tabref[1]{表 \ref{tab:#1}} | |
33 | |
34 \lstset{% | |
35 language={Java}, | |
36 basicstyle={\footnotesize},% | |
37 identifierstyle={\footnotesize},% | |
38 commentstyle={\footnotesize\itshape},% | |
39 keywordstyle={\footnotesize\bfseries},% | |
40 ndkeywordstyle={\footnotesize},% | |
41 stringstyle={\footnotesize\ttfamily}, | |
42 frame={tb}, | |
43 breaklines=true, | |
44 columns=[l]{fullflexible},% | |
45 numbers=left,% | |
46 xrightmargin=0zw,% | |
47 xleftmargin=1zw,% | |
48 numberstyle={\scriptsize},% | |
49 stepnumber=1, | |
50 numbersep=0.5zw,% | |
51 lineskip=-0.5ex% | |
52 } | |
53 | |
54 | |
55 %%% 索引のために以下の2行を追加 | |
56 \usepackage{makeidx,multicol} | |
57 \makeindex | |
58 \begin{document} | |
59 | |
60 \maketitle | |
61 \newpage | |
62 | |
63 \input{judge.tex} | |
64 | |
65 %要旨 | |
66 \input{abstract.tex} | |
67 \input{abstract_eng.tex} | |
68 | |
69 %目次 | |
70 \tableofcontents | |
71 | |
72 %図目次 | |
73 \listoffigures | |
74 | |
75 %表目次 | |
76 \listoftables | |
77 | |
78 %chapters | |
79 \input{introduciton.tex} | |
80 \input{chapter1.tex} | |
81 %\input{chapter2.tex} | |
82 %\input{chapter3.tex} | |
83 %\input{chapter4.tex} | |
84 \input{conclusion.tex} | |
85 | |
86 %謝辞 | |
87 \input{thanx.tex} | |
88 | |
89 %参考文献 | |
90 \nocite{*} | |
91 \bibliographystyle{junsrt} | |
92 \bibliography{master_paper} | |
93 | |
94 %発表文献 | |
95 \input{appendix.tex} | |
96 | |
97 %付録 | |
98 | |
99 \printindex | |
100 \end{document} |