Mercurial > hg > Papers > 2016 > masa-master
view paper/master_paper.tex @ 101:cf5564c13205
fix
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 18 Feb 2016 22:22:58 +0900 |
parents | 9e3988854e93 |
children | a7f6c549d413 |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage{master_paper} \usepackage{ascmac} \usepackage[dvipdfmx]{graphicx} \usepackage{here} \usepackage{listings,jlisting} \usepackage{comment} %\input{dummy.tex} %% font % \jtitle{Cerium による文字列の並列処理} % \etitle{Parallel processing of strings using Cerium} % \year{平成27年度 3月} % \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} % 並列処理時における文字列処理の研究 % \end{minipage}} \jtitle{Cerium による文字列の並列処理} \etitle{Parallel processing of strings using Cerium} \year{2016年 3月} \eyear{March 2016} \author{古波倉 正隆} \eauthor{Masataka Kohagura} \chife{指導教員:教授 和田 知久} \echife{Supervisor: Prof. Tomohisa WADA} \newcommand\figref[1]{図 \ref{fig:#1}} \newcommand\tabref[1]{表 \ref{tab:#1}} \lstset{% language={Java}, basicstyle={\footnotesize},% identifierstyle={\footnotesize},% commentstyle={\footnotesize\itshape},% keywordstyle={\footnotesize\bfseries},% ndkeywordstyle={\footnotesize},% stringstyle={\footnotesize\ttfamily}, frame={tb}, breaklines=true, columns=[l]{fullflexible},% numbers=left,% xrightmargin=0zw,% xleftmargin=1zw,% numberstyle={\scriptsize},% stepnumber=1, numbersep=0.5zw,% lineskip=-0.5ex% } %%% 索引のために以下の2行を追加 \usepackage{makeidx,multicol} \makeindex \begin{document} \maketitle \newpage %要旨 \input{abstract.tex} %目次 \tableofcontents %図目次 \listoffigures %表目次 \listoftables %chapters \pagenumbering{arabic} \input{c1.tex} \input{c2.tex} \input{c3.tex} \input{c4.tex} \input{c5.tex} \input{c6.tex} \nocite{*} \bibliographystyle{junsrt} \bibliography{master_paper} %付録 \printindex \end{document}