0
|
1 \documentclass[a4j,12pt]{jreport}
|
|
2 \usepackage{master_paper}
|
|
3 \usepackage{ascmac}
|
|
4 \usepackage[dvipdfmx]{graphicx}
|
|
5 \usepackage{comment}
|
1
|
6 \usepackage{url}
|
|
7 \usepackage{listings,jlisting}
|
|
8
|
|
9 \lstset{
|
4
|
10 language={Java},
|
6
|
11 basicstyle={\scriptsize},
|
1
|
12 commentstyle={\itshape \color[cmyk]{1,0,1,0}},
|
4
|
13 numbers=left,
|
1
|
14 frame=single,
|
|
15 tabsize=2
|
|
16 }
|
0
|
17
|
|
18 \input{dummy.tex} %% font
|
|
19
|
|
20 \jtitle{授業やゼミ向けの画面配信システムTreeVNCの機能拡張}
|
7
|
21 \etitle{Improvements of Screen Sharing System TreeVNC}
|
0
|
22 \year{平成25年度}
|
|
23 \affiliation{\center%
|
|
24 \includegraphics[clip,keepaspectratio,width=.15\textwidth]
|
|
25 {images/u-ryukyu-Mark.eps}\\
|
|
26 \vskip10mm
|
|
27 琉球大学 \ 工学部 \ 情報工学科}
|
|
28
|
|
29 \author{115747H 大城 美和 \\ 指導教員 河野 真治}
|
|
30
|
|
31 \marklefthead{% 左上に挿入
|
|
32 \begin{minipage}[b]{.4\textwidth}
|
|
33 \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps}
|
|
34 琉球大学卒業論文
|
|
35 \end{minipage}}
|
|
36 \markleftfoot{% 左下に挿入
|
|
37 \begin{minipage}{.8\textwidth}
|
|
38 授業やゼミ向けの画面配信システムTreeVNCの機能拡張
|
|
39 \end{minipage}}
|
|
40
|
|
41 \newcommand\figref[1]{図 \ref{fig:#1}}
|
|
42 \newcommand\tabref[1]{表 \ref{tab:#1}}
|
|
43
|
|
44 %%% 索引のために以下の2行を追加
|
|
45 \usepackage{makeidx,multicol}
|
|
46 \makeindex
|
|
47 \begin{document}
|
|
48
|
|
49 \maketitle
|
|
50
|
|
51 %要旨
|
|
52
|
|
53 %目次
|
|
54 \tableofcontents
|
|
55
|
|
56 %図目次
|
|
57 \listoffigures
|
|
58
|
|
59 %表目次
|
|
60 \listoftables
|
|
61
|
|
62 %序論
|
1
|
63 \input{chapter1.tex}
|
0
|
64
|
|
65 %TreeVNC について
|
1
|
66 \input{chapter2.tex}
|
0
|
67
|
|
68 %TreeVNC のリファクタリング
|
1
|
69 \input{chapter3.tex}
|
0
|
70
|
|
71 %TreeVNC の新機能
|
1
|
72 \input{chapter4.tex}
|
0
|
73
|
|
74 %評価
|
1
|
75 \input{chapter5.tex}
|
0
|
76
|
|
77 %まとめ
|
1
|
78 \input{chapter6.tex}
|
0
|
79
|
|
80 %謝辞
|
1
|
81 \input{chapter8.tex}
|
0
|
82
|
|
83 %参考文献
|
1
|
84 \nocite{*}
|
|
85 \bibliographystyle{junsrt}
|
|
86 \bibliography{thesis-paper}
|
0
|
87
|
|
88 \end{document}
|