source: pst/typesetting/biber.xml@ 0a88bd98

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 lazarus lxqt 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 0a88bd98 was 0a88bd98, checked in by Ken Moffat <ken@…>, 7 years ago

Tags

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

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