summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nwejm/examples/french.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/nwejm/examples/french.tex')
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/french.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/french.tex b/Master/texmf-dist/doc/latex/nwejm/examples/french.tex
new file mode 100644
index 00000000000..59da9672dc9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/french.tex
@@ -0,0 +1,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: