blob: ae449ffcaffb4918776493e595707d74d16c4758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
% copied from README.md
\documentclass[biblatex,english]{lni}
\bibliography{LNI-examples.bib}
\begin{document}
\title{Title}
\author{Firstname Lastname}
\maketitle
\begin{abstract}
Text
\end{abstract}
\section{Introduction}
Text~\cite{jabref}.
\printbibliography
\end{document}
|