File: README.md

package info (click to toggle)
biber 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,496 kB
  • sloc: perl: 16,729; sh: 960; xml: 895; makefile: 19
file content (62 lines) | stat: -rw-r--r-- 2,451 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# OVERVIEW

Biber is a sophisticated bibliography processing backend for the LaTeX
biblatex package. It supports an unsurpassed feature set for automated
conformance to complex bibliography style requirements such as labelling,
sorting and name handling. It has comprehensive Unicode support.

**Please note**--the default download for all platforms is 64-bit. Please
look in the files section for the correct 32-bit platform instead of
using the default download button if you want 32-bit.

## REQUIREMENTS

Biber is written in Perl with the aim of providing a customised and
sophisticated data preparation backend for biblatex.

You do not need to install Perl to use biber--binaries are provided for many
operating systems via the main TeX distributions (TeXLive, MacTeX, MiKTeX)
and also via download from SourceForge.

You only need a Perl installation to use biber in one of the following
cases:

- A binary version is not available for your OS/platform.
- You wish to keep up with all of the bleeding-edge git commits before they are packaged into a binary.

For the vast majority of users, using the latest binary for the OS/platform
you are using will be what you want to do. For details on the requirements
for installing the Perl program version, please see the biber PDF documentation.

The git repository for Biber is kept on github:

[https://github.com/plk/biber](https://github.com/plk/biber)

## SUPPORT AND DOCUMENTATION

After installing, `biber --help` will give you the basic documentation.

The latest PDF documentation can be found here:

[https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber](https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber)

More information, bugfix releases, forums and bug tracker are available at:

[https://github.com/plk/biber](https://github.com/plk/biber)

## BUILDING

If you wish to build you own binary, see the main biber PDF documentation.
There is a section there on how to do this. The PDF documentation is in the
`documentation` folder for the release on Sourceforge.

## LICENCE

Copyright 2009-2020 François Charette and Philip Kime, all rights reserved.

This module is free software.  You can redistribute it and/or
modify it under the terms of the Artistic License 2.0.

This program is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.