0
|
1
|
|
2 \documentclass[twocolumn]{jarticle}
|
|
3 \usepackage[dvipdfm]{graphicx}
|
|
4
|
|
5 %hoffset -1in \addtolength{hoffset}{20mm}
|
|
6 %voffset -1in \addtolength{voffset}{20mm}
|
|
7 %oddsidemargin 0mm
|
|
8 \topmargin -4mm
|
|
9 %\headheight 13pt
|
|
10 %\headsep 15mm
|
|
11 %\textheight 43\baselineskip \addtolength{\textheight}{\topskip}
|
|
12 %\textwidth 160mm
|
|
13 %\marginparsep 3mm
|
|
14 %\marginparwidth 15mm
|
|
15 %\footskip headsep
|
|
16
|
|
17 \begin{document}
|
|
18 % input tgrindfig.tex
|
|
19 \bibliographystyle{jplain} % for bibliography
|
|
20 %
|
|
21 \include{title}
|
|
22 %\title{}
|
|
23 % 英文のみのタイトルならば,\title{ ... } とする.
|
|
24
|
|
25 \date{}
|
|
26
|
|
27 % 所属ラベルの定義
|
|
28
|
|
29 % 和文著者名
|
|
30 \author{{安村 恭一, 河野 真治} \\
|
|
31 琉球大学理工学研究科情報工学専攻\\
|
|
32 琉球大学工学部情報工学科\\
|
|
33 }
|
|
34 \twocolumn[
|
|
35 \maketitle{}
|
|
36
|
|
37 % {\em 概要 vspace{0.5cm}}\
|
|
38 \include{abstract.tex}
|
|
39 \begin{center}
|
|
40 {\Large
|
|
41 \include{title-e.tex}\
|
|
42 \include{author-e.tex}} \\ \hspace{0.7cm}
|
|
43 \end{center}
|
|
44
|
|
45 % { t \Large Abstract}\
|
|
46 \include{abstract-e.tex}
|
|
47 \\
|
|
48 \hspace{0.5cm}
|
|
49 ]
|
|
50
|
|
51 %
|
|
52 \input 0.tex
|
|
53 %
|
|
54 \input reference.tex
|
|
55
|
|
56 \end{document}
|
|
57
|