summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md b/macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md
new file mode 100644
index 0000000000..40cc180f56
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md
@@ -0,0 +1,37 @@
+# biblatex-lncs
+[![Build](https://github.com/mgttlinger/biblatex-lncs/actions/workflows/build.yml/badge.svg)](https://github.com/mgttlinger/biblatex-lncs/actions/workflows/build.yml)
+
+BibLaTeX style for Springer Lecture Notes in Computer Science
+
+## Introduction
+
+The code works with `biblatex 2.2` and it requires `biber 1.2` as backend. It
+extends the standard `BiBTeX` model by an `acronym` entry.
+
+## Usage
+
+```latex
+\usepackage[backend=biber,
+ style=lncs
+]{biblatex}
+```
+
+## Status
+
+I intend to maintain this fork and gladly accept pull requests and issues (although not committing myself to fixing any issue as required by the LPPL license). At the time of writing [@mgttlinger](https://github.com/mgttlinger) is the current maintainer in the sense of the LPPL license.
+
+## Testing
+
+For building the included `biblatex-lncs-test.tex` the `llncs` class from the Springer author guidelines needs to be in scope. The CI can get it via the ENV variable `LLNCS_CLS`.
+
+## License
+
+Copyright (c) 2021 Merlin Göttlinger and contributors
+
+Forked from <https://github.com/neapel/biblatex-lncs.git>,
+who forked from <https://github.com/jossco/biblatex-lncs.git>, by Joseph Scott
+who forked from <https://github.com/gvdgdo/biblatex-lncs.git>, by Guido Governatori
+
+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.3c or, at your option, any later version.