-
Notifications
You must be signed in to change notification settings - Fork 38
/
main.tex
114 lines (95 loc) · 3.36 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
103
104
105
106
107
108
109
110
111
112
113
114
% We avoid usepackage as much as possible due to aaai camera-ready requirements (don't allow custom style file).
% \input command is later inlined by the script.
\input{styles/header.sty}
% \externaldocument{supplemental}
%% journal title / author
%
% \jairheading{1}{1993}{1-15}{6/91}{9/91}
% \ShortHeadings{Tiebreaking Strategies}{Asai \& Fukunaga}
% \firstpageno{25}
%
% \author{
% \name Masataro Asai \email guicho2.71828\textcircled{$\alpha$}gmail.com\\
% \name Alex Fukunaga \\
% \addr Graduate School of Arts and Sciences, University of Tokyo}
% \title{Tiebreaking Strategies for Best First Search}
%% conference title / author
% \author{Masataro Asai \\ IBM Research}
\author{Submision XXX}
\title{This paper was written using AAAI Template}
% Don't use commands within pdfinfo
\pdfinfo{
/Title (This paper was written using AAAI Template)
/Keywords (Planning, Heuristic Search)
}
% /Author (Masataro Asai, Alex Fukunaga)
% be anonymous
%% Recent AAAI author
% \author{
% Masataro Asai\equalcontrib\textsuperscript{\rm 1},
% Masataro Asai\equalcontrib\textsuperscript{\rm 2}
% }
% \affiliations {
% \textsuperscript{\rm 1}University of Tokyo,
% \textsuperscript{\rm 2}MIT-IBM Watson AI Lab,
% \{masataro.asai,michael.katz1\}@ibm.com
% }
\begin{document}
\maketitle
% %% ICML title and author
% \icmltitlerunning{Submission and Formatting Instructions for ICML 2018}
% \twocolumn[
% \icmltitle{Submission and Formatting Instructions for \\
% International Conference on Machine Learning (ICML 2018)}
% \icmlsetsymbol{equal}{*}
% \begin{icmlauthorlist}
% \icmlauthor{Aeiau Zzzz}{equal,to}
% \icmlauthor{Bauiu C.~Yyyy}{equal,to,goo}
% \icmlauthor{Cieua Vvvvv}{goo}
% \icmlauthor{Iaesut Saoeu}{ed}
% \icmlauthor{Fiuea Rrrr}{to}
% \icmlauthor{Tateu H.~Yasehe}{ed,to,goo}
% \icmlauthor{Aaoeu Iasoh}{goo}
% \icmlauthor{Buiui Eueu}{ed}
% \icmlauthor{Aeuia Zzzz}{ed}
% \icmlauthor{Bieea C.~Yyyy}{to,goo}
% \icmlauthor{Teoau Xxxx}{ed}
% \icmlauthor{Eee Pppp}{ed}
% \end{icmlauthorlist}
% \icmlaffiliation{to}{Department of Computation, University of Torontoland, Torontoland, Canada}
% \icmlaffiliation{goo}{Googol ShallowMind, New London, Michigan, USA}
% \icmlaffiliation{ed}{School of Computation, University of Edenborrow, Edenborrow, United Kingdom}
% \icmlcorrespondingauthor{Cieua Vvvvv}{[email protected]}
% \icmlcorrespondingauthor{Eee Pppp}{[email protected]}
% \icmlkeywords{Machine Learning, ICML}
% \vskip 0.3in
% ]
% %\printAffiliationsAndNotice{} % leave blank if no need to mention equal contribution
% \printAffiliationsAndNotice{\icmlEqualContribution} % otherwise use the standard text.
\begin{abstract}
\input{abstract.tex}
\end{abstract}
% %% ECAI title and author. Make sure to remove the abstract environment above
% \begin{frontmatter}
% \paperid{XXX}
% \title{This paper was written using AAAI Template}
% % \orcid{....-....-....-....}
% \author[A]{\fnms{Stephen}~\snm{Wissow}\thanks{Corresponding Author. Email: [email protected]}\footnote{Equal contribution.}}
% \author[B]{\fnms{Masataro}~\snm{Asai}\footnotemark}
% \address[A]{University of New Hampshire}
% \address[B]{MIT-IBM Watson AI Lab}
% \begin{abstract}
% \input{abstract.tex}
% \end{abstract}
% \end{frontmatter}
\input{body.tex}
% not necessary in journal
\fontsize{9.5pt}{10.5pt}
\selectfont
\bibliography{bibliography}
\clearpage
\appendix
\section*{Appendix}
\input{supplemental.tex}
\end{document}