source: pst/typesetting/biber.xml@ fb7ec07

elogind
Last change on this file since fb7ec07 was fb7ec07, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21661.

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

  • Property mode set to 100644
File size: 9.8 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 "2bbaffa7af5fedbcede60cfeaf56cd7c">
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 "b15453a9b9aa7df55e0a9f82a50c8ffa">
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 &lfs84_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
80 <para>
81 If you have updated to a new release of texlive-source, biber and its
82 perl dependencies are still in present in <filename
83 class="directory">/usr</filename> and do not need to be rebuilt. However,
84 biblatex installs in <filename
85 class="directory">/opt/texlive/&texlive-year;</filename> and does need to
86 be reinstalled.
87 </para>
88 </note>
89
90 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
91
92 <itemizedlist spacing="compact">
93 <listitem>
94 <para>The corresponding version of <application>biblatex</application> is
95 a separate project - the tds tarball is pre-packaged for untarring into
96 the <filename class="directory">texmf-dist</filename> directory.
97 Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
98 </listitem>
99 <listitem>
100 <para>Download MD5 sum: &biblatex-md5sum;</para>
101 </listitem>
102 <listitem>
103 <para>Download size: &biblatex-size;</para>
104 </listitem>
105 </itemizedlist>
106
107 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
108
109 <bridgehead renderas="sect4">Required</bridgehead>
110 <para role="required">
111 <!-- KFM: the order listed in Build.PL is not alphabetical -->
112 <xref linkend="perl-autovivification"/>
113 <xref linkend="perl-business-isbn"/>
114 <xref linkend="perl-business-ismn"/>
115 <xref linkend="perl-business-issn"/>
116 <xref linkend="perl-class-accessor"/>
117 <xref linkend="perl-data-compare"/>
118 <xref linkend="perl-data-dump"/>
119 <xref linkend="perl-data-uniqid"/>
120 <xref linkend="perl-datetime-calendar-julian"/>
121 <xref linkend="perl-datetime-format-builder"/>
122 <xref linkend="perl-encode-eucjpascii"/>
123 <xref linkend="perl-encode-hanextra"/>
124 <xref linkend="perl-encode-jis2k"/>
125 <xref linkend="perl-file-slurper"/>
126 <xref linkend="perl-perlio-utf8_strict"/>
127 <!-- IPC::Cmd is a part of core perl -->
128 <xref linkend="perl-ipc-run3"/>
129 <xref linkend="perl-lingua-translit"/>
130 <xref linkend="perl-list-allutils"/>
131 <xref linkend="perl-list-moreutils"/>
132 <!-- perl-list-moreutils-xs is a dep of perl-list-moreutils -->
133 <xref linkend="perl-log-log4perl"/>
134 <xref linkend="perl-lwp-protocol-https"/>
135 <!-- LWP::Simple is part of perl-libwww-perl,
136 that is pulled in by perl-lwp-protocol-https
137 and that pulls in perl-uri -->
138 <xref linkend="perl-module-build"/>
139 <!-- Mozilla::CA should not be needed when using system certificates -->
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 <!-- perl-text-csv_xs is a recommended dependency for perl-text-csv -->
145 <xref linkend="perl-text-roman"/>
146 <!-- Unicode-Collate usually needs to be latest when biber is released,
147 core perl is usually older. To read the core version, look at
148 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
149 <xref linkend="perl-unicode-collate"/>
150 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
151 <xref linkend="perl-unicode-linebreak"/>
152 <!-- Unicode::Normalize is part of core perl, found in
153 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
154 <!-- perl-xml-libxml is a dependency of perl-xml-libxml-simple -->
155 <xref linkend="perl-xml-libxml-simple"/>
156 <xref linkend="perl-xml-libxslt"/>
157 <xref linkend="perl-xml-writer"/> and
158 <!-- untarring biblatex requires that the texmf directories already exist -->
159 <xref linkend="texlive"/>
160 (or <xref linkend="tl-installer"/>, but for that you can use
161 <command>tlmgr update </command>)
162 </para>
163
164 <note> <!-- assume people with an old release may be slowly building things -->
165 <para>This version of <application>biber</application> requires at least
166 <application>perl-5.26.0</application>. If you are using an older version
167 of <command>perl</command> you may prefer to install v2.7 - for that see
168 the BLFS-8.1 book.</para>
169 </note>
170
171 <bridgehead renderas="sect4">Recommended (required for the testsuite)</bridgehead>
172 <para role="recommended">
173 <xref linkend="perl-file-which"/> and
174 <xref linkend="perl-test-differences"/>
175 </para>
176
177 <note>
178 <para>
179 It is possible to install all missing dependencies automatically.
180 But from <application>perl-5.22.0</application> onwards,
181 <xref linkend="perl-module-build"/> is no longer part of the core perl
182 distribution. To automatically install the remaining perl
183 dependencies you can install that module first using <xref
184 linkend="perl-auto-install"/>. then run <command>perl ./Build.PL</command>
185 and when it prompts you, become the root user and run
186 <command>./Build installdeps</command>
187 </para>
188 </note>
189
190 <para condition="html" role="usernotes">User Notes:
191 <ulink url='&blfs-wiki;/biber'/></para>
192
193 </sect2>
194
195 <sect2 role="installation">
196 <title>Installation of Biber</title>
197
198 <para>Install <application>Biber</application> by running the following
199 commands:</para>
200
201<screen><userinput>perl ./Build.PL &amp;&amp;
202./Build</userinput></screen>
203
204 <para>To test the results, enter: <command>./Build test</command></para>
205
206 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
207
208<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
209texhash &amp;&amp;
210./Build install</userinput></screen>
211
212 </sect2>
213
214 <sect2 role="commands">
215 <title>Command Explanations</title>
216
217 <para>
218 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
219 /opt/texlive/&texlive-year;/texmf-dist</command>:
220 this installs the new <application>biblatex</application> files over those
221 installed by <application>texlive</application>.
222 </para>
223
224 <para>
225 <command>texhash</command> : this updates the file hash tables (otherwise
226 known as the file name database).
227 </para>
228
229 </sect2>
230
231 <sect2 role="content">
232 <title>Contents</title>
233
234 <segmentedlist>
235 <segtitle>Installed Programs</segtitle>
236 <segtitle>Installed Library</segtitle>
237 <segtitle>Installed Directory</segtitle>
238
239 <seglistitem>
240 <seg>biber</seg>
241 <seg>None</seg>
242 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
243 </seglistitem>
244 </segmentedlist>
245
246 <variablelist>
247 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
248 <?dbfo list-presentation="list"?>
249 <?dbhtml list-presentation="table"?>
250
251 <varlistentry id="biber-prog">
252 <term><command>biber</command></term>
253 <listitem>
254 <para>is used for producing bibliographies in LaTeX documents.</para>
255 <indexterm zone="biber biber-prog">
256 <primary sortas="b-biber">biber</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 </variablelist>
262
263 </sect2>
264
265</sect1>
Note: See TracBrowser for help on using the repository browser.