source: pst/typesetting/biber.xml@ 3ff910b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3ff910b was 3ff910b, checked in by Ken Moffat <ken@…>, 10 years ago

Counting tags. And the number of the counting shall be three. (sorry, it's getting late, and I've been running my pythonesque xindy test)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14246 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY biber-download-http "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">
8 <!ENTITY biber-download-ftp "">
9 <!ENTITY biber-md5sum "26b2134291ddd7851973a6c385e5545c">
10 <!ENTITY biber-size "2.0 MB">
11 <!ENTITY biber-buildsize "14 MB">
12 <!ENTITY biber-time "less than 0. SBU (0.3 SBU to run the tests)">
13]>
14
15<sect1 id="biber" xreflabel="biber-&biber-version;">
16 <?dbhtml filename="biber.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>biblatex-biber-&biber-version;</title>
24
25 <indexterm zone="biber">
26 <primary sortas="a-biber">Biber</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to biber</title>
31
32 <para>Biber is a BibTeX replacement for users of biblatex, written in
33 <application>Perl</application>. Unusually, the tarball itself is
34 called just biblatex-biber.tar.gz but it will extract to a versioned
35 directory. Please ensure you download it from the correct versioned
36 directory at sourceforge, the 1.9 version is broken as-shipped.</para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &biber-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &biber-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &biber-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &biber-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="perl-autovivification"/>
67 <xref linkend="perl-business-isbn"/>
68 <xref linkend="perl-business-ismn"/>
69 <xref linkend="perl-business-issn"/>
70 <xref linkend="perl-data-compare"/>
71 <xref linkend="perl-date-simple"/>
72 <xref linkend="perl-encode-eucjpascii"/>
73 <xref linkend="perl-encode-hanextra"/>
74 <xref linkend="perl-encode-jis2k"/>
75 <xref linkend="perl-file-slurp"/>
76 <xref linkend="perl-ipc-run3"/>
77 <xref linkend="perl-log-log4perl"/>
78 <xref linkend="perl-lwp"/>
79 <xref linkend="perl-list-allutils"/>
80 <xref linkend="perl-regexp-common"/>
81 <xref linkend="perl-text-bibtex"/>
82 <xref linkend="perl-unicode-collate"/> (only if your version of perl is less than 5.20.0)
83 <xref linkend="perl-unicode-linebreak"/>
84 <xref linkend="perl-xml-libxml-simple"/>
85 <xref linkend="perl-xml-libxslt"/> and
86 <xref linkend="perl-xml-writer"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="required">
91 <xref linkend="perl-readonly-xs"/>, and
92 <xref linkend="perl-file-which"/> (to run the testsuite)
93 </para>
94
95 <bridgehead renderas="sect4">Required (at runtime)</bridgehead>
96 <para role="optional">
97 <xref linkend="texlive"/>
98 </para>
99
100 <note>
101 <para>
102 It is possible to install (all) missing dependencies automatically.
103 Begin by running <command>perl ./Build.PL</command> and then when it
104 prompts you, become the root user and run
105 <command>./Build installdeps</command>
106 </para>
107 </note>
108
109 <para condition="html" role="usernotes">User Notes:
110 <ulink url='&blfs-wiki;/biber'/></para>
111
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of Biber</title>
116
117 <para>Install <application>Biber</application> by running the following
118 commands:</para>
119
120<screen><userinput>perl ./Build.PL &amp;&amp;
121./Build.PL</userinput></screen>
122
123 <para>To test the results, enter: <command>./Build test</command></para>
124
125 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
126
127<screen role="root"><userinput>./Build install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Library</segtitle>
137 <segtitle>Installed Directory</segtitle>
138
139 <seglistitem>
140 <seg>biber</seg>
141 <seg>None</seg>
142 <seg>/usr/lib/site_perl/5.*/Biber</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="biber-prog">
152 <term><command>biber</command></term>
153 <listitem>
154 <para>is used for producing bibliographies in LaTeX documents.</para>
155 <indexterm zone="biber biber-prog">
156 <primary sortas="b-biber">biber</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.