61 lines
1.5 KiB
TeX
61 lines
1.5 KiB
TeX
%===============================================================================
|
|
% PREAMBLE
|
|
%===============================================================================
|
|
\documentclass[sigconf]{aamas}
|
|
|
|
\usepackage{balance}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%% AAMAS-2026 copyright block (do not change!)
|
|
|
|
\setcopyright{ifaamas}
|
|
\acmConference[AAMAS '26]{Proc.\@ of the 25th International Conference
|
|
on Autonomous Agents and Multiagent Systems (AAMAS 2026)}{May 25 -- 29, 2026}
|
|
{Paphos, Cyprus}{C.~Amato, L.~Dennis, V.~Mascardi, J.~Thangarajah (eds.)}
|
|
\copyrightyear{2026}
|
|
\acmYear{2026}
|
|
\acmDOI{}
|
|
\acmPrice{}
|
|
\acmISBN{}
|
|
\acmSubmissionID{}
|
|
|
|
\title[]{}
|
|
|
|
\author{}
|
|
\affiliation{
|
|
\institution{}
|
|
\city{}
|
|
\country{}}
|
|
\email{}
|
|
|
|
\begin{abstract}
|
|
\end{abstract}
|
|
|
|
\keywords{}
|
|
|
|
\newcommand{\BibTeX}{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}
|
|
|
|
%===============================================================================
|
|
% MAIN DOCUMENT
|
|
%===============================================================================
|
|
\begin{document}
|
|
|
|
\pagestyle{fancy}
|
|
\fancyhead{}
|
|
|
|
\maketitle
|
|
|
|
%===============================================================================
|
|
% Main Text
|
|
%===============================================================================
|
|
|
|
\section{Introduction}
|
|
|
|
%===============================================================================
|
|
% Bibliography
|
|
%===============================================================================
|
|
\bibliographystyle{aamas}
|
|
\bibliography{references}
|
|
|
|
\end{document}
|