view paper/thesis-paper.tex @ 2:4b09301ea5fe

retouch
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Thu, 20 Feb 2014 02:57:54 +0900
parents e2aef9828441
children
line wrap: on
line source

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

\input{dummy.tex} %% font

\jtitle{Cerium Task Manager の Multi Platform 対応}
\etitle{}
\year{平成25年度}
\affiliation{\center%
  \includegraphics[clip,keepaspectratio,width=.15\textwidth]
                  {images/u-ryukyu-Mark.eps}\\
                  \vskip10mm
                  琉球大学 \ 工学部 \ 情報工学科}

\author{105744J 小久保 翔平 \\ 指導教員 河野 真治}

\marklefthead{% 左上に挿入
  \begin{minipage}[b]{.4\textwidth}
    \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps}
    琉球大学卒業論文
\end{minipage}}
\markleftfoot{% 左下に挿入
  \begin{minipage}{.8\textwidth}
    Cerium Task Manager の Multi Platform 対応
\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}

%Parallel Computing Platform
\input{Parallel.tex}

%Cerium
\input{Cerium.tex}

%Cerium TaskManager の GPGPU への対応
\input{GPGPU.tex}

%Benchmark
\input{Benchmark.tex}

%結論
\input{Conclusion.tex}

%謝辞
\input{Thanks.tex}

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

\end{document}