diff master_paper.tex @ 0:e9ecd5b5f29a

first commit.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 29 Jan 2010 15:45:41 +0900
parents
children aa09c34b90d3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/master_paper.tex	Fri Jan 29 15:45:41 2010 +0900
@@ -0,0 +1,96 @@
+\documentclass[a4j,12pt]{jreport}
+\usepackage{master_paper}
+\usepackage{ascmac}    %% itembox
+\usepackage[dvipdfm]{graphicx}
+\usepackage{listings, jlisting}
+\usepackage{multirow}
+\usepackage{slashbox}
+\lstset{basicstyle=\footnotesize, frame=trbl, framesep=5pt}
+
+% dvipdfm を使って PDF ファイルに日本語の栞をつける
+%\usepackage[dvipdfm]{color}
+\usepackage[dvipdfm,bookmarks=true,
+  bookmarksnumbered=true,
+  bookmarkstype=toc]{hyperref}
+%\AtBeginDvi{\special{pdf:tounicode /*環境によって違う*/}}
+\AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
+
+
+
+% lstlistingsパッケージの設定
+%\renewcommand{\lstlistingname}{リスト}
+\lstset{
+  language=C,%
+  stringstyle=\ttfamily,%
+  basicstyle=\small\ttfamily,%
+  commentstyle=\itshape,%
+  classoffset=1,%
+  keywordstyle=\bfseries,%
+  framesep=5pt,%
+  showstringspaces=false,%
+  %frame=tRBl,
+  %numbers=left,stepnumber=1,numberstyle=\footnotesize%
+}%
+\def\lstlistingname{コード}
+\def\lstlistlistingname{プログラムコード目次}
+
+
+
+%\jtitle{Continuation based CのGCCによる高速化とその応用}
+\jtitle{組み込み向け言語Continuation based CのGCC上の実装}
+\etitle{}
+\year{平成21年度}
+\affiliation{\center%
+  \vspace{-10mm}
+  \includegraphics[clip,keepaspectratio,width=.15\textwidth]
+  {u-ryukyu-Mark.eps}\\
+  \vskip15mm
+  琉球大学大学院 \ 理工学研究科\\ 情報工学専攻}
+\author{与儀 健人}
+
+\marklefthead{% 左上に挿入
+ \begin{minipage}[b]{.4\textwidth}
+   \includegraphics[height=1zw,clip,keepaspectratio]{emblem-bitmap.eps}
+   琉球大学大学院学位論文(修士)
+  \end{minipage}}
+\markleftfoot{% 左下に挿入
+  \begin{minipage}{.8\textwidth}
+  Continuation based Cの高速化とその応用
+  \end{minipage}}
+
+
+%%% 索引のために以下の2行を追加
+%\usepackage{makeidx,multicol}
+%\makeindex
+\begin{document}
+
+\maketitle
+
+%要旨
+\input{abstract.tex}
+
+%目次
+\tableofcontents
+%図目次
+\listoffigures
+%表目次
+\listoftables
+
+%\pagenumbering{arabic}
+\input{purposes.tex}
+\input{cbc.tex}
+\input{implementation.tex}
+\input{taskmanager.tex}
+\input{evaluations.tex}
+\input{conclusion.tex}
+
+%謝辞
+\input{thanx.tex}
+%参考文献
+\input{bibliography.tex}
+%付録
+\input{appendix.tex}
+
+
+%\printindex
+\end{document}