Files
ijcai25-slides-poster/poster.tex
2025-08-18 13:37:23 +08:00

126 lines
3.2 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
[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}
\begin{frame}[t]
%==============================================================================
\begin{multicols}{2}
%==============================================================================
%==The poster content==========================================================
%==============================================================================
\section{Introduction}
\lipsum
\begin{equation}
H = \sum_{i=1}^{N} h_{D}(i) + \sum_{j>i=1}^{N} C_{ij}
\end{equation}
In Ref.~\cite{ref1}...
In Refs.~\cite{ref1,ref2}...
On webpage~\cite{web}...
\section{Result and discussions}
\vskip1ex
\begin{table}
\centering
\caption{This is a table with scientific results.}
\begin{tabular}{ccccc}
\hline\hline
1 & 2 & 3 & 4 & 5\\
\hline
aaa & bbb & ccc & ddd & eee\\
aaaa & bbbb & cccc & dddd & eeee\\
aaaaa & bbbbb & ccccc & ddddd & eeeee\\
aaaaaa & bbbbbb & cccccc & dddddd & eeeeee\\
1.000 & 2.000 & 3.000 & 4.000 & 5.000\\
\hline\hline
\end{tabular}
\end{table}
\vskip2ex
blabla
\vskip1ex
\begin{figure}
\centering
\includegraphics[width=0.99\columnwidth]{./image/landscape.png}
\caption{This is a picture with scientific results.}
\end{figure}
\vskip2ex
sdfsdf
\subsection{SubSection, a very very very very very very long title}
sdfsdf
\section{Summary and conclusions}
\lipsum[1-3]
%==============================================================================
%==End of content==============================================================
%==============================================================================
%--References------------------------------------------------------------------
\subsection{References}
\begin{thebibliography}{99}
\bibitem{ref1} J.~Doe, Article name, \textit{Phys. Rev. Lett.}
\bibitem{ref2} J.~Doe, J. Smith, Other article name, \textit{Phys. Rev. Lett.}
\bibitem{web} \url{http://www.google.pl}
\end{thebibliography}
%--End of references-----------------------------------------------------------
\end{multicols}
%==============================================================================
\end{frame}
\end{document}