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, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/english.tex b/Master/texmf-dist/doc/latex/nwejm/examples/english.tex
deleted file mode 100644
index d2c6dcb4677..00000000000
--- a/Master/texmf-dist/doc/latex/nwejm/examples/english.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\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: