annotate paper/thesis-paper.tex @ 35:d5b9addca752

add OUTLINE chapter2
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Fri, 14 Feb 2014 03:17:44 +0900
parents ff5c2b4ca18a
children c93cbcb52fcc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 \documentclass[a4j,12pt]{jreport}
12
c623c0453fc1 add createTask fig
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 11
diff changeset
2 \usepackage[dvipdfm]{graphicx}
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 \usepackage{mythesis}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 \usepackage{multirow}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 \usepackage{here}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 \setlength{\itemsep}{-1zh}
13
ff5c2b4ca18a add slide
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
7 \title{Cerium による並列処理向け I/O の設計と実装}
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 \icon{
8
d71bcb588c27 fix figure position
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
9 \includegraphics[width=80mm,bb=0 0 595 642]{fig/ryukyu.pdf}
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 }
8
d71bcb588c27 fix figure position
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
11 \year{平成25年度 卒業論文}
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 \belongto{琉球大学工学部情報工学科}
8
d71bcb588c27 fix figure position
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
13 \author{085726C {古波倉 正隆} \\ 指導教員 {河野 真治} }
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 %%
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 %% プリアンブルに記述
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 %%
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 \makeatletter
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 \makeatother
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 \setlength\abovecaptionskip{0pt}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 \begin{document}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 % タイトル
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 \maketitle
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 \baselineskip 17pt plus 1pt minus 1pt
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 \pagenumbering{roman}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 \setcounter{page}{0}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 \tableofcontents % 目次
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 \listoffigures % 図目次
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 \listoftables % 表目次
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 %以下のように、章ごとに個別の tex ファイルを作成して、
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38 % main.tex をコンパイルして確認する。
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 %章分けは個人で違うので下のフォーマットを参考にして下さい。
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 % はじめに
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 \input{chapter1.tex}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
43
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 % 基礎概念
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 \input{chapter2.tex}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
46
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 % 実験
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 \input{chapter3.tex}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
49
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 % 他の論文との比較
11
5e67750b1c4f write chapter label
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
51 \input{chapter4.tex}
5e67750b1c4f write chapter label
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
52 \input{chapter5.tex}
5e67750b1c4f write chapter label
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
53 % 今後の課題
5e67750b1c4f write chapter label
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
54 \input{chapter6.tex}
7
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 % 参考文献
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 \input{bibliography.tex}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
59
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 % 謝辞
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 \input{thanks.tex}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 % 付録
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 %\input{appendix.tex}
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65
b2fdecf63a05 add Makefile & thesis-paper
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 \end{document}