diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/nwejm/examples/german.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/nwejm/examples/german.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/german.tex b/Master/texmf-dist/doc/latex/nwejm/examples/german.tex new file mode 100644 index 00000000000..2b81f4eaafd --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/german.tex @@ -0,0 +1,23 @@ +\documentclass[german]{nwejmart} +\usepackage{lipsum} +\addbibresource{biblatex-examples.bib} +\input{sample} +% +\begin{document} +\title{Beitragstitel (german)} +\author[affiliation={Affiliation 7},affiliation={Affiliation 7 bis}]{Last7, First7} +% +\sample{% + \begin{enumerate} + \item It\footnote{Foo bar.} is well known\autocite{gerhardt} + that... Moreover, it is well known\autocite{hammond} that... + \item \textcite{gerhardt} have proved... Moreover, \textcite{hammond} + have proved... + \end{enumerate} +} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "issue" +%%% End: |