view thesis-paper.tex @ 4:14e96778c600

update
author oc
date Mon, 16 Feb 2015 01:03:14 +0900
parents dc17ac172c7d
children 1bc81f8b7517
line wrap: on
line source

\documentclass[a4j,12pt]{jreport}
\usepackage{master_paper}
\usepackage{ascmac}
\usepackage[dvipdfmx]{graphicx}
\usepackage{comment}
\usepackage{url}
\usepackage{listings,jlisting}

\lstset{
  language={Java},
  basicstyle={\small},
  commentstyle={\itshape \color[cmyk]{1,0,1,0}},
  numbers=left,
  frame=single,
  tabsize=2
}

\input{dummy.tex} %% font

\jtitle{授業やゼミ向けの画面配信システムTreeVNCの機能拡張}
\etitle{}
\year{平成25年度}
\affiliation{\center%
  \includegraphics[clip,keepaspectratio,width=.15\textwidth]
                  {images/u-ryukyu-Mark.eps}\\
                  \vskip10mm
                  琉球大学 \ 工学部 \ 情報工学科}

\author{115747H 大城 美和 \\ 指導教員 河野 真治}

\marklefthead{% 左上に挿入
  \begin{minipage}[b]{.4\textwidth}
    \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps}
    琉球大学卒業論文
\end{minipage}}
\markleftfoot{% 左下に挿入
  \begin{minipage}{.8\textwidth}
    授業やゼミ向けの画面配信システムTreeVNCの機能拡張
\end{minipage}}

\newcommand\figref[1]{図 \ref{fig:#1}}
\newcommand\tabref[1]{表 \ref{tab:#1}}

%%% 索引のために以下の2行を追加
\usepackage{makeidx,multicol}
\makeindex
\begin{document}

\maketitle

%要旨

%目次
\tableofcontents

%図目次
\listoffigures

%表目次
\listoftables

%序論
\input{chapter1.tex}

%TreeVNC について
\input{chapter2.tex}

%TreeVNC のリファクタリング
\input{chapter3.tex}

%TreeVNC の新機能
\input{chapter4.tex}

%評価
\input{chapter5.tex}

%まとめ
\input{chapter6.tex}

%謝辞
\input{chapter8.tex}

%参考文献
\nocite{*}
\bibliographystyle{junsrt}
\bibliography{thesis-paper}

\end{document}