blob: d2c6dcb46778a6271e2528fc1241d5ff90ceae36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
\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:
|