changeset 7:b2fdecf63a05

add Makefile & thesis-paper
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Tue, 21 Jan 2014 02:35:00 +0900
parents 8eaf61081c9e
children d71bcb588c27
files paper/Makefile paper/main.tex paper/thesis-paper.tex
diffstat 3 files changed, 141 insertions(+), 65 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/Makefile	Tue Jan 21 02:35:00 2014 +0900
@@ -0,0 +1,76 @@
+TARGET = thesis-paper
+
+SRC = $(wildcard *.tex)
+
+LATEX   = platex
+DVIPS   = dvips
+DVIPDFM = dvipdfmx
+RM      = rm -f
+EBB     = ebb
+
+#  Option definitions
+DVIPDFMOPT = 
+DVIPSOPT   = -D 720 -mode esphi -O 0mm,0mm -N0 
+
+#  Suffixes definitions
+.SUFFIXES: .tex .dvi
+
+#  Recipes
+all: pdf# $(TARGET).ps
+	open $(TARGET).pdf
+
+dvi:
+	@echo "----------- make dvi file ($(TARGET).dvi) ----------"
+	$(LATEX) $(TARGET)
+	$(LATEX) $(TARGET)
+	$(LATEX) $(TARGET)
+pdf: dvi
+	$(DVIPDFM) $(DVIPDFMOPT) $(TARGET)
+
+clean:
+	$(RM) *~ \#*
+	@if [ -f $(TARGET).aux ];\
+		then $(RM) $(TARGET).aux;\
+	fi
+	@if [ -f $(TARGET).log ];\
+		then $(RM) $(TARGET).log;\
+	fi
+	@if [ -f $(TARGET).toc ];\
+		then $(RM) $(TARGET).toc;\
+	fi
+	@if [ -f $(TARGET).lof ];\
+		then $(RM) $(TARGET).lof;\
+	fi
+	@if [ -f $(TARGET).lot ];\
+		then $(RM) $(TARGET).lot;\
+	fi
+	@if [ -f $(TARGET).big ];\
+		then $(RM) $(TARGET).big;\
+	fi
+	@if [ -f $(TARGET).bbl ];\
+		then $(RM) $(TARGET).bbl;\
+	fi
+	@if [ -f $(TARGET).ilg ];\
+		then $(RM) $(TARGET).ilg;\
+	fi
+	@if [ -f $(TARGET).idx ];\
+		then $(RM) $(TARGET).idx;\
+	fi
+	@if [ -f $(TARGET).ind ];\
+		then $(RM) $(TARGET).ind;\
+	fi
+	@if [ -f $(TARGET).dvi ];\
+		then $(RM) $(TARGET).dvi;\
+	fi
+	@if [ -f $(TARGET).pdf ];\
+		then $(RM) $(TARGET).pdf;\
+	fi
+	@if [ -f $(TARGET).out ];\
+		then $(RM) $(TARGET).out;\
+	fi
+	@if [ -f $(TARGET).bbl ];\
+		then $(RM) $(TARGET).bbl;\
+	fi
+	@if [ -f $(TARGET).blg ];\
+		then $(RM) $(TARGET).blg;\
+	fi
--- a/paper/main.tex	Tue Jan 21 02:21:47 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-\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{0957  \\ 指導教員 {} }
-%%
-%% プリアンブルに記述
-%% 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/paper/thesis-paper.tex	Tue Jan 21 02:35:00 2014 +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{0957  \\ 指導教員 {} }
+%%
+%% プリアンブルに記述
+%% 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}