2
|
1 \documentclass[twocolumn]{article}
|
|
2 \usepackage{luatexja}
|
|
3 \usepackage{fontspec}
|
|
4 \usepackage{graphicx}
|
|
5 \usepackage{float}
|
|
6 \restylefloat{figue}
|
|
7 \pagestyle{empty}
|
|
8
|
|
9 %\hoffset -1in \addtolength{\hoffset}{20mm}
|
|
10 %\voffset -1in \addtolength{\voffset}{20mm}
|
|
11 %\oddsidemargin 0mm
|
|
12 \topmargin -4mm
|
|
13 %\headheight 13pt
|
|
14 %\headsep 15mm
|
|
15 %\textheight 43\baselineskip \addtolength{\textheight}{\topskip}
|
|
16 %\textwidth 160mm
|
|
17 %\marginparsep 3mm
|
|
18 %\marginparwidth 15mm
|
|
19 %\footskip \headsep
|
|
20 \input usepackage.tex
|
|
21 \begin{document}
|
|
22 \setmainfont{STIX Math}%
|
|
23 \setmonofont{STIXGeneralBol}[
|
|
24 Scale=MatchLowercase
|
|
25 ] % or whatever font you prefer
|
|
26
|
|
27 \ltjsetparameter{jacharrange={-3}}
|
|
28
|
|
29 % \input tgrindfig.tex
|
|
30 \bibliographystyle{plain} % for bibliography
|
|
31 %
|
|
32 \include{title}
|
|
33 %\title{}
|
|
34 % 英文のみのタイトルならば,\title{ ... } とする.
|
|
35
|
|
36 \date{}
|
|
37
|
|
38 % 所属ラベルの定義
|
|
39
|
|
40 % 和文著者名
|
|
41 \author{
|
|
42 {河野真治} \\
|
|
43 琉球大学工学部\\
|
|
44 {Shinji KONO} \\
|
|
45 Faculty of Engineering, University of the Ryukyus\\
|
|
46 }
|
|
47
|
|
48 \maketitle{}
|
|
49 \thispagestyle{empty}
|
|
50 \begin{abstract}
|
|
51 \input{abstract}
|
|
52 \input{abstract-e}
|
|
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
|