comparison Paper/main.tex @ 0:163b2493fb51

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