73 lines
1.7 KiB
TeX
73 lines
1.7 KiB
TeX
%% Elsevier submission template (elsarticle.cls — bundled with TeX Live).
|
|
%% Options: review (1.5 line spacing) | preprint | final | 1p/3p/5p | times | 10/11/12pt.
|
|
\documentclass[review,3p,11pt]{elsarticle}
|
|
|
|
\usepackage{amsmath,amssymb,amsfonts}
|
|
\usepackage{mathtools}
|
|
\usepackage{libertinus} % portable serif + matching math (TeX Live bundled)
|
|
\usepackage{graphicx}
|
|
\usepackage{lineno}
|
|
\usepackage{hyperref}
|
|
% PDF outline expanded to two levels (section + subsection) by default.
|
|
\hypersetup{colorlinks=true, allcolors=black, bookmarksopen=true, bookmarksopenlevel=2}
|
|
|
|
\renewcommand{\vec}[1]{{\boldsymbol{#1}}}
|
|
|
|
\journal{Journal Name}
|
|
|
|
\begin{document}
|
|
|
|
\begin{frontmatter}
|
|
|
|
\title{Paper Title}
|
|
|
|
\author[inst1]{Zhengshou Lai}
|
|
\ead{laizhengsh@mail.sysu.edu.cn}
|
|
|
|
\affiliation[inst1]{organization={School of Civil Engineering, Sun Yat-sen University},
|
|
city={Zhuhai},
|
|
country={China}}
|
|
|
|
\begin{abstract}
|
|
Write the abstract here.
|
|
\end{abstract}
|
|
|
|
\begin{keyword}
|
|
keyword one \sep keyword two \sep keyword three
|
|
\end{keyword}
|
|
|
|
\end{frontmatter}
|
|
|
|
\section{Introduction}
|
|
|
|
Introduction section~\cite{example2024}.
|
|
|
|
\section{Methods}
|
|
|
|
Methods section. An equation can be inserted as follows:
|
|
\begin{equation}
|
|
\frac{\partial u}{\partial t} + \nabla \cdot \vec{F} = 0 .
|
|
\end{equation}
|
|
|
|
\section{Results and Discussion}
|
|
|
|
Results section. A figure can be inserted as follows:
|
|
%
|
|
% \begin{figure}[htbp]
|
|
% \centering
|
|
% \includegraphics[width=0.8\textwidth]{figs/example.pdf}
|
|
% \caption{Example figure}
|
|
% \label{fig:example}
|
|
% \end{figure}
|
|
%
|
|
|
|
\section{Conclusions}
|
|
|
|
Conclusions section.
|
|
|
|
%% Elsevier numbered style. Use elsarticle-harv for author-year.
|
|
\bibliographystyle{elsarticle-num}
|
|
\bibliography{references}
|
|
|
|
\end{document}
|