summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-lncs/README.md
blob: 40cc180f56cf4bf7d35e16897fd547966820f7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.