source: pst/typesetting/biber.xml@ 684bf6b4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 684bf6b4 was a206343, checked in by Ken Moffat <ken@…>, 5 years ago

Trunk: merge perl modules branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20709 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 <!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="new-perl-datetime-calendar-julian"/>
112 <xref linkend="new-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 <!-- perl-list-moreutils-xs is a dep of perl-list-moreutils -->
124 <xref linkend="new-perl-log-log4perl"/>
125 <xref linkend="new-perl-lwp-protocol-https"/>
126 <!-- LWP::Simple is part of perl-libwww-perl,
127 that is pulled in by perl-lwp-protocol-https
128 and that pulls in perl-uri -->
129 <xref linkend="new-perl-module-build"/>
130 <!-- Mozilla::CA should not be needed when using system certificates -->
131 <xref linkend="new-perl-regexp-common"/>
132 <xref linkend="new-perl-sort-key"/>
133 <xref linkend="new-perl-text-bibtex"/>
134 <xref linkend="new-perl-text-csv"/>
135 <!-- perl-text-csv_xs is a recommended dependency for perl-text-csv -->
136 <xref linkend="new-perl-text-roman"/>
137 <!-- Unicode-Collate usually needs to be latest when biber is released,
138 core perl is usually older. To read the core version, look at
139 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
140 <xref linkend="new-perl-unicode-collate"/>
141 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
142 <xref linkend="new-perl-unicode-linebreak"/>
143 <!-- Unicode::Normalize is part of core perl, found in
144 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
145 <!-- perl-xml-libxml is a dependency of perl-xml-libxml-simple -->
146 <xref linkend="new-perl-xml-libxml-simple"/>
147 <xref linkend="new-perl-xml-libxslt"/>
148 <xref linkend="new-perl-xml-writer"/> and
149 <!-- untarring biblatex requires that the texmf directories already exist -->
150 <xref linkend="texlive"/>
151 (or <xref linkend="tl-installer"/>, but for that you can use
152 <command>tlmgr update </command>)
153 </para>
154
155 <note> <!-- assume people with an old release may be slowly building things -->
156 <para>This version of <application>biber</application> requires at least
157 <application>perl-5.26.0</application>. If you are using an older version
158 of <command>perl</command> you may prefer to install v2.7 - for that see
159 the BLFS-8.1 book.</para>
160 </note>
161
162 <bridgehead renderas="sect4">Optional</bridgehead>
163 <para role="optional">
164 <xref linkend="new-perl-file-which"/> and
165 <xref linkend="new-perl-test-differences"/> (both required for the testsuite)
166 </para>
167
168 <note>
169 <para>
170 It is possible to install all missing dependencies automatically.
171 But from <application>perl-5.22.0</application> onwards,
172 <xref linkend="new-perl-module-build"/> is no longer part of the core perl
173 distribution. To automatically install the remaining perl
174 dependencies you can install that module first using <xref
175 linkend="new-perl-auto-install"/>. then run <command>perl ./Build.PL</command>
176 and when it prompts you, become the root user and run
177 <command>./Build installdeps</command>
178 </para>
179 </note>
180
181 <para condition="html" role="usernotes">User Notes:
182 <ulink url='&blfs-wiki;/biber'/></para>
183
184 </sect2>
185
186 <sect2 role="installation">
187 <title>Installation of Biber</title>
188
189 <para>Install <application>Biber</application> by running the following
190 commands:</para>
191
192<screen><userinput>perl ./Build.PL &amp;&amp;
193./Build</userinput></screen>
194
195 <para>To test the results, enter: <command>./Build test</command></para>
196
197 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
198
199<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
200texhash &amp;&amp;
201./Build install</userinput></screen>
202
203 </sect2>
204
205 <sect2 role="commands">
206 <title>Command Explanations</title>
207
208 <para>
209 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
210 /opt/texlive/&texlive-year;/texmf-dist</command>:
211 this installs the new <application>biblatex</application> files over those
212 installed by <application>texlive</application>.
213 </para>
214
215 <para>
216 <command>texhash</command> : this updates the file hash tables (otherwise
217 known as the file name database).
218 </para>
219
220 </sect2>
221
222 <sect2 role="content">
223 <title>Contents</title>
224
225 <segmentedlist>
226 <segtitle>Installed Programs</segtitle>
227 <segtitle>Installed Library</segtitle>
228 <segtitle>Installed Directory</segtitle>
229
230 <seglistitem>
231 <seg>biber</seg>
232 <seg>None</seg>
233 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
234 </seglistitem>
235 </segmentedlist>
236
237 <variablelist>
238 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
239 <?dbfo list-presentation="list"?>
240 <?dbhtml list-presentation="table"?>
241
242 <varlistentry id="biber-prog">
243 <term><command>biber</command></term>
244 <listitem>
245 <para>is used for producing bibliographies in LaTeX documents.</para>
246 <indexterm zone="biber biber-prog">
247 <primary sortas="b-biber">biber</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 </sect2>
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.