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 "https://github.com/plk/biber/archive/v&biber-version;.tar.gz">
|
---|
8 | <!ENTITY biber-download-ftp " ">
|
---|
9 | <!ENTITY biber-md5sum "e1804c7efca29f4f576523f0fafaa952">
|
---|
10 | <!ENTITY biber-size "1.3 MB">
|
---|
11 | <!-- buildsize includes the installed biblatex -->
|
---|
12 | <!ENTITY biber-buildsize "36 MB">
|
---|
13 | <!ENTITY biber-time "0.4 SBU including tests">
|
---|
14 |
|
---|
15 | <!-- Check path. Directory might not be &biblatex-version; if a suffixed update -->
|
---|
16 | <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
|
---|
17 | <!ENTITY biblatex-download-ftp "">
|
---|
18 | <!ENTITY biblatex-md5sum "2d4867166599fd707ee644452a075174">
|
---|
19 | <!ENTITY biblatex-size "19 MB">
|
---|
20 |
|
---|
21 | ]>
|
---|
22 |
|
---|
23 | <sect1 id="biber" xreflabel="biber-&biber-version;">
|
---|
24 | <?dbhtml filename="biber.html"?>
|
---|
25 |
|
---|
26 | <sect1info>
|
---|
27 | <othername>$LastChangedBy$</othername>
|
---|
28 | <date>$Date$</date>
|
---|
29 | </sect1info>
|
---|
30 |
|
---|
31 | <title>biber-&biber-version;</title>
|
---|
32 |
|
---|
33 | <indexterm zone="biber">
|
---|
34 | <primary sortas="a-biber">Biber</primary>
|
---|
35 | </indexterm>
|
---|
36 |
|
---|
37 | <sect2 role="package">
|
---|
38 | <title>Introduction to biber</title>
|
---|
39 |
|
---|
40 | <para>Biber is a BibTeX replacement for users of biblatex, written in
|
---|
41 | <application>Perl</application>, with full Unicode support.</para>
|
---|
42 |
|
---|
43 | &lfs83_checked;
|
---|
44 |
|
---|
45 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
46 | <itemizedlist spacing="compact">
|
---|
47 | <listitem>
|
---|
48 | <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Download MD5 sum: &biber-md5sum;</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Download size: &biber-size;</para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>Estimated disk space required: &biber-buildsize;</para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>Estimated build time: &biber-time;</para>
|
---|
64 | </listitem>
|
---|
65 | </itemizedlist>
|
---|
66 |
|
---|
67 | <note>
|
---|
68 | <para>
|
---|
69 | The <application>biber</application> source tarball shown above
|
---|
70 | downloads with the correct name, biber-&biber-version;.tar.gz,
|
---|
71 | if using a browser such as Firefox. If you prefer to use a command line
|
---|
72 | program such as wget, you normally would obtain
|
---|
73 | v&biber-version;.tar.gz. To obtain this package with the proper
|
---|
74 | filename, run:
|
---|
75 |
|
---|
76 | <screen><userinput>wget -c &biber-download-http; \
|
---|
77 | -O biber-&biber-version;.tar.gz</userinput></screen>.
|
---|
78 | </para>
|
---|
79 | </note>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect3">Required Additional Download</bridgehead>
|
---|
82 |
|
---|
83 | <itemizedlist spacing="compact">
|
---|
84 | <listitem>
|
---|
85 | <para>The corresponding version of <application>biblatex</application> is
|
---|
86 | a separate project - the tds tarball is pre-packaged for untarring into
|
---|
87 | the <filename class="directory">texmf-dist</filename> directory.
|
---|
88 | Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
|
---|
89 | </listitem>
|
---|
90 | <listitem>
|
---|
91 | <para>Download MD5 sum: &biblatex-md5sum;</para>
|
---|
92 | </listitem>
|
---|
93 | <listitem>
|
---|
94 | <para>Download size: &biblatex-size;</para>
|
---|
95 | </listitem>
|
---|
96 | </itemizedlist>
|
---|
97 |
|
---|
98 | <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
|
---|
99 |
|
---|
100 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
101 | <para role="required">
|
---|
102 | <!-- KFM: the order listed in Build.PL is not alphabetical -->
|
---|
103 | <xref linkend="new-perl-autovivification"/>
|
---|
104 | <xref linkend="new-perl-business-isbn"/>
|
---|
105 | <xref linkend="new-perl-business-ismn"/>
|
---|
106 | <xref linkend="new-perl-business-issn"/>
|
---|
107 | <xref linkend="new-perl-class-accessor"/>
|
---|
108 | <xref linkend="new-perl-data-compare"/>
|
---|
109 | <xref linkend="new-perl-data-dump"/>
|
---|
110 | <xref linkend="new-perl-data-uniqid"/>
|
---|
111 | <xref linkend="perl-datetime-calendar-julian"/>
|
---|
112 | <xref linkend="perl-datetime-format-builder"/>
|
---|
113 | <xref linkend="new-perl-encode-eucjpascii"/>
|
---|
114 | <xref linkend="new-perl-encode-hanextra"/>
|
---|
115 | <xref linkend="new-perl-encode-jis2k"/>
|
---|
116 | <xref linkend="new-perl-file-slurper"/>
|
---|
117 | <xref linkend="new-perl-perlio-utf8_strict"/>
|
---|
118 | <!-- IPC::Cmd is a part of core perl -->
|
---|
119 | <xref linkend="new-perl-ipc-run3"/>
|
---|
120 | <xref linkend="new-perl-lingua-translit"/>
|
---|
121 | <xref linkend="new-perl-list-allutils"/>
|
---|
122 | <xref linkend="new-perl-list-moreutils"/>
|
---|
123 | <!-- new-perl-list-moreutils-xs is a dep of new-perl-lsit-moreutils -->
|
---|
124 | <xref linkend="new-perl-log-log4perl"/>
|
---|
125 | <!-- I initially misread LWP-Protocol-https as part of libwww-perl
|
---|
126 | when I was preparing this list. In fact, it depends on that -->
|
---|
127 | <xref linkend="perl-lwp-protocol-https"/>
|
---|
128 | <!-- LWP::Simple is part of libwww-perl,
|
---|
129 | that is pulled in by LWP::Protocol::https -->
|
---|
130 | <xref linkend="new-perl-module-build"/>
|
---|
131 | <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
|
---|
132 | <xref linkend="new-perl-regexp-common"/>
|
---|
133 | <xref linkend="new-perl-sort-key"/>
|
---|
134 | <xref linkend="new-perl-text-bibtex"/>
|
---|
135 | <xref linkend="new-perl-text-csv"/>
|
---|
136 | <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
|
---|
137 | <xref linkend="new-perl-text-roman"/>
|
---|
138 | <!-- Unicode-Collate usually needs to be latest when biber is released,
|
---|
139 | core perl is usually older. To read the core version, look at
|
---|
140 | /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
|
---|
141 | <xref linkend="new-perl-unicode-collate"/>
|
---|
142 | <!-- Unicode::GCstring is part of Unicode::LineBreak -->
|
---|
143 | <xref linkend="new-perl-unicode-linebreak"/>
|
---|
144 | <!-- Unicode::Normalize is part of core perl, found in
|
---|
145 | /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
|
---|
146 | <!-- FIXME URI is probably a dep in the lwp or libwww area -->
|
---|
147 | <!-- XML::LibXML is a dependency of XML::LibXML::Simple -->
|
---|
148 | <xref linkend="new-perl-xml-libxml-simple"/>
|
---|
149 | <xref linkend="new-perl-xml-libxslt"/>
|
---|
150 | <xref linkend="new-perl-xml-writer"/> and
|
---|
151 | <!-- untarring biblatex requires that the texmf directories already exist -->
|
---|
152 | <xref linkend="texlive"/>
|
---|
153 | (or <xref linkend="tl-installer"/>)
|
---|
154 | </para>
|
---|
155 |
|
---|
156 | <note> <!-- assume people with an old release may be slowly building things -->
|
---|
157 | <para>This version of <application>biber</application> requires at least
|
---|
158 | <application>perl-5.26.0</application>. If you are using an older version
|
---|
159 | of <command>perl</command> you may prefer to install v2.7 - for that see
|
---|
160 | the BLFS-8.1 book.</para>
|
---|
161 | </note>
|
---|
162 |
|
---|
163 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
164 | <para role="optional">
|
---|
165 | <xref linkend="perl-file-which"/> and
|
---|
166 | <xref linkend="perl-test-differences"/> to run the testsuite
|
---|
167 | </para>
|
---|
168 |
|
---|
169 | <note>
|
---|
170 | <para>
|
---|
171 | It is possible to install all missing dependencies automatically.
|
---|
172 | But from <application>perl-5.22.0</application> onwards,
|
---|
173 | <xref linkend="new-perl-module-build"/> is no longer part of the core perl
|
---|
174 | distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to
|
---|
175 | patch it to skip over a test which always fails - that failing test may
|
---|
176 | break the automatic install.--> To automatically install the remaining perl
|
---|
177 | <!-- dependencies you can install that module first using <xref
|
---|
178 | linkend="perl-alternatives"/>. then run <command>perl ./Build.PL</command> -->
|
---|
179 | dependencies you can install that module first using <xref
|
---|
180 | linkend="new-perl-auto-install"/>. then run <command>perl ./Build.PL</command>
|
---|
181 | and when it prompts you, become the root user and run
|
---|
182 | <command>./Build installdeps</command>
|
---|
183 | </para>
|
---|
184 | </note>
|
---|
185 |
|
---|
186 | <para condition="html" role="usernotes">User Notes:
|
---|
187 | <ulink url='&blfs-wiki;/biber'/></para>
|
---|
188 |
|
---|
189 | </sect2>
|
---|
190 |
|
---|
191 | <sect2 role="installation">
|
---|
192 | <title>Installation of Biber</title>
|
---|
193 |
|
---|
194 | <para>Install <application>Biber</application> by running the following
|
---|
195 | commands:</para>
|
---|
196 |
|
---|
197 | <screen><userinput>perl ./Build.PL &&
|
---|
198 | ./Build</userinput></screen>
|
---|
199 |
|
---|
200 | <para>To test the results, enter: <command>./Build test</command></para>
|
---|
201 |
|
---|
202 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
203 |
|
---|
204 | <screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &&
|
---|
205 | texhash &&
|
---|
206 | ./Build install</userinput></screen>
|
---|
207 |
|
---|
208 | </sect2>
|
---|
209 |
|
---|
210 | <sect2 role="commands">
|
---|
211 | <title>Command Explanations</title>
|
---|
212 |
|
---|
213 | <para>
|
---|
214 | <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
|
---|
215 | /opt/texlive/&texlive-year;/texmf-dist</command>:
|
---|
216 | this installs the new <application>biblatex</application> files over those
|
---|
217 | installed by <application>texlive</application>.
|
---|
218 | </para>
|
---|
219 |
|
---|
220 | <para>
|
---|
221 | <command>texhash</command> : this updates the file hash tables (otherwise
|
---|
222 | known as the file name database).
|
---|
223 | </para>
|
---|
224 |
|
---|
225 | </sect2>
|
---|
226 |
|
---|
227 | <sect2 role="content">
|
---|
228 | <title>Contents</title>
|
---|
229 |
|
---|
230 | <segmentedlist>
|
---|
231 | <segtitle>Installed Programs</segtitle>
|
---|
232 | <segtitle>Installed Library</segtitle>
|
---|
233 | <segtitle>Installed Directory</segtitle>
|
---|
234 |
|
---|
235 | <seglistitem>
|
---|
236 | <seg>biber</seg>
|
---|
237 | <seg>None</seg>
|
---|
238 | <seg>/usr/lib/perl5/site_perl/5.*{,/<arch>-linux/auto}/Biber</seg>
|
---|
239 | </seglistitem>
|
---|
240 | </segmentedlist>
|
---|
241 |
|
---|
242 | <variablelist>
|
---|
243 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
244 | <?dbfo list-presentation="list"?>
|
---|
245 | <?dbhtml list-presentation="table"?>
|
---|
246 |
|
---|
247 | <varlistentry id="biber-prog">
|
---|
248 | <term><command>biber</command></term>
|
---|
249 | <listitem>
|
---|
250 | <para>is used for producing bibliographies in LaTeX documents.</para>
|
---|
251 | <indexterm zone="biber biber-prog">
|
---|
252 | <primary sortas="b-biber">biber</primary>
|
---|
253 | </indexterm>
|
---|
254 | </listitem>
|
---|
255 | </varlistentry>
|
---|
256 |
|
---|
257 | </variablelist>
|
---|
258 |
|
---|
259 | </sect2>
|
---|
260 |
|
---|
261 | </sect1>
|
---|