Mercurial > hg > Papers > 2015 > tatsuki-thresis
view main.tex @ 7:7848919edb48
add abst
author | tatsuki |
---|---|
date | Tue, 17 Feb 2015 12:54:31 +0900 |
parents | b0fd781e3b05 |
children | 6826f31f10c0 |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage[dvips]{graphicx} \usepackage{ascmac} \usepackage{mythesis} \usepackage{multirow} \usepackage{here} \usepackage{comment} \setlength{\itemsep}{-1zh} %\title{enterprise Authorization system on distributed tree structure database Jungle} \title{分散機構造データベースJungleによる\\企業向け企業システム} \icon{ \includegraphics[width=80mm,bb=0 0 595 842]{fig/ryukyu.pdf} } %\year{分散木構造データべースJungleによる企業向け許認可システム} \belongto{琉球大学工学部情報工学科} \author{金川竜己 \\ 指導教員 河野真治 {} } %% %% プリアンブルに記述 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要 %% \makeatletter \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}} \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}} \makeatother \setlength\abovecaptionskip{0pt} \begin{document} % タイトル \maketitle \baselineskip 17pt plus 1pt minus 1pt \pagenumbering{roman} \setcounter{page}{0} \tableofcontents % 目次 \listoffigures % 図目次 \listoftables % 表目次 %以下のように、章ごとに個別の tex ファイルを作成して、 % main.tex をコンパイルして確認する。 %章分けは個人で違うので下のフォーマットを参考にして下さい。 % はじめに \input{chapter1.tex} % 基礎概念 \input{chapter2.tex} % 実験 \input{chapter3.tex} \input{chapter4.tex} % 他の論文との比較 %\input{chapter4.tex} \input{chapter7.tex} \input{chapter8.tex} % 参考文献 \input{bibliography.tex} % 謝辞 \input{thanks.tex} % 付録 %\input{appendix.tex} \end{document}