% LaTeX template for submitting an abstract to % % SCAN 2027 % September 13-17, 2027 % Kitakyushu, JAPAN % %% Please use the least number of macros and packages as possible %% which will help us parsing your abstracts. Thank you! Additionally, %% please use UTF8 for font encoding!!! The last but not least, please %% do not change the font size and the paper format. %% %% Thank you! We are looking forward for your contributions. %% %% Many thanks to all previous organizers of SCAN and SWIM events for allowing %% us to use their template as basis for our style file. \documentclass[12pt, a4paper]{article} %% Please use only the following packages. Thank you! \usepackage{extsizes} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amssymb} \usepackage{url} % please use UTF8 for the encoding!!! \usepackage[utf8]{inputenc} \pagenumbering{arabic} \pagestyle{myheadings} \markright{SCAN 2027, Kitakyushu, Japan\hfill } \clearpage % DEFINITIONS \newtheorem{prop}{Proposition} % USER PACKAGES %\usepackage{yourpackage} %------------------------------------------------------------------------ \addtolength{\voffset}{-1cm} \addtolength{\textheight}{3cm} \addtolength{\textwidth}{1.5cm} \addtolength{\hoffset}{-0.5cm} %------------------------------------------------------------------------ \begin{document} \begin{center} % TITLE - required {\Large\bf Your Title Here } \vspace*{0.8cm} % AUTHORS - if all affiliations are the same, upper indices can be excluded {\large Author One$^{1}$, Author Two$^{1}$, Author Three$^{2}$ } \bigskip % AFFILIATION - required with address, email at least for corresponding author {\small $^{1}$ Institution One\\ Department Name\\ City, Country\\ \texttt{author.one@example.org} $^{2}$ Waseda University\\ Department of Reliable Computing\\ Tokyo, Japan\\ \texttt{author.three@waseda.jp} } \end{center} \bigskip % KEYWORDS - required {\noindent\bf Keywords:} keyword1, keyword2, keyword3 % MAIN PART - Please use subsection first and without numbering \subsection*{Introduction} Your introduction goes here \cite{paper1,book1}. \subsection*{Main Results} Your main results \cite{paper2,book2} go here. \subsubsection*{Acknowledgement} Acknowledgements go here. % List of References, please sort them alphabetically % For the sake of consistency, we would like to ask you to abbreviate all first (given) names of authors \begin{thebibliography}{1} \bibitem{paper1} A.~Author: Title of the paper, {\em Journal Name}, volume no.\ (year), pages. \bibitem{paper2} T.~Sunaga: Theory of an interval algebra and its applications to numerical analysis, {\em RAAG Memoirs}, 2\ (1958), 547--564. \bibitem{book1} B.~Author, C.~Author: {\em Title of the Book}, Publisher etc., year. \bibitem{book2} R.~E.~Moore: {\em Interval Analysis}, Prentice-Hall, New York, 1966. \end{thebibliography} \end{document}