\RequirePackage{etoolbox}
\csdef{input@path}{%
{sty/},% cls file
{img/},% images
{bib/}% bibdata,bibstyle
}
%%
%% VMSTA journal template
%% VTeX 2014
\documentclass[numbers,compress]{vmsta}
\volume{0}
\issue{0}
\pubyear{2025}
\firstpage{0}
\lastpage{0}
\articletype{research-article}
%startlocaldefs
% local macros
%\newtheorem{thm}{Theorem}
%\theoremstyle{definition}
%\newtheorem{defin}{Definition}
%% \theoremstyle{plain}% Theorems
%% \theoremstyle{definition} %Proclaim
%% \theoremstyle{remark}% Remark
%endlocaldefs
\begin{document}
\begin{frontmatter}
\pretitle{Research Article}
\title{Title of the article}
\author[a]{\inits{F.}\fnms{First-Name1}~\snm{Surname1}\thanksref{cor1}\ead[label=e1]{first@somewhere.com}\orcid{0000-0000-0000-0000}}
\thankstext[type=corresp,id=cor1]{Corresponding author.}
%\thankstext[id=]{}
\address[a]{\institution{Institution of the First author}, \\
Street 123, ZIP City, \cny{Country}}
\author[b]{\inits{S.}\fnms{First-Name2}~\snm{Surname2}\thanksref{f1}\ead[label=e2]{second@somewhere.com}}
\thankstext[id=f1]{Some remarks.}
\address[b]{\institution{Institution of the Second author}, \\
Street 123, ZIP City, \cny{Country}}
%\dedicated{}
%\markboth{}{}
\begin{abstract}
This is an abstract
\end{abstract}
\begin{keywords}
\kwd{}
\kwd{}
\end{keywords}
\begin{keywords}[MSC2020]%
\kwd{}
\kwd{}
\end{keywords}
\end{frontmatter}
\section{Introduction}\label{}
%% Table %%
%%%%%%%%%%%%%%%%%%%%%%
%\begin{table}
%\caption{}\label{}
%\end{table}
%% Figure %%
%%%%%%%%%%%%%%%%%%%%%%
%\begin{figure}[t]
%\includegraphics{}
%\caption{}\label{}
%\end{figure}
%% Theorem %%
%%%%%%%%%%%%%%%%%%%%%%
%%\begin{thm}[]\label{} Theorem
%%\end{thm}
%% Proof %%
%%%%%%%%%%%%%%%%%%%%%%
%\begin{proof}
%\end{proof}
%% Appendices %%
%%%%%%%%%%%%%%%%%%%%%%
%\begin{appendix}
%\section{Appendix section}
%\end{appendix}
%% Acknowledgements %%
%%%%%%%%%%%%%%%%%%%%%%
%\begin{acknowledgement}%[title={Acknowledgments}]
%\end{acknowledgement}
%% Funding %%
%%%%%%%%%%%%%%%%%%%%%%
%\begin{funding}
%\end{funding}
%% Bibliography %%
%%%%%%%%%%%%%%%%%%%%%%
%\bibliographystyle{bib/vmsta-mathphys}
%\bibliography{bib/paper}
\end{document}