%% Submissions for peer-review must enable line-numbering %% using the lineno option in the \documentclass command. %% %% Preprints and camera-ready submissions do not need %% line numbers, and should have this option removed. %% %% Please note that the line numbering option requires %% version 1.1 or newer of the wlpeerj.cls file, and %% the corresponding author info requires v1.2 $if(preprint)$ \documentclass[fleqn,10pt]{wlpeerj} % for preprint submissions $else$ \documentclass[fleqn,10pt,lineno]{wlpeerj} % for journal submissions $endif$ % ZNK -- Adding headers for pandoc \setlength{\emergencystretch}{3em} \providecommand{\tightlist}{ \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \usepackage{lipsum} \usepackage[unicode=true]{hyperref} \usepackage{longtable} $for(header-includes)$ $header-includes$ $endfor$ \title{$title$} $for(author)$ \author[$author.affiliation$]{$author.name$} $if(author.corresponding)$ \corrauthor[$author.affiliation$]{$author.name$}{$author.email$} $endif$ $endfor$ $for(affiliation)$ \affil[$affiliation.code$]{$affiliation.address$} $endfor$ % % \author[1]{First Author} % \author[2]{Second Author} % \affil[1]{Address of first author} % \affil[2]{Address of second author} % \corrauthor[1]{First Author}{f.author@email.com} % $if(keywords)$ % \keywords{$for(keywords)$$keywords$$sep$$endfor$} % $endif$ $if(natbib)$ \usepackage{natbib} \bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$} $endif$ $if(biblatex)$ \usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex} $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ $endif$ \begin{abstract} $abstract$ % Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. Dummy abstract text. \end{abstract} \begin{document} \flushbottom \maketitle \thispagestyle{empty} $body$ $if(natbib)$ $if(bibliography)$ $if(biblio-title)$ $if(book-class)$ \renewcommand\bibname{$biblio-title$} $else$ \renewcommand\refname{$biblio-title$} $endif$ $endif$ \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$} $endif$ $endif$ $if(biblatex)$ \printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$ $endif$ $for(include-after)$ $include-after$ $endfor$ \end{document}