Mercurial > hg > Papers > 2020 > riono-thesis
annotate FinalThesis/main.tex @ 21:fa92cb03dac1
update chapter3 and add Blocking UpdateRectangle image
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 13 Feb 2020 21:01:10 +0900 |
parents | ce78d25fe03e |
children | e18aecd16936 |
rev | line source |
---|---|
1 | 1 \documentclass[a4j,12pt]{jreport} |
2 | 2 %\usepackage[dvips]{graphicx} |
3 \usepackage[dvipdfmx]{hyperref,graphicx} | |
1 | 4 \usepackage{mythesis} |
5 \usepackage{multirow} | |
6 \usepackage{here} | |
4 | 7 \usepackage{cite} |
6 | 8 \usepackage{url} |
21
fa92cb03dac1
update chapter3 and add Blocking UpdateRectangle image
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
6
diff
changeset
|
9 \usepackage{scalefnt} |
6 | 10 |
4 | 11 |
2 | 12 |
13 \usepackage{pxjahyper} | |
14 \hypersetup{ | |
15 colorlinks=false, % リンクに色をつけない設定 | |
16 bookmarks=true, % 以下ブックマークに関する設定 | |
17 bookmarksnumbered=true, | |
18 pdfborder={0 0 0}, | |
19 bookmarkstype=toc | |
20 } | |
21 | |
22 | |
1 | 23 \setlength{\itemsep}{-1zh} |
6 | 24 \title{画面配信システム TreeVNC の マルチキャスト導入} |
1 | 25 \icon{ |
2 | 26 \includegraphics[width=80mm,bb=0 0 595 642]{fig/ryukyu.pdf} |
1 | 27 } |
2 | 28 \year{令和元年度 卒業論文} |
1 | 29 \belongto{琉球大学工学部情報工学科} |
2 | 30 \author{165729B 安田亮 \\ 指導教員 {河野 真治} } |
1 | 31 %% |
32 %% プリアンブルに記述 | |
33 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要 | |
34 %% | |
35 \makeatletter | |
36 \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}} | |
37 \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}} | |
38 \makeatother | |
39 \setlength\abovecaptionskip{0pt} | |
40 | |
41 \begin{document} | |
42 | |
43 % タイトル | |
44 \maketitle | |
45 \baselineskip 17pt plus 1pt minus 1pt | |
46 | |
47 \pagenumbering{roman} | |
48 \setcounter{page}{0} | |
49 | |
4 | 50 \tableofcontents % 目次ssdf |
1 | 51 \listoffigures % 図目次 |
52 \listoftables % 表目次 | |
53 | |
4 | 54 |
1 | 55 %以下のように、章ごとに個別の tex ファイルを作成して、 |
56 % main.tex をコンパイルして確認する。 | |
57 %章分けは個人で違うので下のフォーマットを参考にして下さい。 | |
58 | |
59 % はじめに | |
60 \input{chapter1.tex} | |
61 | |
62 % 基礎概念 | |
63 \input{chapter2.tex} | |
64 | |
65 % 実験 | |
66 \input{chapter3.tex} | |
67 | |
4 | 68 |
1 | 69 % 他の論文との比較 |
70 %\input{chapter4.tex} | |
71 | |
72 % 今後の課題 | |
73 \input{future.tex} | |
74 | |
6 | 75 |
76 | |
1 | 77 % 参考文献 |
78 \input{bibliography.tex} | |
79 | |
80 % 謝辞 | |
81 \input{thanks.tex} | |
82 | |
83 % 付録 | |
84 %\input{appendix.tex} | |
85 | |
4 | 86 |
87 | |
88 | |
89 | |
1 | 90 \end{document} |