Mercurial > hg > Papers > 2018 > parusu-master
view paper/master_paper.tex @ 3:86340b0bf212
Update
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 17 Jan 2018 08:48:10 +0900 |
parents | b3fc9cc0d85f |
children | 106c1d35afd2 |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage{master_paper} \usepackage{ascmac} \usepackage[dvipdfmx]{graphicx} \usepackage{here} \usepackage{listings} \usepackage{comment} \usepackage{url} \usepackage[deluxe, multi]{otf} %\input{dummy.tex} %% font \jtitle{Gears OS の並列処理} \etitle{Parallel processing of Gears OS} \year{2017年 3月} \eyear{March 2018} \author{伊波 立樹} \eauthor{Tatsuki IHA} \chife{指導教員:教授 和田 知久} \echife{Supervisor: Prof. Tomohisa WADA} \marklefthead{% 左上に挿入 \begin{minipage}[b]{.4\textwidth} 琉球大学大学院学位論文(修士) \end{minipage}} \markleftfoot{% 左下に挿入 \begin{minipage}{.8\textwidth} Gears OS の並列処理 \end{minipage}} \newcommand\figref[1]{図 \ref{fig:#1}} \newcommand\tabref[1]{表 \ref{tab:#1}} \newcommand\coderef[1]{ソースコード \ref{code:#1}} \lstset{ frame=single, keepspaces=true, stringstyle={\ttfamily}, commentstyle={\ttfamily}, identifierstyle={\ttfamily}, keywordstyle={\ttfamily}, basicstyle={\ttfamily}, breaklines=true, xleftmargin=0zw, xrightmargin=0zw, framerule=.2pt, columns=[l]{fullflexible}, numbers=left, stepnumber=1, numberstyle={\scriptsize}, numbersep=1em, language={}, tabsize=4, lineskip=-0.5zw, escapechar={@}, } \def\lstlistingname{ソースコード} \def\lstlistlistingname{ソースコード目次} %%% 索引のために以下の2行を追加 \usepackage{makeidx,multicol} \makeindex \begin{document} %rome \frontmatter \maketitle \newpage \makecommission %要旨 \input{abstract.tex} %目次 \tableofcontents %図目次 \listoffigures %表目次 \listoftables %リスト目次 \lstlistoflistings %arabic \mainmatter %chapters \input{introduction.tex} \input{gearsOS.tex} \input{structure_GearsOS.tex} \input{gpu.tex} \input{evaluation.tex} \input{conclusion.tex} %謝辞 \addcontentsline{toc}{chapter}{謝辞} \input{thanks.tex} %参考文献 \nocite{*} \bibliographystyle{junsrt} \bibliography{reference} %発表履歴 \addcontentsline{toc}{chapter}{発表履歴} \input{history.tex} %付録 \addcontentsline{toc}{chapter}{付録} \appendix \end{document}