CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/biblatex-contrib/biblatex-lni

README.md

biblatex-lni

This is a biblatex style for the Lecture Notes in Informatics (LNI) of the Gesellschaft für Informatik e.V. It requires at least biblatex 3.5 and biber 2.6.

This style is available on CTAN at https://ctan.org/pkg/biblatex-lni and should directly be usable in your distribution.

Usage in the context of the LNI class

Typically, this class is used in the context of LNI publications, which are typeset using the lni package.

\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}

Usage outside LNI class

This style has no specific requirements, thus you can just pass style=LNI as parameter to biblatex.

If you include the template in an existing document, following lines are recommended:

\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage[
  backend=biber,
  style=LNI
]{biblatex}
\addbibresource{LNI-examples.bib}

Use \printbibliography in your document to print the bibliography. Use biber instead of bibtex to generate the bibliography entries.

Source and Feedback

The source of this package is maintained at https://github.com/gi-ev/biblatex-lni. This site also allows for filing issues in case something strange is encountered.

License

Copyright (c) 2016-2023 Lukas C. Bossert, Georg Duffner, Oliver Kopp

This work has the LPPL maintenance status maintained. The current maintainer of this work is Oliver Kopp.

This package may be distributed under the terms of the Project Public License, as described in lppl.txt in the base distribution. Either version 1.3 or, at your option, any later version.

Download the contents of this package in one zip archive (16.3k).

biblatex-lni – LNI style for Bib

Bib style for the Lecture Notes in Informatics, which is published by the Gesellschaft für Informatik (GI e.V.).

Packagebiblatex-lni
Bug trackerhttps://github.com/gi-ev/biblatex-lni/issues
Repositoryhttps://github.com/gi-ev/biblatex-lni
Version0.6 2023-11-09
LicensesThe Project Public License 1.3
Copyright2016–2023 Lukas C. Bossert, Georg Duffner, Oliver Kopp
MaintainerOliver Kopp
Contained inTeX Live as biblatex-lni
MiKTeX as biblatex-lni
TopicsJournal
Bib
...
Guest Book Sitemap Contact Contact Author