comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:e9ecd5b5f29a
1 \documentclass[a4j,12pt]{jreport}
2 \usepackage{master_paper}
3 \usepackage{ascmac} %% itembox
4 \usepackage[dvipdfm]{graphicx}
5 \usepackage{listings, jlisting}
6 \usepackage{multirow}
7 \usepackage{slashbox}
8 \lstset{basicstyle=\footnotesize, frame=trbl, framesep=5pt}
9
10 % dvipdfm を使って PDF ファイルに日本語の栞をつける
11 %\usepackage[dvipdfm]{color}
12 \usepackage[dvipdfm,bookmarks=true,
13 bookmarksnumbered=true,
14 bookmarkstype=toc]{hyperref}
15 %\AtBeginDvi{\special{pdf:tounicode /*環境によって違う*/}}
16 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
17
18
19
20 % lstlistingsパッケージの設定
21 %\renewcommand{\lstlistingname}{リスト}
22 \lstset{
23 language=C,%
24 stringstyle=\ttfamily,%
25 basicstyle=\small\ttfamily,%
26 commentstyle=\itshape,%
27 classoffset=1,%
28 keywordstyle=\bfseries,%
29 framesep=5pt,%
30 showstringspaces=false,%
31 %frame=tRBl,
32 %numbers=left,stepnumber=1,numberstyle=\footnotesize%
33 }%
34 \def\lstlistingname{コード}
35 \def\lstlistlistingname{プログラムコード目次}
36
37
38
39 %\jtitle{Continuation based CのGCCによる高速化とその応用}
40 \jtitle{組み込み向け言語Continuation based CのGCC上の実装}
41 \etitle{}
42 \year{平成21年度}
43 \affiliation{\center%
44 \vspace{-10mm}
45 \includegraphics[clip,keepaspectratio,width=.15\textwidth]
46 {u-ryukyu-Mark.eps}\\
47 \vskip15mm
48 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻}
49 \author{与儀 健人}
50
51 \marklefthead{% 左上に挿入
52 \begin{minipage}[b]{.4\textwidth}
53 \includegraphics[height=1zw,clip,keepaspectratio]{emblem-bitmap.eps}
54 琉球大学大学院学位論文(修士)
55 \end{minipage}}
56 \markleftfoot{% 左下に挿入
57 \begin{minipage}{.8\textwidth}
58 Continuation based Cの高速化とその応用
59 \end{minipage}}
60
61
62 %%% 索引のために以下の2行を追加
63 %\usepackage{makeidx,multicol}
64 %\makeindex
65 \begin{document}
66
67 \maketitle
68
69 %要旨
70 \input{abstract.tex}
71
72 %目次
73 \tableofcontents
74 %図目次
75 \listoffigures
76 %表目次
77 \listoftables
78
79 %\pagenumbering{arabic}
80 \input{purposes.tex}
81 \input{cbc.tex}
82 \input{implementation.tex}
83 \input{taskmanager.tex}
84 \input{evaluations.tex}
85 \input{conclusion.tex}
86
87 %謝辞
88 \input{thanx.tex}
89 %参考文献
90 \input{bibliography.tex}
91 %付録
92 \input{appendix.tex}
93
94
95 %\printindex
96 \end{document}