view paper/final_thesis.tex @ 0:bf822f6fcc95

init
author Ken Miyahira <e175733@ie.u-ryukyu.ac.jp>
date Tue, 08 Dec 2020 18:40:08 +0900
parents
children 8a90f29ebb0d
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{タイトル}
\icon{
		\includegraphics[width=50mm]{fig/ryukyu.pdf}
}
\year{令和2年度 卒業論文}
\belongto{琉球大学工学部工学科知能情報コース}
\author{175733E 氏名 {宮平 賢}\\ 指導教員 : {河野 真治} }
%%
%% プリアンブルに記述
%% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
%%
\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}
\pagenumbering{arabic} %ページ番号の表記方法

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

\setcounter{page}{0}

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

%以下のように、章ごとに個別の tex ファイルを作成して、
% main.tex をコンパイルして確認する。
%章分けは個人で違うので下のフォーマットを参考にして下さい。

\chapter{章}
\pagenumbering{arabic}

%序論の目安としては1枚半ぐらい.
%英語発表者は,最終予稿の「はじめに」の英訳などを載せてもいいかも.

\section{セクション}

\chapter{章2}
\section{セクション}

\begin{thebibliography}{99}

\bibitem{sanko} 参考にしました

\end{thebibliography}

\chapter*{謝辞}
\thispagestyle{empty}

\begin{flushright}
2021年 2月 \\宮平 賢
\end{flushright}



\end{document}