z
All checks were successful
build pdf / build (push) Successful in 10s

This commit is contained in:
2025-08-21 09:51:28 +08:00
parent f76dcec319
commit 10e0fa2052
11 changed files with 2828 additions and 24 deletions

View File

@@ -1,11 +1,7 @@
%==============================================================================
%== template for LATEX poster =================================================
%==============================================================================
%
%--A0 beamer slide-------------------------------------------------------------
\documentclass[final]{beamer}
\usepackage[orientation=portrait,size=a0,
scale=1.25 % font scale factor
scale=1.5 % font scale factor
]{beamerposter}
\geometry{
@@ -23,9 +19,9 @@
%==Title, date and authors of the poster=======================================
\title
[34th International Joint Conference on Artificial Intelligence (IJCAI25), 29 - 31 August 2025, Guangzhou, China] % Conference
[34th International Joint Conference on Artificial Intelligence (IJCAI25), Guangzhou, China] % Conference
{ % Poster title
Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints
\#2001 Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints
}
\author{\underline{Yu Cong}, Chao Xu, Yi Zhou}
@@ -41,18 +37,16 @@ Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinalit
\Large
\begin{frame}[t]
%==============================================================================
\begin{multicols}{2}
%==============================================================================
%==The poster content==========================================================
%==============================================================================
\section{Introduction}
\section{problem}
\lipsum[1-7]
\end{multicols}
%==============================================================================
\end{frame}
\end{document}