view midterm.tex @ 8:5dab9a93003d

Modify thebibliography.
author Kaito Okura <e175748@ie.u-ryukyu.ac.jp>
date Tue, 15 Sep 2020 02:44:06 +0900
parents 6056683ef01e
children 9b3f9bff4911
line wrap: on
line source

\documentclass[a4j,9.5pt]{article}
\usepackage{graphicx}
\usepackage{picins}
\usepackage{fancyhdr}
\usepackage[]{multicol}
\usepackage{listings}
%\pagestyle{fancy}
\lhead{\parpic{\includegraphics[height=1\zw,keepaspectratio,bb=0 0 251 246]{images/emblem-bitmap.pdf}}琉球大学主催 工学部工学科知能情報コース 中間発表予稿}
\rhead{}
\cfoot{}

\setlength{\topmargin}{-1in \addtolength{\topmargin}{15mm}}
\setlength{\headheight}{0mm}
\setlength{\headsep}{5mm}
\setlength{\oddsidemargin}{-1in \addtolength{\oddsidemargin}{11mm}}
\setlength{\evensidemargin}{-1in \addtolength{\evensidemargin}{21mm}}
\setlength{\textwidth}{181mm}
\setlength{\textheight}{261mm}
\setlength{\footskip}{0mm}
\pagestyle{empty}
\usepackage[top=20mm, bottom=20mm, left=10mm, right=10mm]{geometry}
% 特殊文字の表示に必要
\usepackage{luatexja}
\usepackage{fontspec}
\setmainfont{STIX Math}%
\setmonofont{STIXGeneralBol}[
	Scale=MatchLowercase
]

\renewcommand{\abstractname}{要 旨}
\lstset{
  frame=single,
  keepspaces=true,
  stringstyle={\ttfamily},
  commentstyle={\ttfamily},
  identifierstyle={\ttfamily},
  keywordstyle={\ttfamily},
  basicstyle={\small\ttfamily},
  breaklines=true,
  xleftmargin=0\zw,
  xrightmargin=0\zw,
  framerule=.3pt,
  columns=[l]{fullflexible},
  numbers=none,
  stepnumber=1,
  numberstyle={\scriptsize},
  numbersep=2em,
  language={},
  tabsize=4,
  lineskip=-0.1\zw,
  escapechar={@},
}

\usepackage{indentfirst}

\begin{document}
\ltjsetparameter{jacharrange={-3}}
\title{\LARGE Rakuのサーバーを用いた実行 \\ \Large Raku}
\author{学籍番号 175748C 氏名 大蔵 海斗 \and 指導教員 : 河野 真治}
\date{}
\maketitle
\thispagestyle{fancy}

% 要旨
\input{./text/abstract.tex}

% 2段組開始
\begin{multicols*}{2}
		\input{text/purpose.tex} % 研究目的
    \input{text/raku.tex} % Rakuの概要
    \input{text/abyss.tex} % Abyssサーバー

\begin{thebibliography}{2}
    \bibitem{koo_thesis} 福田光希, 河野真治. Rakuのサーバーを使った実行. 琉球大学工学部情報工学科令和元年度卒業論文.
		\bibitem{koo_prosym} 福田光希, 河野真治. Perl6のサーバーを使った実行. プログラミングシンポジウム論文. 
    \bibitem{raku_guide} Raku入門\\{https://raku.guide/ja/}(2020/09/09 アクセス)
\end{thebibliography}

\end{multicols*}

\end{document}