Mercurial > hg > Papers > 2015 > oc-thesis
view paper/thesis-paper.tex @ 30:c5af1e0a283a
update presen
author | oc |
---|---|
date | Thu, 19 Feb 2015 02:26:47 +0900 |
parents | 16c5f065f7e7 |
children |
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={\scriptsize}, commentstyle={\itshape \color[cmyk]{1,0,1,0}}, numbers=left, frame=single, tabsize=2 } \input{dummy.tex} %% font \jtitle{授業やゼミ向けの画面配信システムTreeVNCの機能拡張} \etitle{Improvements of Screen Sharing System TreeVNC} \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}