This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
103 lines (87 loc) · 2.65 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass[twocolumn]{jarticle}
%% \documentclass[twocolumn]{article} % use this for English instead of jarticle
\usepackage{jsaiac}
\usepackage[dvipdfmx]{graphicx}
\usepackage[dvipdfmx]{color}
%
% commands in Japanese
\newcommand{\figref}[1]{図\ref{#1}}
\newcommand{\tabref}[1]{表\ref{#1}}
\newcommand{\equref}[1]{式(\ref{#1})}
\newcommand{\chapref}[1]{第\ref{#1}章}
\newcommand{\secref}[1]{\ref{#1}節}
\newcommand{\termref}[1]{\ref{#1}項}
%
% commands in English
%% \newcommand{\figref}[1]{Fig.~\ref{#1}}
%% \newcommand{\tabref}[1]{Table~\ref{#1}}
%% \newcommand{\equref}[1]{Equation~\ref{#1}}
%% \newcommand{\chapref}[1]{Chapter~\ref{#1}}
%% \newcommand{\secref}[1]{Section~\ref{#1}}
%% \newcommand{\termref}[1]{Term~\ref{#1}}
%
%%
\title{
\jtitle{人工知能学会テンプレート}
\etitle{jsai report template}
}
%%英文は以下を使用
%\title{Style file for manuscripts of JSAI 20XX}
\jaddress{氏名,所属,住所,電話番号,Fax番号,電子メールアドレスなど}
\author{%
\jname{東大太郎\first}
\ename{Taro TODAI}
\and
\jname{第2筆者氏名\second}
\ename{Second Author's Name}
%\and
%Given-name Surname\third{}%%英文は左を使用
}
\affiliate{
\jname{\first{}人工知能学会}
\ename{The Japanese Society for Artificial Intelligence}
\and
\jname{\second{}所属和文2}
\ename{Affiliation \#2 in English}
%\and
%\third{}Affiliation \#3 in English%%英文は左を使用
}
%%
%\Vol{28} %% <-- 28th(変更しないでください)
%\session{0A0-00}%% <-- 講演ID(必須)
\begin{abstract}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
\end{abstract}
\begin{document}
\maketitle
\section{はじめに}
あああああああああああああああああ
あああああああああああああああああ
\section{関連研究}
あああああああああああああああああ
あああああああああああああああああ
ああああああああああ\cite{imagenet}
\section{提案手法}
あああああああああああああああああ
あああああああああああああああああ\figref{fig:apc}
\begin{enumerate}
\item ああああ
\item いいいい
\end{enumerate}
\begin{figure}[tbh]
\centering
\includegraphics[width=0.7\columnwidth]{figs/nowprinting.eps}
\caption{TODOTODO}
\label{fig:apc}
\end{figure}
\section{実験}
あああああああああああああああああ
あああああああああああああああああ
\section{結論}
あああああああああああああああああ
あああああああああああああああああ
\bibliographystyle{jsai}
\bibliography{main}
\end{document}