changeset 185:8ba51e2a1ea5

change chapter
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Fri, 09 Feb 2018 12:39:07 +0900
parents 62595752c948
children d78ab57f6077
files paper/nozomi-master.pdf paper/nozomi-master.tex
diffstat 2 files changed, 3 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
Binary file paper/nozomi-master.pdf has changed
--- a/paper/nozomi-master.tex	Wed Feb 07 11:58:26 2018 +0900
+++ b/paper/nozomi-master.tex	Fri Feb 09 12:39:07 2018 +0900
@@ -84,9 +84,6 @@
 %図目次
 \listoffigures
 
-%表目次
-\listoftables
-
 %リスト目次
 \lstlistoflistings
 
@@ -932,9 +929,8 @@
 GearsOSにChristieを移行するには、GearsOSにJavaのアノテーションに相当するMeta Computationを実装する必要がある。
 そしてChristieでは実現できなかったアノテーションからの変数の自動生成が行えれば更にプログラミングしやすいAPIになると考えられる。
 
-
-\chapter{付録}
-\section{独自のアノテーション定義}
+\chapter*{付録}
+\section*{独自のアノテーション定義}
 Christieのアノテーションの実装方法と、そのアノテーションからtakeを実行する部分を解説する。
 
 ソースコード\ref{src:take}、\ref{src:remotetake}がChristie独自のアノテーションの定義である。
@@ -965,8 +961,7 @@
 
 フィールドから取得したDGとアノテーションから取得したkeyからインプットコマンド(TAKE/PEEK)を生成し、DGMへ送って実行する。
 
-
-\chapter{謝辞}
+\chapter*{謝辞}
 本研究の遂行、また本論文の作成にあたり、ご多忙にも関わらず終始懇切なる御指導と御
 教授を賜わりました河野真治准教授に深く感謝したします。
 
@@ -983,12 +978,4 @@
 \bibliographystyle{junsrt}
 \bibliography{reference}
 
-%発表履歴
-\addcontentsline{toc}{chapter}{発表履歴}
-%\input{history.tex}
-
-%付録
-\addcontentsline{toc}{chapter}{付録}
-\appendix
-%\input{sources.tex}
 \end{document}