changeset 4:212ad3ebfcd0

rename
author e055722
date Wed, 25 Feb 2009 08:19:00 +0900
parents 4cd4b8fcde18
children 071a23cb76fe
files thesis/Makefile thesis/q.log thesis/thesis-paper.tex
diffstat 3 files changed, 66 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/Makefile	Wed Feb 25 08:13:01 2009 +0900
+++ b/thesis/Makefile	Wed Feb 25 08:19:00 2009 +0900
@@ -6,7 +6,7 @@
 DVIPDFM=dvipdfm
 
 
-MAIN_TARGET=master_paper
+MAIN_TARGET=thesis-paper
 PS_SUFFIX=.ps
 PDF_SUFFIX=.pdf
 
--- a/thesis/q.log	Wed Feb 25 08:13:01 2009 +0900
+++ b/thesis/q.log	Wed Feb 25 08:19:00 2009 +0900
@@ -1,26 +1,21 @@
-This is pTeX, Version 3.14159-p3.1.5 (euc) (Web2C 7.4.5) (format=platex-euc 2005.4.6)  10 FEB 2009 18:24
-**bachelor_thesis
+This is pTeX, Version 3.14159-p3.1.5 (euc) (Web2C 7.4.5) (format=platex-euc 2005.4.6)  25 FEB 2009 08:16
+**thesis_paper
 (/usr/local/share/texmf/tex/latex/tools/q.tex
-! Interruption.
-l.1 
-    %%
-? q
-OK, entering \batchmode...
 pLaTeX2e <2005/01/04>+0 (based on LaTeX2e <2001/06/01> patch level 0)
- File ignored
+File ignored
 )
 ! Emergency stop.
-<*> bachelor_thesis
-                   
+<*> thesis_paper
+                
 *** (job aborted, no legal \end found)
 
  
 Here is how much of TeX's memory you used:
  6 strings out of 95593
- 148 string characters out of 1192021
+ 145 string characters out of 1192021
  46715 words of memory out of 1000001
  3207 multiletter control sequences out of 10000+50000
  7511 words of font info for 31 fonts, out of 500000 for 1000
  14 hyphenation exceptions out of 1000
- 4i,0n,1p,95b,7s stack positions out of 1500i,500n,5000p,200000b,5000s
+ 4i,0n,1p,92b,7s stack positions out of 1500i,500n,5000p,200000b,5000s
 No pages of output.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thesis/thesis-paper.tex	Wed Feb 25 08:19:00 2009 +0900
@@ -0,0 +1,58 @@
+\documentclass[a4j,12pt]{jreport}
+\usepackage{master_paper}
+\usepackage[dvips]{graphicx}
+
+% dvipdfm を使って PDF ファイルに日本語の栞をつける
+% \usepackage[dvipdfm]{color}
+% \usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,%
+% bookmarkstype=toc]{hyperref}
+
+\jtitle{SceneGraphを用いた\\ゲームプログラムの為の  テスト作成手法}
+%\etitle{Test for Style File of\\ Master Paper in \underline{\LaTeXe}} 
+\year{平成21年2月25日}
+\affiliation{\center%
+  \vskip15mm
+  琉球大学 \ 工学部\\ 情報工学科}
+\author{055722G 小林 佑亮\hspace{1cm} 指導教官 \ 河野真治}
+
+\marklefthead{% 左上に挿入
+ \begin{minipage}[b]{.4\textwidth}
+   \includegraphics[height=1zw,clip,keepaspectratio]{emblem-bitmap.eps}
+   平成20年度 琉球大学工学部 情報工学科 \\ 卒業論文
+  \end{minipage}}
+
+\markleftfoot{% 左下に挿入
+  \begin{minipage}{.8\textwidth}
+   SceneGraphを用いたゲームプログラムの為のテスト作成手法
+  \end{minipage}}
+
+
+%%% 索引のために以下の2行を追加
+\usepackage{makeidx,multicol}
+\makeindex
+\begin{document}
+
+\maketitle
+
+%目次
+\tableofcontents
+
+%chapter 1
+\input{chapter1.tex}
+%chapter 2
+\input{chapter2.tex}
+%chapter 3
+\input{chapter3.tex}
+%chapter 4
+\input{chapter4.tex}
+%chapter 5
+\input{chapter5.tex}
+
+%謝辞
+\input{thanx.tex}
+
+%参考文献
+\input{bibliography.tex}
+
+\printindex
+\end{document}