Files
mytoolkit/mytoolkit/journals/elsevier/main.tex
T
Zhengshou Lai 587eac8837 feat: add journal submission kits + paper scaffold; restructure package
- init journal <elsevier|ieee|springer>: self-contained, make-buildable kits
  (Springer sn-jnl.cls + bst bundled; reuses project references.bib)
- init paper scaffold: ctexart + Fandol fonts, bib at root, latexdiff highlighted
- move templates/ under mytoolkit/, add info/references, relocate protocols
- migrate mytoolkit skill into submodule; update README/CLAUDE docs
2026-06-28 23:38:47 +08:00

51 lines
1.1 KiB
TeX

%% Elsevier submission template (elsarticle.cls — bundled with TeX Live).
%% Options: review (double-space, line numbers) | preprint | 1p/3p/5p | times.
\documentclass[preprint,12pt]{elsarticle}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{lineno}
\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}
Abstract text goes here.
\end{abstract}
\begin{keyword}
keyword one \sep keyword two \sep keyword three
\end{keyword}
\end{frontmatter}
\section{Introduction}
Introduction text~\cite{example2024}.
\section{Methods}
Methods text. An equation:
\begin{equation}
\frac{\partial u}{\partial t} + \nabla \cdot \mathbf{F} = 0 .
\end{equation}
\section{Conclusions}
Conclusions text.
%% Elsevier numbered style. Use elsarticle-harv for author-year.
\bibliographystyle{elsarticle-num}
\bibliography{references}
\end{document}