summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-lncs/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-22 20:00:19 +0000
committerKarl Berry <karl@freefriends.org>2021-08-22 20:00:19 +0000
commit09a3454f70a6557c432286bf16645b081821a8cf (patch)
tree7886226b557a3f20083d12b0538e1182a8c0d69a /Master/texmf-dist/doc/latex/biblatex-lncs/README.md
parentf3986e745d70f9d176d039e382672cd5a6771a9a (diff)
biblatex-lncs (22aug21)
git-svn-id: svn://tug.org/texlive/trunk@60303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-lncs/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lncs/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-lncs/README.md b/Master/texmf-dist/doc/latex/biblatex-lncs/README.md
new file mode 100644
index 00000000000..40cc180f56c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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.