view paper/master_paper.tex @ 3:3f96fdc6d522

*** empty log message ***
author akira
date Sat, 16 Feb 2008 01:01:14 +0900
parents 76144c47b4fc
children 5ed3b4005142
line wrap: on
line source

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

% dvipdfm を使って PDF ファイルに日本語の栞をつける
%% \usepackage[dvipdfm]{color}
%% \usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,
%% bookmarkstype=toc]{hyperref}

\jtitle{Cellを用いたゲームフレームワークの提案}
\etitle{ An implementation of \\ Game Framework \\ on Cell Broadband Engine}
\year{平成20年度}
\affiliation{\center%
  \includegraphics[clip,keepaspectratio,width=.15\textwidth]
  {u-ryukyu-Mark.eps}\\
  \vskip10mm
  琉球大学大学院 \ 理工学研究科\\ 情報工学専攻}
\author{神里 晃}


\marklefthead{% 左上に挿入
 \begin{minipage}[b]{.4\textwidth}
   \includegraphics[height=1zw,clip,keepaspectratio]{emblem-bitmap.eps}
   琉球大学大学院学位論文(修士)
  \end{minipage}}
\markleftfoot{% 左下に挿入
  \begin{minipage}{.8\textwidth}
	Cellを用いたゲームフレームワークの提案   
  \end{minipage}}


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

\maketitle

%要旨
\input{abstract.tex}

%目次
\tableofcontents

%図目次
\listoffigures

%表目次
\listoftables

%chapters
\input{introduciton.tex}
\input{multicore.tex}
\input{cell.tex}
\input{osmesa.tex}
\input{cerium.tex}
\input{exploit_techinique.tex}
%\input{consideration.tex}
\input{finally.tex}

%謝辞
\input{thanx.tex}

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

%発表文献
\input{bunken.tex}
%付録
%\input{appendix.tex}

\printindex
\end{document}