Mercurial > hg > Papers > 2015 > atton-thesis
comparison main.tex @ 2:1e28ac702c1e
Add template
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 03 Feb 2015 17:24:05 +0900 |
parents | |
children | 4cac648eb36e |
comparison
equal
deleted
inserted
replaced
1:d8386a964947 | 2:1e28ac702c1e |
---|---|
1 \documentclass[a4j,12pt]{jreport} | |
2 \usepackage[dvips]{graphicx} | |
3 \usepackage{mythesis} | |
4 \usepackage{multirow} | |
5 \usepackage{here} | |
6 \setlength{\itemsep}{-1zh} | |
7 \title{} | |
8 \icon{ | |
9 \includegraphics[width=80mm,bb=0 0 595 842]{fig/ryukyu.pdf} | |
10 } | |
11 \year{平成Y年度 卒業論文} | |
12 \belongto{琉球大学工学部情報工学科} | |
13 \author{0957 \\ 指導教員 {} } | |
14 %% | |
15 %% プリアンブルに記述 | |
16 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要 | |
17 %% | |
18 \makeatletter | |
19 \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}} | |
20 \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}} | |
21 \makeatother | |
22 \setlength\abovecaptionskip{0pt} | |
23 | |
24 \begin{document} | |
25 | |
26 % タイトル | |
27 \maketitle | |
28 \baselineskip 17pt plus 1pt minus 1pt | |
29 | |
30 \pagenumbering{roman} | |
31 \setcounter{page}{0} | |
32 | |
33 \tableofcontents % 目次 | |
34 \listoffigures % 図目次 | |
35 \listoftables % 表目次 | |
36 | |
37 %以下のように、章ごとに個別の tex ファイルを作成して、 | |
38 % main.tex をコンパイルして確認する。 | |
39 %章分けは個人で違うので下のフォーマットを参考にして下さい。 | |
40 | |
41 % はじめに | |
42 \input{chapter1.tex} | |
43 | |
44 % 基礎概念 | |
45 \input{chapter2.tex} | |
46 | |
47 % 実験 | |
48 \input{chapter3.tex} | |
49 | |
50 % 他の論文との比較 | |
51 %\input{chapter4.tex} | |
52 | |
53 % 今後の課題 | |
54 \input{future.tex} | |
55 | |
56 % 参考文献 | |
57 \input{bibliography.tex} | |
58 | |
59 % 謝辞 | |
60 \input{thanks.tex} | |
61 | |
62 % 付録 | |
63 %\input{appendix.tex} | |
64 | |
65 \end{document} |