﻿%  GALTOP2026
%
%  LaTeX format for the abstracts
%

\documentclass[10pt]{article}

\hoffset=-10.5mm
\addtolength{\textwidth}{16mm}
\voffset=-20mm
\addtolength{\textheight}{40mm}

\renewcommand{\baselinestretch}{1.1}

\pagestyle{empty}

%REFERENCES
\def\references#1{\vspace*{6mm}\noindent{\large\bf References}\medskip\small\list
{[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\usecounter{enumi}}\setlength\itemsep{0em}
\def\newblock{\hskip .11em plus .33em minus .07em}
\sloppy\clubpenalty4000\widowpenalty4000
\sfcode`\.=1000\relax}
\let\endthebibliog=\endlist

\def\thefootnote{\fnsymbol{footnote}}


\begin{document}


\begin{center}


{\Large \sf Title}

\bigskip
{\large \sc Speaker}\setcounter{footnote}{0}\footnote{This is joint work with Author 2 (University of Author 2).}

\bigskip
{\small address}

{\small{\tt email}}

\vspace*{10mm}

\end{center}

%%%%%%%%%
%Insert abstract here
%%%%%%%%%

Write the abstract here.


\begin{references}{99}

\bibitem{1} Reference 1.
\bibitem{2} Reference 2.

\end{references}


\end{document}
