Mercurial > hg > Papers > 2015 > sugi-master
view paper/master_paper.tex @ 21:7d0c4907c2df
add pdf
author | sugi |
---|---|
date | Thu, 29 Jan 2015 17:13:44 +0900 |
parents | 675939a7f983 |
children | 56047183b938 |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage{master_paper} \usepackage{ascmac} \usepackage[dvipdfmx]{graphicx} \usepackage{comment} \usepackage{listings,jlisting} \usepackage{url} \input{dummy.tex} %% font \jtitle{分散フレームワーク Alice 上の meta computation と応用} \etitle{Distributed framework Alice} \year{平成26年度} \affiliation{\center% \includegraphics[clip,keepaspectratio,width=.15\textwidth] {images/u-ryukyu-Mark.pdf}\\ \vskip10mm 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻} \author{杉本 優} \marklefthead{% 左上に挿入 \begin{minipage}[b]{.4\textwidth} \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.pdf} 琉球大学大学院学位論文(修士) \end{minipage}} \markleftfoot{% 左下に挿入 \begin{minipage}{.8\textwidth} 分散フレームワーク Alice 上の meta computation と応用 \end{minipage}} \newcommand\figref[1]{図 \ref{fig:#1}} \newcommand\tabref[1]{表 \ref{tab:#1}} \lstset{% frame=single, 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={Java}, tabsize=4, lineskip=-0.5zw, morecomment={[s][]{/**}{*/}}, } %%% 索引のために以下の2行を追加 \usepackage{makeidx,multicol} \makeindex \begin{document} \maketitle %審査 \input{judge.tex} %要旨 \input{abstract.tex} %要旨(Engilish) \input{abstract_eng.tex} %目次 \tableofcontents %図目次 \listoffigures %表目次 \listoftables %chapters \input{introduciton.tex} \input{chapter1.tex} \input{chapter2.tex} \input{chapter3.tex} \input{chapter4.tex} \input{chapter5.tex} \input{conclusion.tex} %謝辞 \input{thanx.tex} %参考文献 \nocite{*} \bibliographystyle{junsrt} \bibliography{master_paper} %発表文献 \input{appendix.tex} %付録 \printindex \end{document}