Mercurial > hg > Papers > 2021 > okud-thesis
view paper/final_thesis.tex @ 20:b9113f671dec
fix slide
author | okud |
---|---|
date | Mon, 15 Feb 2021 22:41:04 +0900 |
parents | e8a0f9380734 |
children |
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\lstlistingname{ソースコード} \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}