view paper/master_paper.tex @ 1:c19a601c0d33

fix Makefile
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Mon, 02 Feb 2009 19:08:53 +0900
parents 10f410903952
children 63cbf02d3c9e
line wrap: on
line source

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

\jtitle{Cell 用の Fine-Grain Task Manager の実装}
\etitle{Implementation of Fine-grain Task Manager for Cell}
\year{平成20年度}
\affiliation{\center%
  \includegraphics[clip,keepaspectratio,width=.15\textwidth]
                  {images/u-ryukyu-Mark.eps}\\
                  \vskip10mm
                  琉球大学大学院 \ 理工学研究科\\ 情報工学専攻}

\author{宮國 渡}


\marklefthead{% 左上に挿入
  \begin{minipage}[b]{.4\textwidth}
    \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps}
    琉球大学大学院学位論文(修士)
\end{minipage}}
\markleftfoot{% 左下に挿入
  \begin{minipage}{.8\textwidth}
    Cell 用の Fine-Grain Task Manager の実装
\end{minipage}}


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

\maketitle

%要旨
\input{abstract.tex}

%目次
\tableofcontents

%図目次
\listoffigures

%表目次
\listoftables

%chapters
\input{introduciton.tex}
\input{cell.tex}
\input{manycore.tex}
\input{taskmanager.tex}
\input{cerium.tex}
\input{compare.tex}
\input{conclusion.tex}

%謝辞

%参考文献
\bibliographystyle{junsrt}
\bibliography{master_paper}

%発表文献

%付録

\printindex
\end{document}