Biber (LaTeX): Difference between revisions
→Information: mostly minor edits; add mention of natbib option for biblatex; added two refs; did not fix bibersite ref ... |
m fixed wikidata calls in infobox |
||
(15 intermediate revisions by 12 users not shown) | |||
Line 5: | Line 5: | ||
| caption = |
| caption = |
||
| collapsible = |
| collapsible = |
||
| author = Philip Kime and François Charette<ref>{{cite web |title=plk/biber: Backend processor for BibLaTeX |url=https://github.com/plk/biber |website=[[GitHub]] |accessdate=30 August 2019 |date=26 August 2019}}</ref> |
|||
| author = |
|||
| developer = Philip Kime, Ken Brown, Nikola Lečić, François Charette, moewe, Alexander Krumeich, Boris Veytsman, Apostolos Syropoulos<ref>{{cite web |title=Contributors to plk/biber |url=https://github.com/plk/biber/graphs/contributors |website=GitHub |accessdate=30 August 2019}}</ref><ref>{{cite web |title=Biber Project Member List |url=https://sourceforge.net/p/biblatex-biber/_members/ |website=[[SourceForge]] |accessdate=30 August 2019}}</ref> |
|||
| developer = |
|||
| released = |
| released = |
||
| latest release version = |
| latest release version = {{wikidata|property|edit|P348}} |
||
| latest release date |
| latest release date = {{start date and age|{{wikidata|qualifier|single|P348|P577}}}} |
||
| latest preview version = |
| latest preview version = |
||
| latest preview date = <!-- {{start date and age|YYYY|MM|DD}} --> |
| latest preview date = <!-- {{start date and age|YYYY|MM|DD}} --> |
||
| frequently updated = |
|||
| operating system = |
| operating system = |
||
| platform = [[Cross-platform]] |
| platform = [[Cross-platform]] |
||
| size = |
| size = |
||
| language = |
| language = [[English language|English]] |
||
| status = Active |
|||
| programming language = [[Perl]] |
| programming language = [[Perl]] |
||
| genre = |
| genre = |
||
| repo = {{URL|https://github.com/plk/biber}} |
|||
| license = [[Artistic License]] 2.0 |
| license = [[Artistic License]] 2.0 |
||
| website = {{ |
| website = {{official website}} |
||
}} |
}} |
||
'''Biber''' is a [[bibliography]] information processing program |
'''Biber''' is a [[bibliography]] information processing program that works in conjunction with the [[LaTeX]] package BibLaTeX and offers full [[Unicode]] support.<ref name="bibersite">{{cite web |url=https://biblatex-biber.sourceforge.net/ |title=Biber: A BibTeX replacement for users of BibLaTeX |website=biblatex-biber.sourceforge.net |accessdate=26 January 2013}}</ref> |
||
⚫ | Biber is a widely used replacement for the [[BibTeX]] software. Both generate a [[bibliography]] in [[LaTeX]], but Biber offers a large superset of BibTeX functionality. It also offers full [[Unicode]] support, which is hard to achieve with BibTeX. Given the same data file as input, biber should output a functionally identical .bbl file as BibTeX.<ref name="bibersite"/> |
||
==Information== |
|||
⚫ | Biber is a widely used replacement for the [[BibTeX]] software |
||
Biber is written in [[Perl]] and includes the following features: |
Biber is written in [[Perl]] and includes the following features: |
||
Line 33: | Line 31: | ||
* user-definable mapping and suppression of fields |
* user-definable mapping and suppression of fields |
||
* multiple bibliography lists |
* multiple bibliography lists |
||
* no memory limitations, and extensibility. |
* no memory limitations, and extensibility. |
||
Some LaTeX packages have an explicit dependence on BibTeX itself and will not work with biber. The most important example is natbib, which provides style options for citation references.<ref name="natbibdoc">{{cite web |url=https://texdoc.net/texmf-dist/doc/latex/natbib/natbib.pdf |title=Natural Sciences Citations and References (Author–Year and Numerical Schemes) [natbib.pdf] |last=Daly |first=Patrick W. |website=texdoc.net |access-date=3 February 2017 |archive-url=https://web.archive.org/web/20210118231823/https://texdoc.net/texmf-dist/doc/latex/natbib/natbib.pdf |archive-date=2021-01-18 |url-status=dead}}</ref> However, natbib functionality can largely be recovered by using the natbib option to BibLaTeX, which is the [[LaTeX]] package for processing citation references that is commonly used in conjunction with biber.<ref>{{Cite web |url=https://www.ctan.org/pkg/biblatex?lang=en |title=BibLaTeX – Sophisticated Bibliographies in LaTeX |website=CTAN.org |access-date=3 February 2017}}</ref> |
|||
Some LaTeX packages have an explicit dependence on BibTeX itself and will not work with biber. |
|||
The most important example is [[natbib]], |
|||
which provides style options for citation references.<ref name="natbibdoc">http://texdoc.net/texmf-dist/doc/latex/natbib/natbib.pdf</ref> |
|||
However, [[natbib]] functionality can largely be recovered by using the natibib option to [[biblatex]], |
|||
which is the [[LaTeX]] package for processing citation references that is commonly used in conjunction with biber.<ref>https://www.ctan.org/pkg/biblatex?lang=en</ref> |
|||
==References== |
==References== |
||
{{ |
{{Reflist}} |
||
==External links== |
==External links== |
||
Line 48: | Line 42: | ||
*[http://tex.stackexchange.com/questions/25701/bibtex-vs-biber-and-biblatex-vs-natbib/25702#25702 Explanation of biber vs BibTeX, biblatex vs natbib] |
*[http://tex.stackexchange.com/questions/25701/bibtex-vs-biber-and-biblatex-vs-natbib/25702#25702 Explanation of biber vs BibTeX, biblatex vs natbib] |
||
*[http://tex.stackexchange.com/questions/5091/what-to-do-to-switch-to-biblatex#5105 How to transition from natbib/bibtex to biber] |
*[http://tex.stackexchange.com/questions/5091/what-to-do-to-switch-to-biblatex#5105 How to transition from natbib/bibtex to biber] |
||
{{LaTeX navbox}} |
{{LaTeX navbox}} |
||
Latest revision as of 13:29, 16 March 2024
Original author(s) | Philip Kime and François Charette[1] |
---|---|
Developer(s) | Philip Kime, Ken Brown, Nikola Lečić, François Charette, moewe, Alexander Krumeich, Boris Veytsman, Apostolos Syropoulos[2][3] |
Stable release | |
Repository | github |
Written in | Perl |
Platform | Cross-platform |
Available in | English |
License | Artistic License 2.0 |
Website | Official website |
Biber is a bibliography information processing program that works in conjunction with the LaTeX package BibLaTeX and offers full Unicode support.[4]
Biber is a widely used replacement for the BibTeX software. Both generate a bibliography in LaTeX, but Biber offers a large superset of BibTeX functionality. It also offers full Unicode support, which is hard to achieve with BibTeX. Given the same data file as input, biber should output a functionally identical .bbl file as BibTeX.[4]
Biber is written in Perl and includes the following features:
- full Unicode support
- user-definable mapping and suppression of fields
- multiple bibliography lists
- no memory limitations, and extensibility.
Some LaTeX packages have an explicit dependence on BibTeX itself and will not work with biber. The most important example is natbib, which provides style options for citation references.[5] However, natbib functionality can largely be recovered by using the natbib option to BibLaTeX, which is the LaTeX package for processing citation references that is commonly used in conjunction with biber.[6]
References
[edit]- ^ "plk/biber: Backend processor for BibLaTeX". GitHub. 26 August 2019. Retrieved 30 August 2019.
- ^ "Contributors to plk/biber". GitHub. Retrieved 30 August 2019.
- ^ "Biber Project Member List". SourceForge. Retrieved 30 August 2019.
- ^ a b "Biber: A BibTeX replacement for users of BibLaTeX". biblatex-biber.sourceforge.net. Retrieved 26 January 2013.
- ^ Daly, Patrick W. "Natural Sciences Citations and References (Author–Year and Numerical Schemes) [natbib.pdf]" (PDF). texdoc.net. Archived from the original (PDF) on 2021-01-18. Retrieved 3 February 2017.
- ^ "BibLaTeX – Sophisticated Bibliographies in LaTeX". CTAN.org. Retrieved 3 February 2017.