view preprint/2015_final_pre.tex @ 18:583b83ff748c

rename directory, update abstruct, update chapter1
author oc
date Tue, 17 Feb 2015 14:58:51 +0900
parents
children 687da133c01a
line wrap: on
line source

\documentclass[twocolumn,twoside,7pt]{jarticle}
\usepackage[dvipdfmx]{graphicx}
\usepackage{picins}
\usepackage{fancyhdr}
\usepackage{setspace}

\pagestyle{fancy}
\lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{images/emblem-bitmap.pdf}}琉球大学主催 工学部情報工学科 卒業研究発表会}
\rhead{}
\cfoot{}

\setstretch{0.8}
\setlength{\topmargin}{-1in \addtolength{\topmargin}{15mm}}
\setlength{\headheight}{0mm}
\setlength{\headsep}{5mm}
\setlength{\oddsidemargin}{-1in \addtolength{\oddsidemargin}{11mm}}
\setlength{\evensidemargin}{-1in \addtolength{\evensidemargin}{21mm}}
\setlength{\textwidth}{181mm}
\setlength{\textheight}{261mm}
\setlength{\footskip}{0mm}
\pagestyle{empty}

\begin{document}
\title{授業やゼミ向けの画面配信システムTreeVNCの機能拡張
Improvements of Screen Sharing System TreeVNC}
\author{115747H 氏名 大城 美和 指導教員 : 河野 真治}
\maketitle
\thispagestyle{fancy}

% abstruct
\input{abstract.tex}
% 目的
\input{chapter1.tex}
% VNCとTreeVNCについて
\input{chapter2.tex}
% 動的なportの指定
\input{chapter3.tex}
% Treeの構成の変更
\input{chapter4.tex}
% ホスト切り替え時の挙動の修正
\input{chapter5.tex}
% QUALITY・SPEED
\input{chapter6.tex}
% マルチディスプレイの対応
\input{chapter7.tex}
% 遠隔地からの接続
\input{chapter8.tex}
% まとめ
\input{chapter9.tex}
% 今後の課題
\input{chapter10.tex}

%参考文献
\bibliographystyle{ipsjunsrt}
\input{bibliography.tex}

\end{document}