yumeami/templates/latex-aamas/main.tex
C4 Patino 4f6159a935
All checks were successful
ci / treefmt (push) Successful in 2m19s
feat: add latex-aaai and latex-aamas templates to flake environment
2026-06-27 12:53:57 -05:00

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}