view master_paper.tex @ 1:aa09c34b90d3

add quicksort_for_pcc add sources, figures.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2010 20:37:36 +0900
parents e9ecd5b5f29a
children 50e23a4b2f40
line wrap: on
line source

\documentclass[a4j,12pt]{jreport}
\usepackage{master_paper}
\usepackage{ascmac}    %% itembox
\usepackage[dvipdfm]{graphicx}
\usepackage{listings, jlisting}
\usepackage{multirow}
\usepackage{slashbox}
\usepackage{color}
\lstset{basicstyle=\footnotesize, frame=trbl, framesep=5pt}

% dvipdfm を使って PDF ファイルに日本語の栞をつける
\usepackage[dvipdfm,bookmarks=true,
  bookmarksnumbered=true,
  bookmarkstype=toc]{hyperref}
%\AtBeginDvi{\special{pdf:tounicode /*環境によって違う*/}}
\AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}



% lstlistingsパッケージの設定
%\renewcommand{\lstlistingname}{リスト}
\lstdefinelanguage{cbc}[]{C}
  {morekeywords={code,\_\_return}}
\lstset{
  language=cbc,%
  %stringstyle=\ttfamily,%
  stringstyle=,%
  basicstyle=\small\ttfamily,%
  commentstyle=\itshape\rmfamily,%
  %identifierstyle=\color{blue}\bfseries,%
  keywordstyle=\bfseries,%
  framesep=5pt,%
  showstringspaces=false,%
  frameround=ftft,%
  emphstyle=\underbar,
  %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のGCC上の実装
  \end{minipage}}


%%% 索引のために以下の2行を追加
%\usepackage{makeidx,multicol}
%\makeindex
\begin{document}

\maketitle

%要旨
\input{abstract.tex}

%目次
\tableofcontents
%図目次
\listoffigures
%表目次
\listoftables

%\pagenumbering{arabic}
\input{introduction.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}