Created
July 9, 2023 07:05
-
-
Save gjenca/8ce7b28db18da9028f098890eaad7e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper]{article} % | |
\textwidth=15cm \hoffset=-1.2cm % | |
\textheight=25cm \voffset=-2cm % | |
\pagestyle{empty} % | |
\date{} % | |
\def\keywords#1{\begin{center}{\bf Keywords}\\{#1}\end{center}} % | |
% Please, do not change any of the above lines | |
\usepackage{amssymb} % add the LaTeX packages you need here. | |
\begin{document} | |
% Type down your paper title | |
\title{Sample \LaTeX\ abstract} | |
% Authors | |
\author{Author 1, Author 2, Author 3 \\ % | |
University of XXYY\\ \\ % Affiliation 1 | |
Author 4 \\ % If any other author with different Affilation | |
University of ZZWW\\ \\ % Affiliation 2 (if needed) | |
% New author \\ | |
% New affiliation \\ | |
% Add authors and affiliation as needed | |
\texttt{author@university.com} % Only one corresponding e-mail | |
}% | |
\maketitle | |
\thispagestyle{empty} | |
% The abstract | |
\begin{abstract} | |
This is a sample abstract for SSAOS 2023. | |
You should upload the tex file and a pdf version of your | |
abstract at the link included in the email we sent you. | |
The abstract should not exceed two pages. | |
\end{abstract} | |
\keywords{Sample document, SSAOS 2023, Abstract submission} % Write down at least 3 Keywords | |
% \section{Introduction} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment