%sampleabstract.tex
%Sample LaTeX file for an Abstract
%The 5th Italian Meeting on Probability and Mathematical Statistics
%June 8th - 12th, 2026, Palermo, Italy
%
\documentclass[11pt, runningheads,a4paper]{llncs}
\pagenumbering{gobble}
% Hyperlinks in the PDF (for references, emails, etc.)
\usepackage{hyperref}
% Font encoding (better handling of accented characters)
\usepackage[T1]{fontenc}
% Page margins
\usepackage[left=3cm,right=3cm,top=3cm,bottom=3cm]{geometry}
% Used for including figures (if needed)
\usepackage{graphicx}
% Recommended: include figure files in EPS format if possible.
% Color package (used to color hyperlinks)
\usepackage{color}
\renewcommand\UrlFont{\color{blue}\rmfamily}
\urlstyle{rm}
%
\begin{document}
%
% Title of the abstract
\title{Abstract Title}
% Author name(s)
\author{First Name Last Name}
% Author affiliation and email
\institute{Department of Mathematics, University of Giria, Italy, \\
\email{presenter@unigiria.it}}
%
\maketitle %
%The abstract should not exceed 400 words.
%The submission PDF, including references, must fit within a maximum of two pages.
%Abstract
This is a sample abstract for the 5th Italian Meeting on Probability and
Mathematical Statistics.
The abstract should not exceed 400 words.
The submission PDF, including references, must fit within a maximum of two pages.
\keywords{First keyword \and Second keyword \and Another keyword.}
\\
%==========================
% Session information
%==========================
% Session number (mandatory)
% Example: \def\sessionnumber{CS123}
\def\sessionnumber{CS000}
% Session name (mandatory)
% Example: \def\sessionname{Probability and Statistics}
\def\sessionname{Contributed Session Name}
% First organizer (mandatory)
% Example: \def\firstorganizer{Name and Surname}
\def\firstorganizer{Name Surname}
% Second organizer (optional)
% Leave empty or remove this line if there is only one organizer
% Example:
% \def\secondorganizer{}
\def\secondorganizer{Name Surname}
%==========================
% Do NOT edit the following part
%==========================
% This command defines how the second organizer is printed.
% If \secondorganizer is empty, nothing is printed.
% Otherwise, the output is: "and <Second Organizer>".
\newcommand{\andsecondorganizer}{%
\ifx\secondorganizer\empty
\else
\textnormal{ and \secondorganizer}%
\fi
}
%==========================
% Session header (output)
%==========================
% Print the contributed session information.
% The command \andsecondorganizer automatically includes the second organizer
% only if it is defined.
{\footnotesize
\noindent\textbf{Contributed Session}\\
\textbf{\sessionnumber}: \sessionname\ organized by
\firstorganizer\andsecondorganizer}
%
%
%
% ---- Bibliography ----
%
% If you use BibTeX, specify bibliography style 'splncs04'.
% This will format the references in the correct Springer LNCS style.
%
% \bibliographystyle{splncs04}
% \bibliography{mybibliography}
%
\begin{thebibliography}{8}
\bibitem{ref_article1}
Author, F.: Article title. Journal \textbf{2}(5), 99--110 (2016)
\bibitem{ref_lncs1}
Author, F., Author, S.: Title of a proceedings paper. In: Editor,
F., Editor, S. (eds.) CONFERENCE 2016, LNCS, vol. 9999, pp. 1--13.
Springer, Heidelberg (2016). \doi{10.10007/1234567890}
\bibitem{ref_book1}
Author, F., Author, S., Author, T.: Book title. 2nd edn. Publisher,
Location (1999)
\bibitem{ref_proc1}
Author, A.-B.: Contribution title. In: 9th International Proceedings
on Proceedings, pp. 1--2. Publisher, Location (2010)
\end{thebibliography}
\end{document}