0
|
1 \documentclass[twocolumn]{article}
|
|
2 % \documentclass{article}
|
|
3 \usepackage{luatexja}
|
|
4 \usepackage{fontspec}
|
|
5 \usepackage{graphicx}
|
|
6 \usepackage{float}
|
2
|
7 \usepackage{listings}
|
0
|
8 \restylefloat{figue}
|
|
9 \pagestyle{empty}
|
|
10
|
|
11 %\hoffset -1in \addtolength{\hoffset}{20mm}
|
|
12 %\voffset -1in \addtolength{\voffset}{20mm}
|
|
13 %\oddsidemargin 0mm
|
|
14 \topmargin -4mm
|
|
15 %\headheight 13pt
|
|
16 %\headsep 15mm
|
|
17 %\textheight 43\baselineskip \addtolength{\textheight}{\topskip}
|
|
18 %\textwidth 160mm
|
|
19 %\marginparsep 3mm
|
|
20 %\marginparwidth 15mm
|
|
21 %\footskip \headsep
|
|
22 \input usepackage.tex
|
|
23 \begin{document}
|
|
24 \setmainfont{STIX Math}%
|
|
25 \setmonofont{STIXGeneralBol}[
|
|
26 Scale=MatchLowercase
|
|
27 ] % or whatever font you prefer
|
|
28
|
|
29 \ltjsetparameter{jacharrange={-3}}
|
|
30
|
|
31 % \input tgrindfig.tex
|
|
32 \bibliographystyle{jplain} % for bibliography
|
|
33 %
|
|
34 \include{title}
|
|
35 %\title{}
|
|
36 % 英文のみのタイトルならば,\title{ ... } とする.
|
|
37
|
|
38 \date{}
|
|
39
|
|
40 % 所属ラベルの定義
|
|
41
|
|
42 % 和文著者名
|
|
43 \author{
|
|
44 {河野真治} \\
|
|
45 琉球大学工学部\\
|
|
46 {Shinji KONO} \\
|
|
47 Faculty of Engineering, University of the Ryukyus\\
|
|
48 }
|
|
49
|
|
50 \maketitle{}
|
|
51 \begin{abstract}
|
|
52 \input{abstract}
|
|
53 \end{abstract}
|
|
54
|
|
55 % {\em 概要 \vspace{0.5cm}}\
|
|
56 %\begin{center}
|
|
57 %{\Large
|
|
58 %\include{title-e}\
|
|
59 %\include{author-e}} % \hspace{0.7cm}
|
|
60 %\end{center}
|
|
61
|
|
62 % { t \Large Abstract}\
|
|
63 %\include{abstract-e}
|
|
64 % \\
|
|
65 % \hspace{0.5cm}
|
|
66
|
|
67 %
|
|
68 \input 0.tex
|
|
69 %
|
|
70 % \input reference.tex
|
|
71
|
|
72 \bibliography{ref}
|
|
73 \end{document}
|
|
74
|