Mercurial > hg > Papers > 2019 > oshiro-thesis
view final_main/main.tex @ 17:7d2b1d8309ba
update pdf
author | e155702 |
---|---|
date | Tue, 19 Feb 2019 01:04:55 +0900 |
parents | 6cc7d59970a0 |
children | fbdba7d0a0fc |
line wrap: on
line source
\documentclass[a4j,12pt]{jreport} \usepackage[dvipdfmx]{graphicx} \usepackage[dvipdfm, colorlinks=false, bookmarks=true, bookmarksnumbered=false, pdfborder={0 0 0}, bookmarkstype=toc]{hyperref} \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}} \usepackage{mythesis} \usepackage{multirow} \usepackage{here} \usepackage{listings} \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\lstlistingname{リスト} \def\lstlistlistingname{リスト目次} \setlength{\itemsep}{-1zh} \title{画面配信システム TreeVNC の改良} \icon{ \includegraphics[width=80mm,bb=0 0 595 642]{fig/ryukyu.pdf} %%元は 642じゃなくて842 } \year{平成30年度 卒業論文} \belongto{琉球大学工学部情報工学科} \author{155702F 大城由也\\ 指導教員 {河野 真治} } %% %% プリアンブルに記述 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要 %% \makeatletter \renewcommand{\lstlistingname}{ソースコード} \renewcommand{\lstlistlistingname}{ソースコード目次} \usepackage{caption} \usepackage{url} \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}} \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}} \makeatother \setlength\abovecaptionskip{0pt} \begin{document} % タイトル \maketitle \baselineskip 17pt plus 1pt minus 1pt \pagenumbering{roman} \setcounter{page}{0} \tableofcontents % 目次 \listoffigures % 図目次 %\listoftables % 表目次 \lstlistoflistings %以下のように、章ごとに個別の tex ファイルを作成して、 % main.tex をコンパイルして確認する。 %章分けは個人で違うので下のフォーマットを参考にして下さい。 % はじめに \input{chapter1.tex} % 基礎概念 \input{chapter2.tex} % 改良点 \input{chapter3.tex} % 実装 \input{chapter4.tex} % 評価 %\input{chapter5.tex} % 結論 \input{chapter6.tex} % 参考文献 %% こっちで書きたいよね \nocite{*} %\bibliographystyle{junsrt} %\bibliography{reference} % \input{bibliography.tex} % 謝辞 \input{thanks.tex} \appendix % 付録 %\input{appendix.tex} \end{document}