Mercurial > hg > Papers > 2011 > koba-master
view paper/master_paper.tex @ 2:bd91d56ca33a
chapter 3 finish.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 01 Feb 2011 18:33:29 +0900 |
parents | d557035f6f61 |
children | 398e732edfb6 |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage{master_paper} \usepackage{ascmac} \usepackage[dvipdfm]{graphicx} \usepackage{comment} \input{dummy.tex} %% font \jtitle{Game Framework Cerium を用いた\\ ゲームプログラミングにおけるテスト手法の提案} \etitle{} \year{平成22年度} \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} Game Framework Cerium を用いた\\ ゲームプログラミングにおけるテスト手法の提案 \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} %1 \input{knowledge.tex} %2 \input{early.tex} %3 \input{game.tex} %3 \input{test.tex} %4 \input{result.tex} %5 \input{conclusion.tex} %6 %謝辞 \input{thanks.tex} %参考文献 \nocite{*} \bibliographystyle{junsrt} \bibliography{master_paper} %発表文献 \input{appendix.tex} %付録 \printindex \end{document}