0
|
1 \documentclass[a4j,12pt]{jreport}
|
|
2 \usepackage[dvips]{graphicx}
|
1
|
3 \usepackage{ascmac}
|
0
|
4 \usepackage{mythesis}
|
|
5 \usepackage{multirow}
|
|
6 \usepackage{here}
|
2
|
7 \usepackage{comment}
|
1
|
8
|
0
|
9 \setlength{\itemsep}{-1zh}
|
6
|
10 %\title{enterprise Authorization system on distributed tree structure database Jungle}
|
11
|
11 \title{分散木構造データベースJungleによる\\企業向け許認可システム}
|
0
|
12 \icon{
|
21
|
13 \includegraphics[width=80mm,bb=0 0 595 642]{fig/ryukyu.pdf}
|
0
|
14 }
|
6
|
15 %\year{分散木構造データべースJungleによる企業向け許認可システム}
|
0
|
16 \belongto{琉球大学工学部情報工学科}
|
1
|
17 \author{金川竜己 \\ 指導教員 河野真治 {} }
|
0
|
18 %%
|
|
19 %% プリアンブルに記述
|
|
20 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
|
|
21 %%
|
|
22 \makeatletter
|
|
23 \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
|
|
24 \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
|
|
25 \makeatother
|
|
26 \setlength\abovecaptionskip{0pt}
|
|
27
|
|
28 \begin{document}
|
|
29
|
|
30 % タイトル
|
|
31 \maketitle
|
|
32 \baselineskip 17pt plus 1pt minus 1pt
|
|
33
|
|
34 \pagenumbering{roman}
|
|
35 \setcounter{page}{0}
|
|
36
|
|
37 \tableofcontents % 目次
|
|
38 \listoffigures % 図目次
|
|
39 \listoftables % 表目次
|
|
40
|
|
41 %以下のように、章ごとに個別の tex ファイルを作成して、
|
|
42 % main.tex をコンパイルして確認する。
|
|
43 %章分けは個人で違うので下のフォーマットを参考にして下さい。
|
|
44
|
|
45 % はじめに
|
|
46 \input{chapter1.tex}
|
|
47
|
|
48 % 基礎概念
|
|
49 \input{chapter2.tex}
|
|
50
|
|
51 % 実験
|
|
52 \input{chapter3.tex}
|
|
53
|
|
54 \input{chapter4.tex}
|
|
55 % 他の論文との比較
|
|
56 %\input{chapter4.tex}
|
|
57
|
|
58 \input{chapter7.tex}
|
|
59 \input{chapter8.tex}
|
18
|
60 \input{chapter9.tex}
|
0
|
61 % 参考文献
|
|
62 \input{bibliography.tex}
|
|
63
|
|
64 % 謝辞
|
|
65 \input{thanks.tex}
|
|
66
|
|
67 % 付録
|
|
68 %\input{appendix.tex}
|
|
69
|
|
70 \end{document}
|