summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-lni/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-10-08 23:35:44 +0000
committerKarl Berry <karl@freefriends.org>2016-10-08 23:35:44 +0000
commit251de2b9d157c836ea7ac00129814c1f57e32cf1 (patch)
tree35fd9cb9b627f1887d83dbd3cb0669b777a1dd40 /Master/texmf-dist/doc/latex/biblatex-lni/README.md
parent0e25a365d04f0f281f06e0b65397b61142501b12 (diff)
biblatex-lni (8oct16)
git-svn-id: svn://tug.org/texlive/trunk@42236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-lni/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/README.md b/Master/texmf-dist/doc/latex/biblatex-lni/README.md
new file mode 100644
index 00000000000..52ce97901b5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/README.md
@@ -0,0 +1,34 @@
+# biblatex-lni
+
+This is a [biblatex] style for [LNI], the Lecture Notes in Informatics of the [Gesellschaft für Informatik e.V.].
+
+## Usage
+
+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{paper.bib}
+```
+
+Use `\printbibliography` in your document to print the bibliography.
+Use `biber` instead of `bibtex` to generate the bibliography entries.
+
+## License
+
+Copyright (c) 2016 Lukas C. Bossert, Georg Duffner, Oliver Kopp
+
+This package may be distributed under the terms of the LaTeX Project
+Public License, as described in lppl.txt in the base LaTeX distribution.
+Either version 1.3 or, at your option, any later version.
+
+ [biblatex]: https://www.ctan.org/pkg/biblatex
+ [Gesellschaft für Informatik e.V.]: https://www.gi.de
+ [LNI]: https://www.gi.de/service/publikationen/lni/autorenrichtlinien.html