LPAW23_Template
Author
T. Silva
Last Updated
2년 전
License
Creative Commons CC BY 4.0
Abstract
Template for abstract submission of the LPAW 23 conference. Based on a template from F. Cruz and F. Del Gaudio for other conferences.
\documentclass{lpaw_conf}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lipsum}
\usepackage{wrapfig}
\usepackage[dvipsnames]{xcolor}
\pagestyle{fancy}
\newcommand{\gray}[1]{\textcolor{gray}{#1}}
\title{The title of my abstract for the Laser and Plasma Accelerators Workshop 2023}
\author{
\underline{First Author}$^{1}$, % Presenting author underlined
Second Author$^{1,2}$,
Third Author$^{1}$
}
\institute{\noindent
$^1$ Institution 1, City 1, Country 1, \\
$^2$ Institution 2, City 2, Country 2
}
\email{presenting.author@email.com} % Email of the presenting author
\begin{document}
{\setlength{\parskip}{0pt}
\maketitle}
\begin{wrapfigure}{R}{0.4\textwidth}
\vspace{-\baselineskip}
\includegraphics[width=0.39\textwidth]{example-image-a}
\caption{Caption.}
\end{wrapfigure}
Please write your abstract here. \textbf{Maximum of 1 page}, including authors, institutions, references, and acknowledgments, if necessary. Presenting author should be underlined in the author list. References can be cited the usual way using \LaTeX, i.e., here \cite{ref1}.
If you wish, you can use figures in the abstract. The abstract will be publicly available on our website after acceptance: please let us know if you have any restrictions.
\textit{\lipsum[1]}
\textit{\lipsum[2]}
\begin{acknowledgment}
Grant 1, Grant 2.
\end{acknowledgment}
\begin{thebibliography}{99}
\bibitem{ref1}
T. Tajima and J. M. Dawson, Phys. Rev. Lett. \textbf{43}, 267 (1979)
\end{thebibliography}
\pagenumbering{gobble}
\end{document}