view thesis-paper.tex @ 0:55118a87c700

add all files
author oc
date Sun, 01 Feb 2015 07:02:29 +0900
parents
children dc17ac172c7d
line wrap: on
line source

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

\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{introduction.tex}

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

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

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

%評価
\input{Test.tex}

%まとめ
\input{Matome.tex}

%参考文献
\input{SourceBooks.tex}

%謝辞
\input{Thanks.tex}

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

\end{document}