comparison paper/master_paper.tex @ 0:6d80c2c895e4

first commit
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Sat, 14 Jan 2012 00:16:39 +0900
parents
children 5dbcea03717e
comparison
equal deleted inserted replaced
-1:000000000000 0:6d80c2c895e4
1 \documentclass[a4j,12pt]{jreport}
2 \usepackage{master_paper}
3 \usepackage{ascmac}
4 \usepackage[dvipdfm]{graphicx}
5 \usepackage{comment}
6
7 \input{dummy.tex} %% font
8
9 \jtitle{タイトル!!}
10 \etitle{}
11 \year{平成23年度}
12 \affiliation{\center%
13 \includegraphics[clip,keepaspectratio,width=.15\textwidth]
14 {images/u-ryukyu-Mark.eps}\\
15 \vskip10mm
16 琉球大学大学院 \ 理工学研究科\\ 情報工学専攻}
17
18 \author{金城 裕}
19
20
21 \marklefthead{% 左上に挿入
22 \begin{minipage}[b]{.4\textwidth}
23 \includegraphics[height=1zw,clip,keepaspectratio]{images/emblem-bitmap.eps}
24 琉球大学大学院学位論文(修士)
25 \end{minipage}}
26 \markleftfoot{% 左下に挿入
27 \begin{minipage}{.8\textwidth}
28 タイトル!!
29 \end{minipage}}
30
31 \newcommand\figref[1]{図 \ref{fig:#1}}
32 \newcommand\tabref[1]{表 \ref{tab:#1}}
33
34 %%% 索引のために以下の2行を追加
35 \usepackage{makeidx,multicol}
36 \makeindex
37 \begin{document}
38
39 \maketitle
40
41 %要旨
42 \input{abstract.tex}
43
44 %目次
45 \tableofcontents
46
47 %図目次
48 \listoffigures
49
50 %表目次
51 \listoftables
52
53 %chapters
54 \input{introduciton.tex}
55 \input{chapter1.tex}
56 \input{chapter2.tex}
57 \input{chapter3.tex}
58 \input{conclusion.tex}
59
60 %謝辞
61 \input{thanx.tex}
62
63 %参考文献
64 \nocite{*}
65 \bibliographystyle{junsrt}
66 \bibliography{master_paper}
67
68 %発表文献
69 \input{appendix.tex}
70
71 %付録
72
73 \printindex
74 \end{document}