view paper/final_thesis.tex @ 14:101c076a190b

chapter3.5
author okud
date Sat, 13 Feb 2021 02:11:40 +0900
parents b6212bbc42da
children e8a0f9380734
line wrap: on
line source

\documentclass[a4j,12pt]{jreport}
%\usepackage[dvips]{graphicx}
\usepackage[dvipdfmx]{graphicx}
\usepackage{bmpsize}
\usepackage{mythesis}
\usepackage{multirow}
\usepackage{here}
\usepackage{listings}
\usepackage{comment}
\usepackage{caption}
\usepackage{url}

\lstset{
  language={C},
  basicstyle={\footnotesize\ttfamily},
  identifierstyle={\footnotesize},
  commentstyle={\footnotesize\itshape},
  keywordstyle={\footnotesize\bfseries},
  ndkeywordstyle={\footnotesize},
  stringstyle={\footnotesize\ttfamily},
  frame={tb},
  breaklines=true,
  columns=[l]{fullflexible},
  numbers=left,
  xrightmargin=0zw,
  xleftmargin=3zw,
  numberstyle={\scriptsize},
  stepnumber=1,
  numbersep=1zw,
  lineskip=-0.5ex
}

\def\lstlistlistingname{リスト目次}

\setlength{\itemsep}{-1zh}
\title{Gears OS の Bootに関する研究}
\icon{
		\includegraphics[width=50mm]{fig/ryukyu.pdf}
}
\year{令和2年度 卒業論文}
\belongto{琉球大学工学部工学科知能情報コース}
\author{175701G 氏名 {奥田 光希}\\ 指導教員 : {河野 真治} }

\makeatletter
\renewcommand{\lstlistlistingname}{ソースコード目次}
\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
\makeatother
\setlength\abovecaptionskip{0pt}

\begin{document}

\maketitle %タイトル
\baselineskip 17pt plus 1pt minus 1pt

\setcounter{page}{0}

\tableofcontents	% 目次
\listoffigures		% 図目次
\listoftables		% 表目次
\lstlistoflistings

%%%%%%%%%%%%
% 要旨
%%%%%%%%%%%%
\input{./chapter/introduction.tex}

%%%%%%%%%%%%
% Raspberry Pi上のGearsOS
%%%%%%%%%%%%
\input{./chapter/chapter2.tex}

%%%%%%%%%%%%
% CbC_GCC
%%%%%%%%%%%%
\input{./chapter/chapter3.tex}

%%%%%%%%%%%%
% UEFI
%%%%%%%%%%%%
\input{./chapter/chapter4.tex}

%%%%%%%%%%%%
% bootloader
%%%%%%%%%%%%
\input{./chapter/chapter5.tex}

%%%%%%%%%%%%
% 今後の課題
%%%%%%%%%%%%
\input{./chapter/chapter6.tex}





%%%%%%%%%%%%
% 参考文献
%%%%%%%%%%%%

\input{./chapter/bibitem.tex}

%%%%%%%%%%%%
% 謝辞
%%%%%%%%%%%%

\input{./chapter/thanks.tex}

\end{document}