source: pst/typesetting/biber.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 12.7 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<!--
8 When a proper url is not evident, github will download with
9 https://github.com/ <path> /archive/<version>/<name>-<version>.tar.<compression>
10
11 <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;.tar.gz">
12-->
13 <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;/biber-&biber-version;.tar.gz">
14 <!ENTITY biber-download-ftp " ">
15 <!ENTITY biber-md5sum "fafae81d8ae67314692e2b646024fa98">
16 <!ENTITY biber-size "1.6 MB">
17 <!-- Buildsize includes the installed biblatex, except that what matters is
18 the difference from the files shipped by texlive, so usually the addition is
19 minimal. Copy full texmf to somewhere for working, measure with du -shm,
20 then install biblatex over the top of it and remeasure.
21 For 3.16, texmf grows by 3MB -->
22 <!ENTITY biber-buildsize "18 MB"> <!-- 14+1.6 rounds to 15M, add 3M for biblatex in texmf-->
23 <!ENTITY biber-time "0.5 SBU including tests">
24
25 <!-- Check path. Directory might not be &biblatex-version; if a suffixed update -->
26 <!-- for normal unsuffixed version: e.g. for 3.15a
27 <!ENTITY biblatex-download-http "https://sourceforge.net/projects/biblatex/files/biblatex-3.15/biblatex-&biblatex-version;.tds.tgz"> -->
28 <!ENTITY biblatex-download-http "https://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
29 <!ENTITY biblatex-download-ftp "">
30 <!ENTITY biblatex-md5sum "30342c8ef5309e838968fcb06a314a36">
31 <!ENTITY biblatex-size "20 MB">
32
33]>
34
35<sect1 id="biber" xreflabel="biber-&biber-version;">
36 <?dbhtml filename="biber.html"?>
37
38 <sect1info>
39 <date>$Date$</date>
40 </sect1info>
41
42 <title>biber-&biber-version;</title>
43
44 <indexterm zone="biber">
45 <primary sortas="a-biber">Biber</primary>
46 </indexterm>
47
48 <sect2 role="package">
49 <title>Introduction to biber</title>
50
51 <para>
52 Biber is a BibTeX replacement for users of biblatex, written in
53 <application>Perl</application>, with full Unicode support.
54 </para>
55
56 &lfs101_checked;
57
58 <!-- note for editors: you can test this by using the latest version
59 of the latex-test tarball from
60 http://www.linuxfromscratch.org/~ken/tex-testfiles/
61 using ./configure (to create the Makefile) and then making the
62 following targets:
63 biblatex-unibiber and biblatex-biber (these just use pdflatex
64 and biber, biblatex-unibiber is more important, it uses UTF-8)
65 bibxelatex (uses xelatex and biber, needs TTF or OTF fonts and
66 in particular coverage of simplified Chinese and Japanese, and
67 optionally Korean - installed fonts for CJK can be specified to
68 configure if they are not found)
69 remote1 and remote2 (pdflatex and biber, for use with manually
70 installed perl modules, i.e. without Mozilla::CA, to prove that
71 remote references work).
72 In all cases the output PDF should include references at the
73 end, the Makefile does not check that for the remote tests. -->
74
75 <bridgehead renderas="sect3">Package Information</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Download (HTTP): <ulink url="&biber-download-http;"/>
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Download (FTP): <ulink url="&biber-download-ftp;"/>
85 </para>
86 </listitem>
87 <listitem>
88 <para>
89 Download MD5 sum: &biber-md5sum;
90 </para>
91 </listitem>
92 <listitem>
93 <para>
94 Download size: &biber-size;
95 </para>
96 </listitem>
97 <listitem>
98 <para>
99 Estimated disk space required: &biber-buildsize;
100 </para>
101 </listitem>
102 <listitem>
103 <para>
104 Estimated build time: &biber-time;
105 </para>
106 </listitem>
107 </itemizedlist>
108
109 <note>
110<!--
111 <para>
112 The <application>biber</application> source tarball shown above
113 downloads with the correct name, biber-&biber-version;.tar.gz,
114 if using a browser such as Firefox. If you prefer to use a command line
115 program such as wget, you normally would obtain
116 v&biber-version;.tar.gz. To obtain this package with the proper
117 filename, run:
118
119<screen><userinput>wget -c &biber-download-http; \
120 -O biber-&biber-version;.tar.gz</userinput></screen>.
121 </para>
122-->
123 <para>
124 If you have updated to a new release of texlive-source, biber and its
125 perl dependencies are still present in <filename
126 class="directory">/usr</filename> and do not need to be rebuilt.
127 However, biblatex installs in <filename
128 class="directory">/opt/texlive/&texlive-year;</filename> and does
129 need to be reinstalled.
130 </para>
131
132 <para>
133 If you installed the above dependencies using the BLFS instructions
134 for each of them, <command>perl ./Build.PL</command> will complain
135 that Mozilla::CA is not installed, but that is not needed unless
136 CPAN was used to install the modules. BLFS patches LWP::Protocol::https
137 to use the system certificates, Mozilla::CA uses old certificates.
138 </para>
139
140<!-- <para> ##commented as a reminder that sooner or later it will need a
141 newer version than our current or last but one release ##
142 This version of biber requires <application>perl-5.30</application>
143 or later. If you are still using the 8.4 version of BLFS you may
144 wish to build the 2.13 version: see the 8.4 book noting that
145 biblatex-3.13 has been replaced by biblatex-3.13a upstream.
146 </para>-->
147 </note>
148
149 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
150
151 <itemizedlist spacing="compact">
152 <listitem>
153 <para>
154 The corresponding version of <application>biblatex</application> is
155 a separate project - the tds tarball is pre-packaged for untarring
156 into the <filename class="directory">texmf-dist</filename>
157 directory. Download (HTTP): <ulink url="&biblatex-download-http;"/>
158 </para>
159 </listitem>
160 <listitem>
161 <para>
162 Download MD5 sum: &biblatex-md5sum;
163 </para>
164 </listitem>
165 <listitem>
166 <para>
167 Download size: &biblatex-size;
168 </para>
169 </listitem>
170 <!-- <listitem>
171 <para>
172 Required patch:
173 <ulink url="&patch-root;/biber-&biber-version;-test_fixes-1.patch"/>
174 </para>
175 </listitem>-->
176 </itemizedlist>
177
178 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
179
180 <bridgehead renderas="sect4">Required</bridgehead>
181 <para role="required">
182 <!-- KFM: the order listed in Build.PL is not alphabetical -->
183 <xref linkend="perl-autovivification"/>
184 <xref linkend="perl-business-isbn"/>
185 <xref linkend="perl-business-ismn"/>
186 <xref linkend="perl-business-issn"/>
187 <xref linkend="perl-class-accessor"/>
188 <xref linkend="perl-data-compare"/>
189 <xref linkend="perl-data-dump"/>
190 <xref linkend="perl-data-uniqid"/>
191 <xref linkend="perl-datetime-calendar-julian"/>
192 <xref linkend="perl-datetime-format-builder"/>
193 <xref linkend="perl-encode-eucjpascii"/>
194 <xref linkend="perl-encode-hanextra"/>
195 <xref linkend="perl-encode-jis2k"/>
196 <xref linkend="perl-file-slurper"/>
197 <xref linkend="perl-io-string"/>
198 <!-- IPC::Cmd is a part of core perl -->
199 <xref linkend="perl-ipc-run3"/>
200 <xref linkend="perl-lingua-translit"/>
201 <xref linkend="perl-list-allutils"/>
202 <xref linkend="perl-list-moreutils"/>
203 <!-- perl-list-moreutils-xs is a dep of perl-list-moreutils -->
204 <xref linkend="perl-log-log4perl"/>
205 <xref linkend="perl-lwp-protocol-https"/>
206 <!-- LWP::Simple is part of perl-libwww-perl,
207 that is pulled in by perl-lwp-protocol-https
208 and that pulls in perl-uri -->
209 <xref linkend="perl-module-build"/>
210 <xref linkend="perl-parse-recdescent"/>
211 <xref linkend="perl-perlio-utf8_strict"/>
212 <!-- Mozilla::CA should not be needed when using system certificates -->
213 <xref linkend="perl-regexp-common"/>
214 <xref linkend="perl-sort-key"/>
215 <xref linkend="perl-text-bibtex"/>
216 <xref linkend="perl-text-csv"/>
217 <!-- perl-text-csv_xs is a recommended dependency for perl-text-csv -->
218 <xref linkend="perl-text-roman"/>
219 <!-- Unicode-Collate usually needs to be latest when biber is released,
220 core perl is usually older. To read the core version, look at
221 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
222 <xref linkend="perl-unicode-collate"/>
223 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
224 <xref linkend="perl-unicode-linebreak"/>
225 <!-- Unicode::Normalize is part of core perl, found in
226 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
227 <!-- perl-xml-libxml is a dependency of perl-xml-libxml-simple -->
228 <xref linkend="perl-xml-libxml-simple"/>
229 <xref linkend="perl-xml-libxslt"/>
230 <xref linkend="perl-xml-writer"/> and
231 <!-- untarring biblatex requires that the texmf directories already exist -->
232 <xref linkend="texlive"/>
233 (or <xref linkend="tl-installer"/>, but for that you can use
234 <command>tlmgr update</command>)
235 </para>
236
237 <bridgehead renderas="sect4">Recommended (required for the testsuite)</bridgehead>
238 <para role="recommended">
239 <xref linkend="perl-file-which"/> and
240 <xref linkend="perl-test-differences"/>
241 </para>
242
243 <note>
244 <para>
245 It is possible to install all missing dependencies automatically. You
246 must first install <xref linkend="perl-module-build"/> using <xref
247 linkend="perl-auto-install"/>. Then run <command>perl
248 ./Build.PL</command> and when it prompts you, become the root user
249 and run <command>./Build installdeps</command> - this will use CPAN
250 and as noted above it will use Mozilla::CA instead of using system
251 certificates.
252 </para>
253 </note>
254
255 <para condition="html" role="usernotes">User Notes:
256 <ulink url='&blfs-wiki;/biber'/></para>
257
258 </sect2>
259
260 <sect2 role="installation">
261 <title>Installation of Biber</title>
262
263 <para>
264 Install <application>Biber</application> by running the following
265 commands:
266 </para>
267
268<!--<para>
269 First apply a patch so that the testsuite will pass with
270 the changes to hash formats in Unicode::Collates-1.29:
271 </para>
272
273<screen><userinput remap="pre">patch -p1 -i ../biber-&biber-version;-test_fixes-1.patch</userinput></screen>-->
274
275<screen><userinput>perl ./Build.PL &amp;&amp;
276./Build</userinput></screen>
277
278 <para>
279 To test the results, enter: <command>./Build test</command>
280 </para>
281
282 <para>
283 Now, as the <systemitem class="username">root</systemitem> user:
284 </para>
285
286<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
287texhash &amp;&amp;
288./Build install</userinput></screen>
289
290 </sect2>
291
292 <sect2 role="commands">
293 <title>Command Explanations</title>
294
295 <para>
296 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
297 /opt/texlive/&texlive-year;/texmf-dist</command>:
298 this installs the new <application>biblatex</application> files over those
299 installed by <application>texlive</application>.
300 </para>
301
302 <para>
303 <command>texhash</command> : this updates the file hash tables (otherwise
304 known as the file name database).
305 </para>
306
307 </sect2>
308
309 <sect2 role="content">
310 <title>Contents</title>
311
312 <segmentedlist>
313 <segtitle>Installed Programs</segtitle>
314 <segtitle>Installed Library</segtitle>
315 <segtitle>Installed Directory</segtitle>
316
317 <seglistitem>
318 <seg>biber</seg>
319 <seg>None</seg>
320 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
321 </seglistitem>
322 </segmentedlist>
323
324 <variablelist>
325 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
326 <?dbfo list-presentation="list"?>
327 <?dbhtml list-presentation="table"?>
328
329 <varlistentry id="biber-prog">
330 <term><command>biber</command></term>
331 <listitem>
332 <para>
333 is used for producing bibliographies in LaTeX documents
334 </para>
335 <indexterm zone="biber biber-prog">
336 <primary sortas="b-biber">biber</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 </variablelist>
342
343 </sect2>
344
345</sect1>
Note: See TracBrowser for help on using the repository browser.