that apply to you. In most instances, this is all you need to
do to format your paper in the Times font. The helvet pack-
age will cause Helvetica to be used for sans serif. These files
are part of the PSNFSS2e package, which is freely available
from many Internet sites (and is often part of a standard in-
stallation).
Leave the setcounter for section number depth com-
mented out and set at 0 unless you want to add section num-
bers to your paper. If you do add section numbers, you must
uncomment this line and change the number to 1 (for sec-
tion numbers), or 2 (for section and subsection numbers).
The style file will not work properly with numbering of sub-
subsections, so do not use a number higher than 2.
The Following Must Appear in Your Preamble
\def\year{2022}\relax
\documentclass[letterpaper]{article}
% DO NOT CHANGE THIS
\usepackage{aaai22} % DO NOT CHANGE THIS
\usepackage{times} % DO NOT CHANGE THIS
\usepackage{helvet} % DO NOT CHANGE THIS
\usepackage{courier} % DO NOT CHANGE THIS
\usepackage[hyphens]{url} % DO NOT CHANGE THIS
\usepackage{graphicx} % DO NOT CHANGE THIS
\urlstyle{rm} % DO NOT CHANGE THIS
\def\UrlFont{\rm} % DO NOT CHANGE THIS
\usepackage{graphicx} % DO NOT CHANGE THIS
\usepackage{natbib} % DO NOT CHANGE THIS
\usepackage{caption} % DO NOT CHANGE THIS
\DeclareCaptionStyle{ruled}%
{labelfont=normalfont,labelsep=colon,strut=off}
\frenchspacing % DO NOT CHANGE THIS
\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS
\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS
%
% PDF Info Is REQUIRED.
% For /Title, write your title in Mixed Case.
% Don’t use accents or commands. Retain the parentheses.
% For /Author, add all authors within the parentheses,
% separated by commas. No accents, special characters
% or commands are allowed.
% Keep the /TemplateVersion tag as is
\pdfinfo{
/Title (AAAI Press Formatting Instructions for Authors
Using LaTeX -- A Guide)
/Author (AAAI Press Staff, Pater Patel Schneider,
Sunil Issar, J. Scott Penberthy, George Ferguson,
Hans Guesgen, Francisco Cruz, Marc Pujol-Gonzalez)
/TemplateVersion (2022.1)
}
Preparing Your Paper
After the preamble above, you should prepare your paper as
follows:
\begin{document}
\maketitle
\begin{abstract}
%...
\end{abstract}
You should then continue with the body of your paper. Your
paper must conclude with the references, which should be
inserted as follows:
% References and End of Paper
% These lines must be placed at the end of your paper
\bibliography{Bibliography-File}
\end{document}
Inserting Document Metadata with L
A
T
E
X
PDF files contain document summary information that en-
ables us to create an Acrobat index (pdx) file, and also al-
lows search engines to locate and present your paper more
accurately. Document metadata for author and title are RE-
QUIRED. You may not apply any script or macro to the im-
plementation of the title, author, and metadata information
in your paper.
Important: Do not include any L
A
T
E
X code or nonascii
characters (including accented characters) in the metadata.
The data in the metadata must be completely plain ascii. It
may not include slashes, accents, linebreaks, unicode, or any
L
A
T
E
X commands. Type the title exactly as it appears on the
paper (minus all formatting). Input the author names in the
order in which they appear on the paper (minus all accents),
separating each author by a comma. You may also include
keywords in the optional Keywords field.
\begin{document}\\
\maketitle\\
...\\
\bibliography{Bibliography-File}\\
\end{document}\\
Commands and Packages That May Not Be Used
There are a number of packages, commands, scripts, and
macros that are incompatable with aaai22.sty. The common
ones are listed in tables 1 and 2. Generally, if a command,
package, script, or macro alters floats, margins, fonts, siz-
ing, linespacing, or the presentation of the references and
citations, it is unacceptable. Note that negative vskip and vs-
pace may not be used except in certain rare occurances, and
may never be used around tables, figures, captions, sections,
subsections, subsubsections, or references.
Page Breaks
For your final camera ready copy, you must not use any page
break commands. References must flow directly after the
text without breaks. Note that some conferences require ref-
erences to be on a separate page during the review process.
AAAI Press, however, does not require this condition for the
final paper.
Paper Size, Margins, and Column Width
Papers must be formatted to print in two-column format on
8.5 x 11 inch US letter-sized paper. The margins must be
exactly as follows:
• Top margin: .75 inches
• Left margin: .75 inches
• Right margin: .75 inches
• Bottom margin: 1.25 inches
The default paper size in most installations of L
A
T
E
X is A4.
However, because we require that your electronic paper be
评论0