Biber (LaTeX): Difference between revisions
Appearance
Content deleted Content added
Meatsgains (talk | contribs) wikify page |
Meatsgains (talk | contribs) remove dead internal link |
||
Line 24: | Line 24: | ||
| website = {{URL|http://biblatex-biber.sourceforge.net/}} |
| website = {{URL|http://biblatex-biber.sourceforge.net/}} |
||
}} |
}} |
||
'''Biber''' is a BibTeX replacement for users of |
'''Biber''' is a BibTeX replacement for users of biblatex. Biblatex relies on BibTeX only for sorting and generating a very generic .bbl file. Biber eliminates the need for BibTeX. It includes a pure [[perl]] BibTeX parser. Given the same data file as input, biber should output a functionally identical .bbl file as BibTeX. The advantages of no longer being dependent upon BibTeX include the following: full Unicode support, no memory limitations, and extensibility. |
||
==External links== |
==External links== |
Revision as of 06:09, 15 December 2012
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
No issues specified. Please specify issues, or remove this template. |
Stable release | 1.2
/ August 16, 2012 |
---|---|
Repository | |
Platform | Cross-platform |
License | Artistic License 2.0 |
Website | biblatex-biber |
Biber is a BibTeX replacement for users of biblatex. Biblatex relies on BibTeX only for sorting and generating a very generic .bbl file. Biber eliminates the need for BibTeX. It includes a pure perl BibTeX parser. Given the same data file as input, biber should output a functionally identical .bbl file as BibTeX. The advantages of no longer being dependent upon BibTeX include the following: full Unicode support, no memory limitations, and extensibility.
External links
- Biber on SourceForge