\documentclass[JROI,PDF]{jroi} % enable the PDFLaTeX driver with the PDF command
\usepackage{layout}
\usepackage{graphicx}
\usepackage{pdfpages}
%---------------------------------
\title{
add Title here
}
%---------------------------------
\articletype{
add Article Type here
}
% Choices for Article Type: Research Article, Review Article, Communication, Erratum, Student Project, Pilot project, Editorial, Project description
%---------------------------------
\author{
Firstname Secondname Surname
\inst{1,2}
\email{me@gmail.com, m: +1 1234 5678},
Firstname2 Secondname2 Surname2
\inst{2}
\email{him@gmail.com, p: +2 1234 5679}
}
%---------------------------------
\shortauthor{
F. S. Surname,
F2, S2. Surname2
}
%---------------------------------
\institute{
\inst{1}
Centre for Oncology Informatics,
Faculty Information Science,
University of Woop Woop,
Outer Woop Woop NSW, Australia
\inst{2}
Department of Radiation Oncology,
Waikikamukau Cancer Care Centre,
Waikikamukau NZ
}
%---------------------------------
\abstract{
enter Abstract here
}
%---------------------------------
\keywords{
Keyword 1 \*\
Keyword 2 \*\
Keyword 3 \*\
Keyword 4 \*\
Keyword 5 \\
}
%---------------------------------
\jroi{
J Rad Onc Inform 2014 X(X): XX-XX
} % will be added when informed by Editorial Team
%---------------------------------
\doi{
doi: 10.5166/jroi-X-X-XX
} % will be added when informed by Editorial Team
%---------------------------------
\conflict{
Authors have no conflicts to disclose.
} % alter if there are disclosures
%---------------------------------
\begin{document}
\maketitle
\section{Introduction} \label{sec-intro}
\section{Important section}
\subsection{Less important section}
\subsubsection{Almost insignificant section}
\paragraph {Only important for enough for a heading}
And here is the text so that you can see it complied in your \LaTeX editor.\\
This template will let you enter tables, pictures, PDFs, bullet lists, numbered lists and referencing (such as this reference for the report called ICRU50~\cite{icru_50_1993}.
%---------------------------------
\bibliographystyle{plain}
\bibliography{citations}
%---------------------------------
\end{document}