source: pst/typesetting/biber.xml@ b2e07d20

systemd-13485
Last change on this file since b2e07d20 was 678c25bd, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd) Sync to trunk r17403

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17404 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.5 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 <!-- for 2.5 the directory is current instead of 2.5 -->
8 <!ENTITY biber-download-http "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/current/biblatex-biber.tar.gz">
9 <!ENTITY biber-download-ftp " ">
10 <!ENTITY biber-md5sum "747c3c86eff58ccbc1b419357f665ebd">
11 <!ENTITY biber-size "816 KB">
12 <!-- buildsize includes the installed biblatex -->
13 <!ENTITY biber-buildsize "31 MB">
14 <!ENTITY biber-time "less than 0.1 SBU (0.83 SBU to run the tests)">
15
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 "322d8f7aec957b2af4e7d3462d0c4818">
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>biblatex-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 &lfs78_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 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
68
69
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>The corresponding version of <application>biblatex</application> is
73 a separate project - the tds tarball is pre-packaged for untarring into
74 the <filename class="directory">texmf-dist</filename> directory.
75 Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
76 </listitem>
77 <listitem>
78 <para>Download MD5 sum: &biblatex-md5sum;</para>
79 </listitem>
80 <listitem>
81 <para>Download size: &biblatex-size;</para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <!-- KFM: because I always get confused by these deps, I've decided
90 to add some comments.
91 Both Config::AutoConf and ExtUtils::LibBuilder are listed as build
92 requirements in Build.PL, the rest are just requirements, but the
93 difference seems moot. Those two are needed to build Text::BibTeX
94 so not listed separately. -->
95 <xref linkend="perl-autovivification"/>
96 <xref linkend="perl-business-isbn"/>
97 <xref linkend="perl-business-ismn"/>
98 <xref linkend="perl-business-issn"/>
99 <xref linkend="perl-class-accessor"/>
100 <xref linkend="perl-data-compare"/>
101 <xref linkend="perl-data-dump"/>
102 <xref linkend="perl-data-uniqid"/>
103 <xref linkend="perl-date-simple"/>
104 <xref linkend="perl-encode-eucjpascii"/>
105 <xref linkend="perl-encode-hanextra"/>
106 <xref linkend="perl-encode-jis2k"/>
107 <xref linkend="perl-file-slurp"/>
108 <!-- IPC::Cmd is a part of core perl -->
109 <xref linkend="perl-ipc-run3"/>
110 <xref linkend="perl-lingua-translit"/>
111 <xref linkend="perl-list-allutils"/>
112 <!-- List::MoreUtils was pulled in for the testsuite of List::AllUtils,
113 but it needs to be present even if people do not run the tests -->
114 <xref linkend="perl-list-moreutils"/>
115 <xref linkend="perl-log-log4perl"/>
116 <!-- I initially misread LWP-Protocol-https as part of libwww-perl
117 when I was preparing this list. In fact, it depends on that -->
118 <xref linkend="perl-lwp-protocol-https"/>
119 <!-- LWP::Simple is part of libwww-perl,
120 that is pulled in by LWP::Protocol::https -->
121 <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly
122 so that the note on automatically installing missing dependencies can be run -->
123 <xref linkend="perl-module-build"/>
124 <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
125 <xref linkend="perl-regexp-common"/>
126 <xref linkend="perl-text-bibtex"/>
127 <xref linkend="perl-text-roman"/>
128 <!-- Collate.pm ships in perl, but is sometimes too old, and we like current
129 versions. Make the latest version required so that everyone is using the
130 same version. In fact, the version in perl-5.20.2 is indeed too old for
131 biber-2.0 -->
132 <xref linkend="perl-unicode-collate"/>
133 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
134 <xref linkend="perl-unicode-linebreak"/>
135 <xref linkend="perl-unicode-normalize"/>
136 <xref linkend="perl-xml-libxml-simple"/>
137 <xref linkend="perl-xml-libxslt"/>
138 <xref linkend="perl-xml-writer"/> and
139 <!-- untarring biblatex requires that the texmf directories already exist -->
140 <xref linkend="texlive"/>
141 (or <xref linkend="tl-installer"/>)
142 </para>
143
144 <bridgehead renderas="sect4">Optional</bridgehead>
145 <para role="optional">
146 <xref linkend="perl-file-which"/> and
147 <xref linkend="perl-test-differences"/> to run the testsuite.
148 </para>
149
150 <note>
151<!-- when a new release appears, use this para and link to sourceforge,
152 until we have a versioned copy at anduin. -->
153 <para>
154 Although the tarball name is unversioned, it will untar to a
155 correctly-versioned biblatex-biber-&biber-version; directory.
156 </para>
157
158 <para>
159 It is almost possible to install (all) missing dependencies automatically.
160 Except, from <application>perl-5.22.0</application> onwards,
161 <xref linkend="perl-module-build"/> is no longer part of
162 the core perl distribution. And for <xref linkend="perl-data-uniqid"/>
163 we have to patch it to skip over a test which always fails - that
164 failing test will probably break the automatic install. To
165 automatically install the remaining perl dependencies you will need
166 to manually install those modules first.
167 You can then run <command>perl ./Build.PL</command> and when it
168 prompts you, become the root user and run
169 <command>./Build installdeps</command>
170 </para>
171 </note>
172
173 <para condition="html" role="usernotes">User Notes:
174 <ulink url='&blfs-wiki;/biber'/></para>
175
176 </sect2>
177
178 <sect2 role="installation">
179 <title>Installation of Biber</title>
180
181 <para>Install <application>Biber</application> by running the following
182 commands:</para>
183
184<screen><userinput>perl ./Build.PL &amp;&amp;
185./Build</userinput></screen>
186
187 <para>To test the results, enter: <command>./Build test</command> - you will
188 require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Test 12 of t/sort-order.t
189 will fail : for
190 speed the tests use system locales instead of the default Unicode::Collation
191 algorithm, and some minor details of the locales in OSX (where development
192 takes place) differ from those in <application>glibc</application></para>
193
194 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
195
196<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
197texhash &amp;&amp;
198./Build install</userinput></screen>
199
200 </sect2>
201
202 <sect2 role="commands">
203 <title>Command Explanations</title>
204
205 <para>
206 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
207 /opt/texlive/&texlive-year;/texmf-dist</command>:
208 this installs the new <application>biblatex</application> files over those
209 installed by <application>texlive</application>.
210 </para>
211
212 <para>
213 <command>texhash</command> : this updates the file hash tables (otherwise
214 known as the file name database).
215 </para>
216
217 </sect2>
218
219 <sect2 role="content">
220 <title>Contents</title>
221
222 <segmentedlist>
223 <segtitle>Installed Programs</segtitle>
224 <segtitle>Installed Library</segtitle>
225 <segtitle>Installed Directory</segtitle>
226
227 <seglistitem>
228 <seg>biber</seg>
229 <seg>None</seg>
230 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
231 </seglistitem>
232 </segmentedlist>
233
234 <variablelist>
235 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
236 <?dbfo list-presentation="list"?>
237 <?dbhtml list-presentation="table"?>
238
239 <varlistentry id="biber-prog">
240 <term><command>biber</command></term>
241 <listitem>
242 <para>is used for producing bibliographies in LaTeX documents.</para>
243 <indexterm zone="biber biber-prog">
244 <primary sortas="b-biber">biber</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.