biblatex and Biber online

Run biblatex and Biber online in your browser: modern citation styles with Unicode sorting, and no Perl to install.

First page of the biblatex (Biber) example, compiled with biblatex (Biber)

Open in LaTeX.to Download the example (zip)

How to run biblatex (Biber) on LaTeX.to

Everything runs in your browser: nothing to install, no login, no compile timeout.

What biblatex and Biber are

biblatex is a LaTeX package. It replaces \bibliographystyle and \bibliography with \usepackage[style=...]{biblatex}, \addbibresource{file.bib} and \printbibliography, and formats every entry with LaTeX macros rather than a .bst file, so a style is something you can read and adjust. Biber is the program biblatex runs between LaTeX passes to read the .bib, sort it and write the data back. It replaced BibTeX for that job because BibTeX is 8-bit and Biber reads Unicode, sorts by locale, and knows fields BibTeX never heard of.

The example on this page is an article with style=authoryear, three kinds of entries including an @online one, and \parencite, \textcite and \autocite in the text. On LaTeX.to the whole loop runs from one Ctrl+Enter:

When to use it

biblatex vs BibTeX

The same .bib file works with both, so switching needs no conversion. The full comparison is on BibTeX vs biblatex.

Common errors

More engines: BibTeX and all engines. Compare: BibTeX vs biblatex.