changeset 1:d5ee39726253

add final_sub and final_main
author menikon
date Mon, 03 Feb 2020 18:19:20 +0900
parents 8b2c1b9de68c
children eaa060825dbe
files final_main/appendix.tex final_main/bibliography.tex final_main/chapter1.tex final_main/chapter2.tex final_main/chapter3.tex final_main/fig/FileInterface.graffle final_main/fig/ryukyu.pdf final_main/future.tex final_main/main.pdf final_main/main.tex final_main/mythesis.sty final_main/thanks.tex final_sub/euc.tex final_sub/pic/emblem-bitmap.pdf final_sub/sjis.tex final_sub/utf8.tex
diffstat 15 files changed, 418 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/bibliography.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,14 @@
+% 参考文献
+\def\line{−\hspace*{-.7zw}−}
+
+\begin{thebibliography}{99}
+%\bibitem{*}内の * は各自わかりやすい名前などをつけて、
+%論文中には \cite{*} のように使用する。
+%これをベースに書き換えた方が楽かも。
+%書籍、論文、URLによって若干書き方が異なる。
+%URLを載せる人は参考にした年月日を最後に記入すること。
+
+
+\bibitem{hoge}
+hoge
+\end{thebibliography}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/chapter1.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,13 @@
+\chapter{はじめに}
+\label{chap:introduction}
+\pagenumbering{arabic}
+
+%序論の目安としては1枚半ぐらい.
+%英語発表者は,最終予稿の「はじめに」の英訳などを載せてもいいかも.
+
+\section{背景と目的}
+
+
+\section{論文の構成}
+
+%\section{Introduction}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/chapter2.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,7 @@
+\chapter{基礎概念}
+\label{chap:concept}
+
+\section{}
+
+
+\section{}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/chapter3.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,13 @@
+\chapter{実験}
+\label{chap:poordirection}
+
+
+\section{実験説明}
+
+\section{}
+
+\section{検証結果}
+
+
+
+\section{考察}
Binary file final_main/fig/FileInterface.graffle has changed
Binary file final_main/fig/ryukyu.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/future.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,1 @@
+\chapter{今後の課題}
Binary file final_main/main.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/main.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,65 @@
+\documentclass[a4j,12pt]{jreport}
+\usepackage[dvips]{graphicx}
+\usepackage{mythesis}
+\usepackage{multirow}
+\usepackage{here}
+\setlength{\itemsep}{-1zh}
+\title{}
+\icon{
+		\includegraphics[width=80mm,bb=0 0 595 842]{fig/ryukyu.pdf}
+	}
+\year{平成Y年度 卒業論文}
+\belongto{琉球大学工学部情報工学科}
+\author{165723C 坂本昂弘  \\ 指導教員 {河野真治} }
+%%
+%% プリアンブルに記述
+%% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
+%%
+\makeatletter
+\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		% 表目次
+
+%以下のように、章ごとに個別の tex ファイルを作成して、
+% main.tex をコンパイルして確認する。
+%章分けは個人で違うので下のフォーマットを参考にして下さい。
+
+% はじめに
+\input{chapter1.tex}
+
+% 基礎概念
+\input{chapter2.tex}
+
+% 実験
+\input{chapter3.tex}
+
+% 他の論文との比較
+%\input{chapter4.tex}
+
+% 今後の課題
+\input{future.tex}
+
+% 参考文献
+\input{bibliography.tex}
+
+% 謝辞
+\input{thanks.tex}
+
+% 付録
+%\input{appendix.tex}
+
+\end{document}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/mythesis.sty	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,156 @@
+%
+%  卒業論文スタイルファイル(mythesis.sty)
+%        version 1.0e   
+%
+% ver 1.0e 02/07/2000 since  
+% usage:
+
+%\documentclass[a4j]{jreport}
+%\usepackage{master_paper}
+%
+%
+%\title{卒論タイトル \\ 長い}
+%\etitle{\pLaTeX2e  style test file for Teri's thesis } 
+%\year{平成11年度}
+%\belongto{琉球大学大学工学部\\ 情報工学科}
+%\author{豊平 絵梨}
+%
+%\begin{document}
+%
+%\maketitle
+%
+%%要旨
+%\input{abstract.tex}
+%
+%%目次
+%\tableofcontents
+%							
+%%図目次
+%\listoffigures
+%
+%%表目次
+%\listoftables
+%
+%%第一章
+%\input{chapter1.tex}
+%%chapter1.texの\chapter{}の後ろに次のコマンドを追加してください。
+%%ページカウントがリセットされ、ページ数がアラビア文字になります。
+%%  \pagenumbering{arabic}
+%%第二章
+%\input{chapter2.tex}
+%%第三章
+%\input{chapter3.tex}
+%
+%%付録
+%\input{appendix.tex}
+%
+%%謝辞
+%%\input{thanx.tex}
+%
+%%参考文献
+%\input{biblography.tex}
+%
+%\end{document}
+
+
+%長さ設定
+%\setlength{\topmargin}{-30mm}
+%\addtolength{\oddsidemargin}{-15mm}
+%\addtolength{\textwidth}{60mm}
+
+\topmargin -1in \addtolength{\topmargin}{35mm}
+\headheight 0mm
+\headsep 0mm
+\oddsidemargin -1in \addtolength{\oddsidemargin}{30mm}
+%\evensidemargin -1in \addtolength{\evensidemargin}{8mm}
+\textwidth 160mm
+\textheight 230mm
+%\footheight 0mm
+%\footskip 0mm
+%\pagestyle{empty}
+
+
+%年度
+\def\@year{}
+\def\year#1{\gdef\@year{#1}}
+%英文タイトル
+\def\@etitle{}
+\def\etitle#1{\gdef\@etitle{#1}}
+%アイコン
+\def\@icon{}
+\def\icon#1{\gdef\@icon{#1}}
+%所属
+\def\@belongto{}
+\def\belongto#1{\gdef\@belongto{#1}}
+
+%表紙
+\renewcommand{\maketitle}{%
+\newpage\null
+\thispagestyle{empty}
+\vskip 0cm%
+\begin{center}%
+\let\footnote\thanks
+  {\huge \@year \par}%
+    \vskip 3em%
+  {\Huge \@title \par}%
+    \vskip 1em%
+  {\huge \@etitle \par}%
+    \vskip 8em%
+  {\huge \@icon \par}%
+    \vskip 0.5em%
+  {\huge \@belongto \par}%
+    \vskip 1.0em%
+  {\huge \@author \par}%
+
+\end{center}%
+\par\vskip 1.5em
+}
+
+
+%abstract
+\renewenvironment{abstract}{%
+      \titlepage
+      \thispagestyle{empty}
+      \null\vfil
+      \@beginparpenalty\@lowpenalty
+      {\Huge \bfseries \abstractname}%
+      \begin{center}%
+        \@endparpenalty\@M
+      \end{center}
+}%
+
+
+%目次
+\renewcommand{\tableofcontents}{%
+  \pagestyle{plain}
+  \if@twocolumn\@restonecoltrue\onecolumn
+  \else\@restonecolfalse\fi
+  \chapter*{\contentsname
+    \@mkboth{\contentsname}{\contentsname}%
+  }  \pagenumbering{roman}\@starttoc{toc}%
+  \if@restonecol\twocolumn\fi
+}
+
+%章
+\renewcommand{\chapter}{%
+  \pagestyle{plain}
+  \if@openright\cleardoublepage\else\clearpage\fi
+  \thispagestyle{jpl@in}%
+  \global\@topnum\z@
+  \@afterindentfalse
+  \secdef\@chapter\@schapter}
+
+
+\renewcommand{\prepartname}{} %\renewcommand{\prepartname}{第}
+\renewcommand{\postpartname}{部}
+\renewcommand{\prechaptername}{第}%\renewcommand{\prechaptername}{第}
+\renewcommand{\postchaptername}{章}
+\renewcommand{\contentsname}{目 次}
+\renewcommand{\listfigurename}{図 目 次}
+\renewcommand{\listtablename}{表 目 次}
+\renewcommand{\bibname}{参考文献}
+\renewcommand{\indexname}{索 引}
+\renewcommand{\figurename}{図}
+\renewcommand{\tablename}{表}
+\renewcommand{\appendixname}{付 録}
+\renewcommand{\abstractname}{要 旨}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_main/thanks.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,23 @@
+\chapter*{謝辞}
+\thispagestyle{empty}
+
+%基本的な内容は以下の通り.参考にしてみて下さい.
+%厳密な決まりは無いので,個々人の文体でも構わない.
+%GISゼミや英語ゼミに参加した人はその分も入れておく.
+%順番は重要なので気を付けるように.(提出前に周りの人に確認してもらう.)
+
+\hspace{1zw}本研究の遂行,また本論文の作成にあたり、御多忙にも関わらず終始懇切なる御指導と御教授を賜わりましたhoge助教授に深く感謝したします。
+
+また、本研究の遂行及び本論文の作成にあたり、日頃より終始懇切なる御教授と御指導を賜わりましたhoge教授に心より深く感謝致します。
+
+数々の貴重な御助言と細かな御配慮を戴いたhoge研究室のhoge氏に深く感謝致します。
+
+また一年間共に研究を行い、暖かな気遣いと励ましをもって支えてくれたhoge研究室のhoge君、hoge君、hogeさん並びにhoge研究室のhoge、hoge君、hoge君、hoge君、hoge君に感謝致します。
+
+最後に、有意義な時間を共に過ごした情報工学科の学友、並びに物心両面で支えてくれた両親に深く感謝致します。
+
+\begin{flushright}
+ 2010年 3月 \\ hoge
+\end{flushright}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_sub/euc.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,42 @@
+\documentclass[twocolumn,twoside,9.5pt]{jarticle}
+\usepackage[dvips]{graphicx}
+\usepackage{picins}
+\usepackage{fancyhdr}
+\pagestyle{fancy}
+\lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{pic/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}
+
+\begin{document}
+\title{̾}
+\author{ֹ ̾ {}{} Ƴ : Ƴ̾}
+\date{}
+\maketitle
+\thispagestyle{fancy}
+
+\section{section1}
+
+\section{section2}
+
+\section{section3}
+
+
+\section{section4}
+
+\thispagestyle{fancy}
+\begin{thebibliography}{9}
+
+\bibitem{1}
+
+\end{thebibliography}
+\end{document}
\ No newline at end of file
Binary file final_sub/pic/emblem-bitmap.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_sub/sjis.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,42 @@
+\documentclass[twocolumn,twoside,9.5pt]{jarticle}
+\usepackage[dvips]{graphicx}
+\usepackage{picins}
+\usepackage{fancyhdr}
+\pagestyle{fancy}
+\lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{pic/emblem-bitmap.pdf}}w HwHw ƌ\}
+\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}
+
+\begin{document}
+\title{薼}
+\author{wДԍ  {}{} w : w}
+\date{}
+\maketitle
+\thispagestyle{fancy}
+
+\section{section1}
+
+\section{section2}
+
+\section{section3}
+
+
+\section{section4}
+
+\thispagestyle{fancy}
+\begin{thebibliography}{9}
+
+\bibitem{1}
+
+\end{thebibliography}
+\end{document}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_sub/utf8.tex	Mon Feb 03 18:19:20 2020 +0900
@@ -0,0 +1,42 @@
+\documentclass[twocolumn,twoside,9.5pt]{jarticle}
+\usepackage[dvips]{graphicx}
+\usepackage{picins}
+\usepackage{fancyhdr}
+\pagestyle{fancy}
+\lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{pic/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}
+
+\begin{document}
+\title{題名}
+\author{学籍番号 氏名 {}{} 指導教員 : 指導教員名}
+\date{}
+\maketitle
+\thispagestyle{fancy}
+
+\section{section1}
+
+\section{section2}
+
+\section{section3}
+
+
+\section{section4}
+
+\thispagestyle{fancy}
+\begin{thebibliography}{9}
+
+\bibitem{1}
+
+\end{thebibliography}
+\end{document}
\ No newline at end of file