Sha256: de5e2aa303c96274b0a2bc1f3e0765340e8629cf51309c6da407c87993093bf7
Contents?: true
Size: 1.88 KB
Versions: 2
Compression:
Stored size: 1.88 KB
Contents
\documentclass[12pt,a4paper]{jsarticle} \usepackage[dvipdfmx]{graphicx} \usepackage[dvipdfmx]{color} \usepackage{url} \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} \include{method} \include{results} \include{discussion} \begin{thebibliography}{99} \bibitem{1-1} hikidoc, \url{https://rubygems.org/gems/hikidoc/versions/0.1.0,} \url{https://github.com/hiki/hikidoc,} 2017/1/30 アクセス. \bibitem{1-2} 「Thorの使い方まとめ」, \url{http://qiita.com/succi0303/items/32560103190436c9435b} 2015/01/14更新, 2017/1/30 アクセス. \bibitem{1-3} 「15.5. optparse - コマンドラインオプション解析器」, \url{http://docs.python.jp/2/library/optparse.html,} 2017/1/30 アクセス. \bibitem{1-4} 「library optparse」, \url{https://docs.ruby-lang.org/ja/latest/library/optparse.html,} 2017/1/30 アクセス. \end{thebibliography} \end{document}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hikiutils-0.2.3.17 | hikiutils_yamane/latex_dir/hikiutils_yamane.tex |
hikiutils-0.2.3.16 | hikiutils_yamane/latex_dir/hikiutils_yamane.tex |