Mercurial > hg > Papers > 2017 > tatsuki-master
view master_paper.tex @ 33:5c154df2a4d7
commit
author | tatsuki |
---|---|
date | Mon, 13 Feb 2017 13:17:57 +0900 |
parents | 4365c210d1cb |
children |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage{master_paper} \usepackage{ascmac} \usepackage[dvipdfmx]{graphicx} \usepackage{here} \usepackage{listings,jlisting} \usepackage{comment} \usepackage{utf} %\input{dummy.tex} %% font \pagetitle{修士(工学)学位論文} \pagetitleEnglish{Master's Thesis of Engineering} \jtitle{ソフトウェア内部で使用するのに適した\\ 木構造データベース Jungle} \etitle{Tree Structured Database Jungle for software internal use} \year{\textbf{2017}年\textbf{3}月} \yearEnglish{March 2017} \affiliation{\center% \includegraphics[clip,keepaspectratio,width=.15\textwidth] {images/u-ryukyu-Mark.eps}\\ \vskip10mm 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻\\ Information Engineering Course\\ Graduate School of Engineering and Science\\ University of the Ryukyus } \author{金川 竜己\\ \rm\textbf{Tatsuki Kanagawa}} \marklefthead{% 左上に挿入 \begin{minipage}[b]{.4\textwidth} \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps} 琉球大学大学院学位論文(修士) \end{minipage}} \markleftfoot{% 左下に挿入 \begin{minipage}{.8\textwidth} Tree Structure Database Jungle to Use Inside of software \end{minipage}} \newcommand\figref[1]{図 \ref{fig:#1}} \newcommand\tabref[1]{表 \ref{tab:#1}} \lstset{% language={Java}, basicstyle={\footnotesize},% 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=1zw,% numberstyle={\scriptsize},% stepnumber=1, numbersep=0.5zw,% lineskip=-0.5ex% } %%% 索引のために以下の2行を追加 \usepackage{makeidx,multicol} \makeindex \begin{document} \maketitle \newpage \input{judge.tex} %要旨 \input{abstract.tex} %目次 \tableofcontents %図目次 \listoffigures %表目次 \listoftables %chapters \input{introduciton.tex} \input{databases.tex} \input{jungle.tex} % Jungleの説明 \input{jungleUpdatePoint.tex} % 卒論との変更点 \input{redBlackTree.tex} \input{indexupdate.tex} % Indexの差分アップデート \input{differential.tex} % 差分Treeの説明 \input{redBlackJungleTree.tex} % 赤黒木の説明 \input{jungleTreeBrowser.tex} % Jungle Tree Brower \input{renderingEngine.tex} % Rendering Engine \input{maTrix.tex} %maTrix \input{benchMark.tex} % \input{conclusion.tex} %謝辞 \input{thanx.tex} %参考文献 \nocite{*} \bibliographystyle{junsrt} \bibliography{master_paper} %発表文献 \input{appendix.tex} %付録 \printindex \end{document}