59 lines
1.7 KiB
TeX
59 lines
1.7 KiB
TeX
%==============================================================================
|
|
%== template for LATEX poster =================================================
|
|
%==============================================================================
|
|
%
|
|
%--A0 beamer slide-------------------------------------------------------------
|
|
\documentclass[final]{beamer}
|
|
\usepackage[orientation=portrait,size=a0,
|
|
scale=1.25 % font scale factor
|
|
]{beamerposter}
|
|
|
|
\geometry{
|
|
hmargin=2.5cm, % little modification of margins
|
|
}
|
|
\usepackage{lipsum}
|
|
|
|
%
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\linespread{1.15}
|
|
%
|
|
%==The poster style============================================================
|
|
\usetheme{Poster}
|
|
|
|
%==Title, date and authors of the poster=======================================
|
|
\title
|
|
[34th International Joint Conference on Artificial Intelligence (IJCAI25), 29 - 31 August 2025, Guangzhou, China] % Conference
|
|
{ % Poster title
|
|
Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints
|
|
}
|
|
|
|
\author{\underline{Yu Cong}, Chao Xu, Yi Zhou}
|
|
\institute[UESTC]{University of Electronic Science and Technology of China}
|
|
|
|
\date{\today}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
% larger font
|
|
\Large
|
|
|
|
\begin{frame}[t]
|
|
%==============================================================================
|
|
\begin{multicols}{2}
|
|
%==============================================================================
|
|
%==The poster content==========================================================
|
|
%==============================================================================
|
|
|
|
\section{Introduction}
|
|
|
|
\lipsum[1-7]
|
|
|
|
\end{multicols}
|
|
|
|
%==============================================================================
|
|
\end{frame}
|
|
\end{document}
|