\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 = {E.A. Coddington and N. Levinson},
TITLE = {Theory of Ordinary Differential Equations},
PUBLISHER = {McGraw Hill Book Co., Inc., New York, Toronto, London},
YEAR = {1955},
}
@BOOK{CoddLev55,
author = "E.A. Coddington and N. Levinson",
title = "Theory of Ordinary Differential Equations",
publisher = "McGraw Hill Book Co., Inc., New York, Toronto, London",
year = "1955",
}
@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},
}
@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 = {J. Towell and E. Towell},
TITLE = {Presence in Text-Based Networked Virtual Environments or `{MUDs}'},
JOURNAL = {Presence},
YEAR = {1997},
volume = {6},
number = {5},
pages = {590--595},
url = {http://www-unix.mcs.anl.gov/~towell/presence.html},
lastchecked = {13 February 2002},
note ="(Article with URL and lastchecked)",
}
@INPROCEEDINGS{inproceedings,
AUTHOR = {S.K. Ntouyas},
TITLE = {Nonlocal initial and boundary value problems: a survey},
BOOKTITLE = {Handbook of Differential Equations},
YEAR = {2005},
editor = {A. Ca{\~{n}}ada and P. Dr{\'{a}}bek and A. Fonda},
volume = {2},
series = {Ordinary Differential Equations},
pages = {461--558},
address = {North Holland},
publisher = {Elsevier},
}
@PHDTHESIS{PHDthesis,
AUTHOR = {J. G{\'a}ll},
TITLE = {Some Problems in Discrete Time Financial Market Models},
SCHOOL = {University of Debrecen},
YEAR = {2008},
type = {{Ph.D.} dissertation},
address = {Hungary},
}
@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{Title of the article}%Example 1:% Title of Your Article
%\title{...\thanks{...}}%Example 2%
\author{First Author1 and Second Author2}%Example 1:% F. Author
\institution{Institution}%Example:%{Institute of Mathematics and Informatics, Akademijos 4, LT-08663 Vilnius, Lithuania}
\email{some1@em.com;some2@em.com}%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}
This is an 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}