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