ESMC2022_template_LaTeX
Author
Kevin Moerman, Peter McHugh
Last Updated
4 years ago
License
Creative Commons CC BY 4.0
Abstract
The LaTeX template for the 11th European Solid Mechanics Conference (ESMC) 2022
https://www.esmc2022.org/
\documentclass[10pt,a4paper]{article}
\usepackage{epsfig,amsfonts}
\usepackage{times}
\usepackage{geometry}
\geometry{
a4paper,
total={210mm,297mm},
left=35mm,
right=35mm,
top=40mm,
bottom=58mm,
}
\usepackage{xcolor}
\usepackage{hyperref} % KMM Added
\hypersetup{
colorlinks = true,
linkcolor = black,
anchorcolor = black,
citecolor = black,
filecolor = black,
urlcolor = blue,
allbordercolors=blue
} % KMM Added
\renewcommand{\figurename}{Fig.} %KMM added
\usepackage[format=plain, font=it]{caption} %KMM added
\setlength{\parindent}{5mm}
\pagestyle{empty}
%
\begin{document}
{\parindent0pt
{\Large {Title of the paper should be no more than two lines}}
% \vspace{14pt}
Firstname1 Lastname1$^{1}$, Firstname2 Lastname2$^{1}$, Firstname3 Lastname3$^{2}$
\textit{$^{1} $ Department1, Affiliation1, City1, Country1}\\
\textit{E-mail: \href{mailto:name1Email@address.edu}{name1Email@address.edu}, \href{mailto:name2Email@address.edu}{name2Email@address.edu}} \\
\textit{$^{2}$ Department2, Affiliation2, City2, Country2} \\
\textit{E-mail: \href{mailto:name3Email@address.edu}{name3Email@address.edu}}
\vspace{10pt}
{\em Keywords: } keywords list (no more than 3)
\vspace{10pt}
}
\renewcommand{\section}[2]{}%
%% ------- ABSTRACT
\noindent
Body of the Abstract. The abstract should be written in English. \underline{\textbf{One page maximum}}.
The completed abstract should be converted to PDF and the PDF must be submitted through the conference website \href{www.esmc2022.org}{www.esmc2022.org}, following the instructions given there, by the \textbf{Abstract Submission Deadline}. When submitting, make sure to choose the correct general session or mini-symposium for your submission using the appropriate menu.
The \textbf{file name} should have the following pattern: \textbf{LastNameFirstAuthor$\_$esmc2022.pdf}.
In case of multiple submissions that have the same first author, use 1, 2, 3…. after the last name in the file name. Example: LastNameFirstAuthor1$\_$esmc2022.pdf. Please note however, that each participant at the conference is allowed to present one paper.
The abstract should include the motivation of the work, a problem statement, the approach and methodology, and a summary of the main findings.
The abstract should be in paper A4 size, with margins of top 40 mm, left and right 35 mm, bottom 58 mm. Indentation among paragraphs is 5 mm.
The text should be written in \textbf{Times or Times New Roman with 10 point size}. The title of the paper must be 14 point Times or Times New Roman, and the affiliation of the authors must be 10 point Times italic or Times New Roman italic.
A single figure can be included. The figure caption must be placed below the figure, and must use 10 point Times italic or Times New Roman italic, and must start with the word \textit{“Fig.”}.
Equations can be used, and are numbered like the example below.
\begin{equation} \label{eqn_1}
\Psi =\frac{1}{2}\mathbb{C}:\mathbf{E}:\mathbf{E}
\end{equation}
References from the reference list must be cited in the text in square brackets, e.g. \cite{Kelly} for a single citation or \cite{Kelly,Smith} for multiple citations. In the reference list, the font should be 10 point Times italic or Times New Roman italic.
\begin{figure}[h]
\centering
\includegraphics[width=0.7\textwidth]{exampleFig.jpg}
\caption{An example figure showing conference logo (A), and Galway Bay (B)}
\label{fig:example}
\end{figure}
%% ------- REFERENCES
\vspace{-10pt}
\noindent
\textit{References}
\vspace{-6pt}
\begin{thebibliography}{99}
\bibitem{Kelly}
\textit{Kelly, S., Jones, S., “The title of the paper”, Journal Name, Vol, page(s) (year of publication).} \vspace{-0.25cm}
\bibitem{confwebsite}
\textit{\href{www.esmc2022.org}{www.somewebsitename.org}, accessed: July 4th 2022} \vspace{-0.25cm} \bibitem{Smith}
\textit{Smith, J.A., Jones, G., and Hamilton, L., “The title of the paper” in Proceedings of Conference Title, conference location, conference date, page(s) (year of publication).} \vspace{-0.25cm}
\bibitem{Smith2}
\textit{Smith, J.A., Jones, G., and Hamilton, L., Book Title, Publisher, City (year of publication).} \vspace{-0.25cm}
\end{thebibliography}
\end{document}