templates/aaai2026/aaai2026.sty
templates/aaai2026/aaai2026.styBrowse 56 files
4,111 tokens
11,802 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1\NeedsTeXFormat{LaTeX2e}%2\ProvidesPackage{aaai2026}[2026/04/29 AAAI 2026 Submission format]%3\def\year{2026}%4\typeout{Conference Style for AAAI for LaTeX 2e -- version for submission}%5%6\def\copyright@on{T}7\def\showauthors@on{T}8\def\nocopyright{\gdef\copyright@on{}} % Copyright notice is required for camera-ready only.9\DeclareOption{submission}{%10 \gdef\copyright@on{}%11 \gdef\showauthors@on{}%12 \long\gdef\pdfinfo #1{\relax}%13}%14\DeclareOption{draft}{%15 \gdef\copyright@on{}%16}%17\ProcessOptions\relax%18% WARNING: IF YOU ARE USING THIS STYLE SHEET FOR AN AAAI PUBLICATION, YOU19% MAY NOT MODIFY IT FOR ANY REASON. MODIFICATIONS (IN YOUR SOURCE20% OR IN THIS STYLE SHEET WILL RESULT IN REJECTION OF YOUR PAPER).21%22% WARNING: This style is NOT guaranteed to work. It is provided in the23% hope that it might make the preparation of papers easier, but this style24% file is provided "as is" without warranty of any kind, either express or25% implied, including but not limited to the implied warranties of26% merchantability, fitness for a particular purpose, or noninfringement.27% You use this style file at your own risk. Standard disclaimers apply.28% There are undoubtably bugs in this style. If you would like to submit29% bug fixes, improvements, etc. please let us know. Please use the contact form30% at www.aaai.org.31%32% Do not use this file unless you are an experienced LaTeX user.33%34% PHYSICAL PAGE LAYOUT35\setlength\topmargin{-0.25in} \setlength\oddsidemargin{-0.25in}36\setlength\textheight{9.0in} \setlength\textwidth{7.0in}37\setlength\columnsep{0.375in} \newlength\titlebox \setlength\titlebox{2.25in}38\setlength\headheight{0pt} \setlength\headsep{0pt}39%\setlength\footheight{0pt} \setlength\footskip{0pt}40\thispagestyle{empty} \pagestyle{empty}41\flushbottom \twocolumn \sloppy42% We're never going to need a table of contents, so just flush it to43% save space --- suggested by drstrip@sandia-244\def\addcontentsline#1#2#3{}45% gf: PRINT COPYRIGHT NOTICE46\def\copyright@year{\number\year}47\def\copyright@text{Copyright \copyright\space \copyright@year,48Association for the Advancement of Artificial Intelligence (www.aaai.org).49All rights reserved.}50\def\copyrighttext#1{\gdef\copyright@on{T}\gdef\copyright@text{#1}}51\def\copyrightyear#1{\gdef\copyright@on{T}\gdef\copyright@year{#1}}52% gf: End changes for copyright notice (used in \maketitle, below)53% Title stuff, taken from deproc.54%55\def\maketitle{%56 \par%57 \begingroup % to make the footnote style local to the title58 \def\thefootnote{\fnsymbol{footnote}}59 \twocolumn[\@maketitle] \@thanks%60 \endgroup%61 % Insert copyright slug unless turned off62 \if T\copyright@on\insert\footins{\noindent\footnotesize\copyright@text}\fi%63 %64 \setcounter{footnote}{0}%65 \let\maketitle\relax%66 \let\@maketitle\relax%67 \gdef\@thanks{}%68 \gdef\@author{}%69 \gdef\@title{}%70 \let\thanks\relax%71}%72\long\gdef\affiliations #1{ \def \affiliations_{\if T\showauthors@on#1\fi}}%73%74\def\@maketitle{%75 \def\theauthors{\if T\showauthors@on\@author\else Anonymous submission\fi}76 \newcounter{eqfn}\setcounter{eqfn}{0}%77 \newsavebox{\titlearea}78 \sbox{\titlearea}{79 \let\footnote\relax\let\thanks\relax%80 \setcounter{footnote}{0}%81 \def\equalcontrib{%82 \ifnum\value{eqfn}=0%83 \footnote{These authors contributed equally.}%84 \setcounter{eqfn}{\value{footnote}}%85 \else%86 \footnotemark[\value{eqfn}]%87 \fi%88 }%89 \vbox{%90 \hsize\textwidth%91 \linewidth\hsize%92 \vskip 0.625in minus 0.125in%93 \centering%94 {\LARGE\bf \@title \par}%95 \vskip 0.1in plus 0.5fil minus 0.05in%96 {\Large{\textbf{\theauthors\ifhmode\\\fi}}}%97 \vskip .2em plus 0.25fil%98 {\normalsize \affiliations_\ifhmode\\\fi}%99 \vskip 1em plus 2fil%100 }%101 }%102%103 \newlength\actualheight%104 \settoheight{\actualheight}{\usebox{\titlearea}}%105 \ifdim\actualheight>\titlebox%106 \setlength{\titlebox}{\actualheight}%107 \fi%108%109 \vbox to \titlebox {%110 \let\footnote\thanks\relax%111 \setcounter{footnote}{0}%112 \def\equalcontrib{%113 \ifnum\value{eqfn}=0%114 \footnote{These authors contributed equally.}%115 \setcounter{eqfn}{\value{footnote}}%116 \else%117 \footnotemark[\value{eqfn}]%118 \fi%119 }%120 \hsize\textwidth%121 \linewidth\hsize%122 \vskip 0.625in minus 0.125in%123 \centering%124 {\LARGE\bf \@title \par}%125 \vskip 0.1in plus 0.5fil minus 0.05in%126 {\Large{\textbf{\theauthors\ifhmode\\\fi}}}%127 \vskip .2em plus 0.25fil%128 {\normalsize \affiliations_\ifhmode\\\fi}%129 \vskip 1em plus 2fil%130 }%131}%132%133\renewenvironment{abstract}{%134 \centerline{\bf Abstract}%135 \vspace{0.5ex}%136 \setlength{\leftmargini}{10pt}%137 \begin{quote}%138 \small%139}{%140 \par%141 \end{quote}%142 \vskip 1ex%143}%144\newenvironment{links}{%145 \newcommand{\link}[2]{\par\textbf{##1} --- \url{##2}}%146 \setlength{\hangindent}{10pt}%147 \setlength{\parskip}{2pt}%148 \begin{flushleft}%149}{%150 \end{flushleft}%151 \vskip 1ex%152}%153% jsp added:154\def\pubnote#1{155 \thispagestyle{myheadings}%156 \pagestyle{myheadings}%157 \markboth{#1}{#1}%158 \setlength\headheight{10pt}%159 \setlength\headsep{10pt}%160}%161%162% SECTIONS with less space163\def\section{\@startsection {section}{1}{\z@}{-2.0ex plus164-0.5ex minus -.2ex}{3pt plus 2pt minus 1pt}{\Large\bf\centering}}165\def\subsection{\@startsection{subsection}{2}{\z@}{-2.0ex plus166-0.5ex minus -.2ex}{3pt plus 2pt minus 1pt}{\large\bf\raggedright}}167\def\subsubsection{\@startsection{subparagraph}{3}{\z@}{-6pt plus168%%% DIEGO changed: 29/11/2009169%% 2pt minus 1pt}{-1em}{\normalsize\bf}}170-2pt minus -1pt}{-1em}{\normalsize\bf}}171%%% END changed172\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-6pt plus -2pt minus -1pt}{-1em}{\normalsize\bf}}%173\setcounter{secnumdepth}{0}174% add period to section (but not subsection) numbers, reduce space after175%\renewcommand{\thesection}176% {\arabic{section}.\hskip-0.6em}177%\renewcommand{\thesubsection}178% {\arabic{section}.\arabic{subsection}\hskip-0.6em}179% FOOTNOTES180\footnotesep 6.65pt %181\skip\footins 9pt plus 4pt minus 2pt182\def\footnoterule{\kern-3pt \hrule width 5pc \kern 2.6pt }183\setcounter{footnote}{0}184% LISTS AND PARAGRAPHS185\parindent 10pt186\topsep 4pt plus 1pt minus 2pt187\partopsep 1pt plus 0.5pt minus 0.5pt188\itemsep 0.5pt plus 1pt minus 0.5pt189\parsep 2pt plus 1pt minus 0.5pt190\leftmargin 10pt \leftmargini 13pt \leftmarginii 10pt \leftmarginiii 5pt \leftmarginiv 5pt \leftmarginv 5pt \leftmarginvi 5pt191\labelwidth\leftmargini\advance\labelwidth-\labelsep \labelsep 5pt192\def\@listi{\leftmargin\leftmargini}193\def\@listii{\leftmargin\leftmarginii194\labelwidth\leftmarginii\advance\labelwidth-\labelsep195\topsep 2pt plus 1pt minus 0.5pt196\parsep 1pt plus 0.5pt minus 0.5pt197\itemsep \parsep}198\def\@listiii{\leftmargin\leftmarginiii199\labelwidth\leftmarginiii\advance\labelwidth-\labelsep200\topsep 1pt plus 0.5pt minus 0.5pt201\parsep \z@202\partopsep 0.5pt plus 0pt minus 0.5pt203\itemsep \topsep}204\def\@listiv{\leftmargin\leftmarginiv205\labelwidth\leftmarginiv\advance\labelwidth-\labelsep}206\def\@listv{\leftmargin\leftmarginv207\labelwidth\leftmarginv\advance\labelwidth-\labelsep}208\def\@listvi{\leftmargin\leftmarginvi209\labelwidth\leftmarginvi\advance\labelwidth-\labelsep}210\abovedisplayskip 7pt plus2pt minus5pt%211\belowdisplayskip \abovedisplayskip212\abovedisplayshortskip 0pt plus3pt%213\belowdisplayshortskip 4pt plus3pt minus3pt%214% Less leading in most fonts (due to the narrow columns)215% The choices were between 1-pt and 1.5-pt leading216\def\normalsize{\@setfontsize\normalsize\@xpt{11}} % 10 point on 11217\def\small{\@setfontsize\small\@ixpt{10}} % 9 point on 10218\def\footnotesize{\@setfontsize\footnotesize\@ixpt{10}} % 9 point on 10219\def\scriptsize{\@setfontsize\scriptsize\@viipt{10}} % 7 point on 8220\def\tiny{\@setfontsize\tiny\@vipt{7}} % 6 point on 7221\def\large{\@setfontsize\large\@xipt{12}} % 11 point on 12222\def\Large{\@setfontsize\Large\@xiipt{14}} % 12 point on 14223\def\LARGE{\@setfontsize\LARGE\@xivpt{16}} % 14 point on 16224\def\huge{\@setfontsize\huge\@xviipt{20}} % 17 point on 20225\def\Huge{\@setfontsize\Huge\@xxpt{23}} % 20 point on 23226 227\AtBeginDocument{%228 \@ifpackageloaded{natbib}%229 {%230 % When natbib is in use, set the proper style and fix a few things231 \let\cite\citep232 \let\shortcite\citeyearpar233 \setcitestyle{aysep={}}234 \setlength\bibhang{0pt}235 \bibliographystyle{aaai2026}236 }{}%237 \@ifpackageloaded{hyperref}%238 {%239 \PackageError{aaai}{You must not use hyperref in AAAI papers.}{You (or one of the packages you imported) are importing the hyperref package, which is forbidden in AAAI papers. You must remove it from the paper to proceed.}240 }{}%241 \@ifpackageloaded{bbm}%242 {%243 \PackageError{aaai}{You must not use bbm package in AAAI papers because it introduces Type 3 fonts which are forbidden.}{See https://tex.stackexchange.com/questions/479160/a-replacement-to-mathbbm1-with-type-1-fonts for possible alternatives.}244 }{}%245 \@ifpackageloaded{authblk}%246 {%247 \PackageError{aaai}{Package authblk is forbbidden.}{Package authblk is forbbiden. You must find an alternative.}248 }{}%249 \@ifpackageloaded{balance}%250 {%251 \PackageError{aaai}{Package balance is forbbidden.}{Package balance is forbbiden. You must find an alternative.}252 }{}%253 \@ifpackageloaded{CJK}%254 {%255 \PackageError{aaai}{Package CJK is forbbidden.}{Package CJK is forbbiden. You must find an alternative.}256 }{}%257 \@ifpackageloaded{flushend}%258 {%259 \PackageError{aaai}{Package flushend is forbbidden.}{Package flushend is forbbiden. You must find an alternative.}260 }{}%261 \@ifpackageloaded{fontenc}%262 {%263 \PackageError{aaai}{Package fontenc is forbbidden.}{Package fontenc is forbbiden. You must find an alternative.}264 }{}%265 \@ifpackageloaded{fullpage}%266 {%267 \PackageError{aaai}{Package fullpage is forbbidden.}{Package fullpage is forbbiden. You must find an alternative.}268 }{}%269 \@ifpackageloaded{geometry}%270 {%271 \PackageError{aaai}{Package geometry is forbbidden.}{Package geometry is forbbiden. You must find an alternative.}272 }{}%273 \@ifpackageloaded{grffile}%274 {%275 \PackageError{aaai}{Package grffile is forbbidden.}{Package grffile is forbbiden. You must find an alternative.}276 }{}%277 \@ifpackageloaded{navigator}%278 {%279 \PackageError{aaai}{Package navigator is forbbidden.}{Package navigator is forbbiden. You must find an alternative.}280 }{}%281 \@ifpackageloaded{savetrees}%282 {%283 \PackageError{aaai}{Package savetrees is forbbidden.}{Package savetrees is forbbiden. You must find an alternative.}284 }{}%285 \@ifpackageloaded{setspace}%286 {%287 \PackageError{aaai}{Package setspace is forbbidden.}{Package setspace is forbbiden. You must find an alternative.}288 }{}%289 \@ifpackageloaded{stfloats}%290 {%291 \PackageError{aaai}{Package stfloats is forbbidden.}{Package stfloats is forbbiden. You must find an alternative.}292 }{}%293 \@ifpackageloaded{tabu}%294 {%295 \PackageError{aaai}{Package tabu is forbbidden.}{Package tabu is forbbiden. You must find an alternative.}296 }{}%297 \@ifpackageloaded{titlesec}%298 {%299 \PackageError{aaai}{Package titlesec is forbbidden.}{Package titlesec is forbbiden. You must find an alternative.}300 }{}%301 \@ifpackageloaded{tocbibind}%302 {%303 \PackageError{aaai}{Package tocbibind is forbbidden.}{Package tocbibind is forbbiden. You must find an alternative.}304 }{}%305 \@ifpackageloaded{ulem}%306 {%307 \PackageError{aaai}{Package ulem is forbbidden.}{Package ulem is forbbiden. You must find an alternative.}308 }{}%309 \@ifpackageloaded{wrapfig}%310 {%311 \PackageError{aaai}{Package wrapfig is forbbidden.}{Package wrapfig is forbbiden. You must find an alternative.}312 }{}%313}314 315\let\endthebibliography=\endlist316