Sha256: c029a148c59250331717a992b3254d96b0377a2ef401b6c5bda0af79052568ea
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 KB
Contents
\documentclass[12pt,a4paper]{jsarticle} \usepackage[dvipdfmx]{graphicx} \usepackage[dvipdfmx]{color} \usepackage{listings,jlisting}% to use japanese correctly, install jlistings. \lstset{ basicstyle={\ttfamily}, identifierstyle={}, commentstyle={\color{red}}, keywordstyle={\bfseries\color{cyan}}, ndkeywordstyle={}, stringstyle={\color{blue}}, frame={tb}, breaklines=true, numbers=left, numberstyle={}, stepnumber=1, numbersep=1zw, xrightmargin=0zw, xleftmargin=3zw, lineskip=0.5ex } \lstdefinestyle{customCsh}{ language={csh}, numbers=none, } \lstdefinestyle{customRuby}{ language={ruby}, numbers=left, } \lstdefinestyle{customTex}{ language={tex}, numbers=none, } \lstdefinestyle{customJava}{ language={java}, numbers=left, } \begin{document} \title{卒業論文\\ \vspace{4cm} コマンドラインツール作成ライブラリThorによる\\hikiutilsの書き換え} \author{ 関西学院大学 理工学部 情報科学科\\\\27013554 山根亮太} \date{\vspace{3cm} 2017年 3月\\ \vspace{3cm} 指導教員 西谷 滋人 教授} \maketitle \setcounter{tocdepth}{4} \tableofcontents \include{abstract} \include{introduction} \section{方法} \include{compare} \include{optparse} \section{結果} \include{command} \include{thor} \begin{thebibliography}{99} \bibitem{1-1} hikidoc, \verb|https://rubygems.org/gems/hikidoc/versions/0.1.0,| \verb|https://github.com/hiki/hikidoc,2017/1/30| アクセス. \bibitem{1-2} 「Thorの使い方まとめ」, \verb|http://qiita.com/succi0303/items/32560103190436c9435b| ,2017/1/30 アクセス. \bibitem{1-3} 「15.5. optparse - コマンドラインオプション解析器」, \verb|http://docs.python.jp/2/library/optparse.html| ,2017/1/30 アクセス. \bibitem{1-4} 「library optparse」, \verb|https://docs.ruby-lang.org/ja/latest/library/optparse.html| ,2017/1/30 アクセス. \end{thebibliography} \end{document}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hikiutils-0.2.3.13 | hikiutils_yamane/latex_dir/hikiutils_yamane.tex |