%general-entities; ]> $LastChangedBy$ $Date$ biblatex-biber-&biber-version; Biber Introduction to biber Biber is a BibTeX replacement for users of biblatex, written in Perl. Unusually, the tarball itself is called just biblatex-biber.tar.gz but it will extract to a versioned directory. Please ensure you download it from the correct versioned directory at sourceforge. This version fixes a problem when certain UTF-8 codepoints are used in the "key" value of a bibliography entry and current perl is used. It is shipped in current binary versions of texlive but requires a newer version of biblatex than is in the texlive source. &lfs77_checked; &gcc5_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &biber-md5sum; Download size: &biber-size; Estimated disk space required: &biber-buildsize; Estimated build time: &biber-time; Required Additional Download The corresponding version of biblatex is a separate project - the tds version is pre-packaged for untarring into the texmf-dist directory. Download (HTTP): Download MD5 sum: &biblatex-md5sum; Download size: &biblatex-size; Biber Dependencies Required and Recommended , and (to run the testsuite) It is possible to install (all) missing dependencies automatically. Begin by running perl ./Build.PL and then when it prompts you, become the root user and run ./Build installdeps User Notes: Installation of Biber Install Biber by running the following commands: sed -i 's/use Encode;/&\nuse File::Slurp;\nuse File::Spec;/' \ lib/Biber/LaTeX/Recode.pm && perl ./Build.PL && ./Build To test the results, enter: ./Build test Now, as the root user: tar -xf ../biblatex-&biblatex-version;a.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist && texhash && ./Build install Command Explanations sed -i 's/use Encode;/&\nuse File::Slurp;\nuse File::Spec;/' ...: this sed fixes a runtime error with current perl. tar -xf biblatex-&biblatex-version;a.tds.tar.gz -C /opt/texlive/&texlive-year;/texmf-dist: this installs the new biblatex files over the previous version. texhash : this updates the file hash tables (otherwise known as the file name database). Contents Installed Programs Installed Library Installed Directory biber None /usr/lib/site_perl/5.*/Biber Short Descriptions biber is used for producing bibliographies in LaTeX documents. biber