\documentclass[a4paper,12pt]{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{graphicx} % Math \usepackage{mathtools} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsthm} \usepackage{icomma} % Typeface \usepackage{mathptmx} % Margins \usepackage[ top=1in, bottom=1in, left=1in, right=1in, includehead, heightrounded ]{geometry} % Header \usepackage{fancyhdr} \pagestyle{fancy} \setlength{\headsep}{5mm} \rhead{Young Scientist Forum 2025} \cfoot{} \renewcommand{\headrulewidth}{0.0pt} \begin{document} \parskip = \baselineskip \setlength{\parindent}{0cm} \sloppy % Title of the presentation {\Large\textbf{Title of the Presentation}} % Authors \underline{A. B. Presenter},\textsuperscript{\emph{a}} C. D. Co-author,\textsuperscript{\emph{b}} and E. F. Co-author \textsuperscript{\emph{a,b}} % Affiliations \textsuperscript{\emph{a}} Department of Chemistry, University of Jyv\"askyl\"a \\ \textsuperscript{\emph{b}} Department of Physics, University of Jyv\"askyl\"a \\ e-mail: a.b.presenter@almamater.fi % Actual abstract Abstract text comes here. The abstract must fit into a single page. References can be included in the text as [1,2]. One figure can be inserted below the text paragraph(s). \begin{figure}[h]\center \includegraphics[width=12cm]{sample.jpg} \caption{Caption text here.} \end{figure} % References (if any) {[1]} D. R. Hartree. \emph{Math. Proc. Camb. Philos. Soc.} \textbf{1928}, \emph{24}, 111.\\ {[2]} V. A. Fock. \emph{Z. Phys.} \textbf{1930}, \emph{61}, 126. \end{document}