\def\firstpage{1}%
\def\lastpage{17}
\def\firstfootnote{0}
%====== mlj style needs information bellow = add your data ================
\def\lmjcorespemail{...@...}%Example:%{ lmj@ktl.mii.lt}%
\def\lmjauthor{...}%Example:% F. Author\sep S. Author \and Th. Author
\def\lmjtitle{...}%Example:% Title of Article
\def\lmjrunauthor{...}%Example:% F. Author\sep S. Author \and Th. Author
\def\lmjruntitle{...}%Example:% RunTitle of Article
\def\lmjreceived{...}%{September 1, 20xx}
\def\lmjrevised{\today}
\def\lmjmsc{...}
\def\lmjkeywords{...}
%==========================================================================
%*** Editors Lines **********************************************************
%\begin{filecontents*}{lmj.nos}
%Jei yra section, sia dali uzkomentuoti!
%\end{filecontents*}
\begin{filecontents*}{lmj.00}
{lmj.vxxt01.tex}
\end{filecontents*}
%****************************************************************************
% ============= Author's references =======================================%
\begin{filecontents*}{x.bib}
@preamble{ "\newcommand{\nosort}[1]{}" }
@BOOK{book,
author="J.C. Mason and D.C. Handscomb",
title="Chebyshev Polynomials",
publisher=" Chapman\&Hall/CRC, Basel, Boston, Berlin",
year="2003",
doi = "10.1201/9781420036114",
}
@ARTICLE{article-in-journal,
AUTHOR = {J. Damarackas and V. Paulauskas},
TITLE = {Properties of spectral covariance for linear processes with infinite variance},
JOURNAL = {Lith. Math. J.},
YEAR = {2014},
volume = {54},
number = {3},
pages = {252--276},
doi = {10.1007/s10986-014-9242-z}
}
@ARTICLE{article-with-doi,
AUTHOR = {A. {\v{S}}tikonas},
TITLE = {Investigation of Characteristic Curve for {S}turm--{L}iouville Problem with Nonlocal Boundary Conditions on Torus},
JOURNAL = {Math. Model. Anal.},
YEAR = {2011},
volume = {16},
number = {1},
pages = {1--22},
doi = {10.3846/13926292.2011.552260},
}
@ARTICLE{article-with-url,
author = "Y. Wang" ,
title = "Solutions to nonlinear elliptic equations with a nonlocal boundary condition",
journal = "Electron. J. Differential Equations",
year = 2002,
volume = 2002,
number = "05",
pages = "1--16",
note ={\href{https://ejde.math.txstate.edu/Volumes/2002/05/abstr.html}{https://ejde.math.txstate.edu/Volumes/2002/05/abstr.html}.}
}
@INPROCEEDINGS{inproceedings,
AUTHOR = {A. Berman},
TITLE = {m {A}pplications of {M}-{M}atrices},
bookTitle="Systems and Management Science by Extremal Methods",
editor= "F.Y. Phillips and J.J. Rousseau",
pages = {115--126},
PUBLISHER = {Springer},
address= {Boston, MA},
YEAR = 1992,
note = {\href{https://doi.org/10.1007/978-1-4615-3600-0__8}{https://doi.org/10.1007/978-1-4615-3600-0\_8}.},
}
@PHDTHESIS{PHDthesis,
AUTHOR = {A. Medži{\={u}}nas},
TITLE = {Various classes of stochastic differential equations: existence, uniqueness, and approximation},
SCHOOL = {Vilnius University},
YEAR = {2023},
type = {{Ph.D.} dissertation},
address = {Lithuania},
note = {\doi{10.15388/vu.thesis.546}.}
}
@TECHREPORT{report,
author = {J. G{\'a}ll and G. Pap and M. van Zuijlen},
title = {Joint ML estimation of all parameters in a discrete time random field {HJM} type interest rate model},
institution = {Radboud University Nijmegen},
year = {2006},
type = {Report},
number = {No.~0606},
address = {The Netherlands},
}
\end{filecontents*}
%================= end Author's references ==================================%
\documentclass{lmj}
%*** Editors Lines **********************************************************
\includeonly{lmj.def,lmj2.def,lmj22.def}
\include{lmj.def}
\LMJCLS%
%****************************************************************************
%================= Author's definitions ===================================%
%\makeatletter
%\makeatother
%================= end Author's definitions =================================%
\begin{document}
\bibliographystyle{plainlmj}
\begin{topmatter}
%************* add runauthor at beginning of Your file
%************* add runtitle at beginning of Your file
%************* add title at beginning of Your file
%************* add add all authors at beginning of Your file
%************* add LMJRuntitle and LMJRunauthor at beginning of Your file
\title{...}%Example 1:% Title of Your Article
%\title{...\thanks{...}}%Example 2%
\author{ }%Example 1:% F. Author
\institution{...}%Example:%{Institute of Mathematics and Informatics, Akademijos 4, LT-08663 Vilnius, Lithuania}
\email{...}%Example:%{ lmj@ktl.mii.lt}%
% \author{...}%Example:% S. Author
% \institution{...}
% \email{...}%
% \author{...}%Example:% T. Author
% \institution{...}
% \email{...}%
% \dedicated{...}
%*** Editors Lines **********************************************************
%
\Received
\end{topmatter}
\LMJarticle % be komentaro! negali būti apatinės eilutės
%****************************************************************************
%spell_from this point
\begin{abstract}
...
\end{abstract}
\Keywords %add keywords at beginning of Your file
%
%================= Text entry area ================================%
\section{Introduction}\label{s:1}
\section{Examples of citations}\label{s:2}
\cite{book},\cite{article-in-journal, article-with-url, PHDthesis,article-with-doi}
\nocite{inproceedings}
\paragraph*{Acknowledgment.}
%spell_to this point %============== End of text entry ===============%
\bibliography{x}
% \emptypage
\end{document}