summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nwejm/examples/german.tex
blob: 2b81f4eaafd0f2f6514d0c70927bd202475db867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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: