changeset 24:83399f3cd88a

...
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Thu, 27 Jan 2022 02:55:10 +0900
parents 21e1d4cec2d3
children b16f42511c3e
files paper/__latexindent_temp.pdf paper/__latexindent_temp.tex paper/text/__latexindent_temp.tex
diffstat 3 files changed, 0 insertions(+), 90 deletions(-) [+]
line wrap: on
line diff
Binary file paper/__latexindent_temp.pdf has changed
--- a/paper/__latexindent_temp.tex	Thu Jan 27 02:51:37 2022 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-\documentclass[title,12pt]{jsreport}
-\usepackage{ie-thesis}
-
-\jtitle{GearsOSにおけるFileSystemの設計}
-\title{Designing a FileSystem in GearsOS}
-
-\affiliation{琉球大学工学部工学科知能情報コース}
-\studentid{185742J}
-\author{又吉 雄斗}
-\supervisor{河野 真治}
-
-%\Jabstract{\include{./text/Jabstract}}
-\Jabstract{\input{./text/Jabstract.tex}}
-\Eabstract{\input{./text/Eabstract.tex}}
-   
-\begin{document}
-\maketitle %Don't remove.
-
-% 目次
-\tableofcontents	%Don't remove.
-
-% 図目次,図がある場合のみ
-\listoffigures
-
-% 表も軸,表がある場合のみ
-\listoftables
-
-% pagecounter settings
-\setcounter{page}{0}	%Don't remove.
-
-% main text
-% introduction
-\include{./text/introduction}
-
-% ... 
-\include{./text/chapter2}
-
-
-\chapter{まとめ}
-
-\chapter*{謝辞}
-
-% reference
-\include{./text/reference}
-
-%付録がある場合のみ
-%\appendix
-%付録項目ごとに章構成する.章番号は本文とは独立に構成される.
-
-\end{document}
\ No newline at end of file
--- a/paper/text/__latexindent_temp.tex	Thu Jan 27 02:51:37 2022 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-\chapter{Continuation based C}
-\section{CodeGearとDataGear}
-\section{ノーマルレベルとメタレベル}
-\section{継続性}
-
-\chapter{GearsOS}
-\section{信頼性の保証}
-\section{stub}
-\section{context}
-
-\chapter{Christie}
-\section{Gearの概念}
-\section{DataGearManager}
-\section{topology manager}
-
-\chapter{UnixのFileSystem}
-\section{inode}
-
-\chapter{GearsFileSystemのdirectory}
-\section{Treeによるdirectory構造}
-\section{Unix Like な interface}
-\subsection{mkdir}
-\subsection{ls}
-\subsection{cd}
-\section{inodeを用いたdirectory entry}
-\section{非破壊的編集によるBackup}
-
-\chapter{File構造}
-\section{I/O Stream}
-\section{logによるバージョン管理}
-
-\chapter{WordCount}
-\section{API}
-\section{GearBox的な処理}
-
-\chapter{今後の課題}
-\section{分散ファイルシステム}
-\section{GearsAgda}
-\section{shell}
-\section{モデル検査}
\ No newline at end of file