\documentclass[english]{nwejmart} \usepackage{lipsum} \addbibresource{biblatex-examples.bib} \input{sample} % \begin{document} \title{Article's Title (english)} \author[affiliation={Affiliation 5}]{Last5, First5} \author[affiliation={Affiliation 6}]{Last6, First6} % \sample{% \begin{enumerate} \item It\footnote{Foo bar.} is well known\autocite{cotton} that... Moreover, it is well known\autocite{coleridge} that... \item \textcite{cotton} have proved... Moreover, \textcite{coleridge} have proved... \end{enumerate} } \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: "issue" %%% End: