Mercurial > hg > Papers > 2008 > fuchita-master
view paper/master_paper.tex @ 18:6e75cc5c0b25
Initial revision
author | fuchita |
---|---|
date | Mon, 18 Feb 2008 05:10:53 +0900 |
parents | c3eb838fb504 |
children |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage{master_paper} \usepackage{ascmac} %\usepackage[dvips]{graphicx} \usepackage[dvipdfm]{graphicx} % dvipdfm を使って PDF ファイルに日本語の栞をつける % \usepackage[dvipdfm]{color} % \usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,% % bookmarkstype=toc]{hyperref} \jtitle{分散プログラミングモデル Federated Linda と 分散デバッグ開発} \etitle{Distributed Programming Model : Federated Linda and Distributed debugging development} \year{平成19年度} \affiliation{\center% \includegraphics[clip,keepaspectratio,width=.15\textwidth] {fig/u-ryukyu-Mark.pdf}\\ \vskip5mm 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻} \author{渕田 良彦} \marklefthead{% 左上に挿入 \begin{minipage}[b]{.4\textwidth} \includegraphics[height=1zw,clip,keepaspectratio]{emblem-bitmap.eps} 琉球大学大学院学位論文(修士) \end{minipage}} \markleftfoot{% 左下に挿入 \begin{minipage}{.8\textwidth} 分散プログラミングモデル Federated Linda と 分散デバッグ開発 \end{minipage}} %%% 索引のために以下の2行を追加 \usepackage{makeidx,multicol} \makeindex \begin{document} \maketitle %要旨 \input{abstract.tex} %目次 \tableofcontents %図目次 \listoffigures %表目次 \listoftables %序論 \input{introduction.tex} %------------New!--------------------------------- %Federated Linda の提案 \input{suggestion_of_flinda.tex} %Compact Routing の実装によるtype 2 Federated Linda の評価 \input{implementation_of_compact_routing.tex} %Java言語による実装(type3) \input{implementation_of_type3.tex} %分散デバッグ機能と評価 \input{evaluation.tex} %------------------------------------------------- %他のフレームワークとの比較 <<<-------- Jiniとの比較を入れる \input{comparing.tex} %%----------------------------------------------------------------- %考察 %\input{discussion.tex} %結論 \input{conclusion.tex} %謝辞 \input{thanx.tex} %参考文献 \input{bibliography.tex} %付録 \input{appendix.tex} \printindex \end{document}