summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nwejm/examples/french.tex
blob: 59da9672dc94fcd865f30734ea2bbc243a2bfff2 (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
25
26
27
28
\documentclass[french]{nwejmart}
\usepackage{lipsum}
\addbibresource{biblatex-examples.bib}
\input{sample}
%
\begin{document}
\nocite{*}
%
\title{Titre de l'article (french)}
\author[affiliation={Affiliation 1}]{Last1, First1}
\author[affiliation=[aff2]{Affiliation 2}]{Last2, First2}
\author[affiliation={Affiliation 3},affiliation={Affiliation 3 bis}]{Last3, First3}
\author[affiliation={Affiliation 4},affiliationtagged={aff2}]{Last4, First4}
%
\sample{%
  \begin{enumerate}
  \item It\footnote{Foo bar.} is well known\autocite{baez/article}
    that... Moreover, it is well known\autocite{companion} that...
  \item \textcite{baez/article} have proved... Moreover, \textcite{companion}
    have proved...
  \end{enumerate}
}
\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "issue"
%%% End: