view paper/thesis_paper.tex @ 7:3bed8935e27a default tip

add presen
author Yutaka_Kinjyo
date Thu, 18 Feb 2010 15:09:07 +0900
parents fd9154e03f46
children
line wrap: on
line source

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

\input{dummy.tex} %% font

\jtitle{Cell上のソフトウェアレンダリングの\\高速化と高機能化}
%\jtitle{Implementation of Fine-grain Task Manager for Cell}
\year{}
\affiliation{\center%
  \includegraphics[clip,keepaspectratio,width=.15\textwidth]
                  {images/u-ryukyu-Mark.eps}\\
                  \vskip10mm
                  琉球大学情報工学科}

\author{065725F 金城 裕\\ 指導教官 河野真治}

\marklefthead{% 左上に挿入
  \begin{minipage}[b]{.4\textwidth}
    \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps}
\end{minipage}}
\markleftfoot{% 左下に挿入
  \begin{minipage}{.8\textwidth}
    Cell上のソフトウェアレンダリングの高速化と高機能化
\end{minipage}}

\newcommand\figref[1]{図 \ref{fig:#1}}
\newcommand\tabref[1]{表 \ref{tab:#1}}

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

\maketitle

%要旨
%\input{abstract.tex}

%目次
\tableofcontents

%図目次
%\listoffigures

%表目次
%\listoftables

%chapters
\input{introduciton.tex}
\input{cell.tex}
\input{cerium.tex}
\input{rendering.tex}

%謝辞

%参考文献
\nocite{cell}
\bibliographystyle{junsrt}
\bibliography{thesis_paper}


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

%付録

\printindex
\end{document}