source: pst/typesetting/biber.xml@ bc4abeca

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 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 nosym 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 bc4abeca was bc4abeca, checked in by Ken Moffat <ken@…>, 9 years ago

tags

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

  • Property mode set to 100644
File size: 8.0 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 "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">
8 <!ENTITY biber-download-ftp " ">
9 <!ENTITY biber-md5sum "aa2857f3a4b0c2ab2dfe3c4f657cbb50">
10 <!ENTITY biber-size "2.0 MB">
11 <!-- for 1.9/2.9a buildsize includes extra space used by biblatex -->
12 <!ENTITY biber-buildsize "25 MB">
13 <!ENTITY biber-time "less than 0.1 SBU (0.6 SBU to run the tests)">
14
15 <!-- biblatex directory is 2.9, filename is 2.9a -->
16 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;a.tds.tgz">
17 <!ENTITY biblatex-download-ftp "">
18 <!ENTITY biblatex-md5sum "955662dca33f8256933745c51ccd0af9">
19 <!ENTITY biblatex-size "18 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>. Unusually, the tarball itself is
42 called just biblatex-biber.tar.gz but it will extract to a versioned
43 directory. Please ensure you download it from the correct versioned
44 directory at sourceforge.</para>
45
46 <para>This version fixes a problem when certain UTF-8 codepoints are
47 used in the "key" value of a bibliography entry and current
48 <application>perl</application> is used. It is shipped in current binary
49 versions of <application>texlive</application> but requires a newer
50 version of <application>biblatex</application> than is in the
51 <application>texlive</application> source.</para>
52
53 &lfs77_checked;
54
55 <bridgehead renderas="sect3">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
62 </listitem>
63 <listitem>
64 <para>Download MD5 sum: &biber-md5sum;</para>
65 </listitem>
66 <listitem>
67 <para>Download size: &biber-size;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated disk space required: &biber-buildsize;</para>
71 </listitem>
72 <listitem>
73 <para>Estimated build time: &biber-time;</para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
78
79 <para>The corresponding version of <application>biblatex</application> is
80 a separate project - the tds version is pre-packaged for untarring into
81 the <filename class="directory">texmf-dist</filename> directory.</para>
82
83 <itemizedlist spacing="compact">
84 <listitem>
85 <para>Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
86 </listitem>
87 <listitem>
88 <para>Download MD5 sum: &biblatex-md5sum;</para>
89 </listitem>
90 <listitem>
91 <para>Download size: &biblatex-size;</para>
92 </listitem>
93 </itemizedlist>
94
95 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
96
97 <bridgehead renderas="sect4">Required</bridgehead>
98 <para role="required">
99 <xref linkend="perl-autovivification"/>
100 <xref linkend="perl-business-isbn"/>
101 <xref linkend="perl-business-ismn"/>
102 <xref linkend="perl-business-issn"/>
103 <xref linkend="perl-data-compare"/>
104 <xref linkend="perl-data-dump"/>
105 <xref linkend="perl-date-simple"/>
106 <xref linkend="perl-encode-eucjpascii"/>
107 <xref linkend="perl-encode-hanextra"/>
108 <xref linkend="perl-encode-jis2k"/>
109 <xref linkend="perl-file-slurp"/>
110 <xref linkend="perl-ipc-run3"/>
111 <xref linkend="perl-log-log4perl"/>
112 <xref linkend="perl-lwp"/>
113 <xref linkend="perl-list-allutils"/>
114 <xref linkend="perl-regexp-common"/>
115 <xref linkend="perl-text-bibtex"/>
116 <!-- Collate.pm ships in perl, but is sometimes too old, and we like current
117 versions. Make the latest version required so that everyone is using the
118 same version -->
119 <xref linkend="perl-unicode-collate"/>
120 <xref linkend="perl-unicode-linebreak"/>
121 <xref linkend="perl-xml-libxml-simple"/>
122 <xref linkend="perl-xml-libxslt"/>
123 <xref linkend="perl-xml-writer"/> and
124 <!-- biblatex requires that the texmf directories already exist -->
125 <xref linkend="texlive"/>
126 </para>
127
128 <bridgehead renderas="sect4">Recommended</bridgehead>
129 <para role="required">
130 <xref linkend="perl-readonly-xs"/>, and
131 <xref linkend="perl-file-which"/> (to run the testsuite)
132 </para>
133
134 <!-- commented while separate biblatex is used
135 <bridgehead renderas="sect4">Required (at runtime)</bridgehead>
136 <para role="optional">
137 <xref linkend="texlive"/>
138 </para> -->
139
140 <note>
141 <para>
142 It is possible to install (all) missing dependencies automatically.
143 Begin by running <command>perl ./Build.PL</command> and then when it
144 prompts you, become the root user and run
145 <command>./Build installdeps</command>
146 </para>
147 </note>
148
149 <para condition="html" role="usernotes">User Notes:
150 <ulink url='&blfs-wiki;/biber'/></para>
151
152 </sect2>
153
154 <sect2 role="installation">
155 <title>Installation of Biber</title>
156
157 <para>Install <application>Biber</application> by running the following
158 commands:</para>
159
160<screen><userinput>sed -i 's/use Encode;/&amp;\nuse File::Slurp;\nuse File::Spec;/' \
161 lib/Biber/LaTeX/Recode.pm &amp;&amp;
162perl ./Build.PL &amp;&amp;
163./Build.PL</userinput></screen>
164
165 <para>To test the results, enter: <command>./Build test</command></para>
166
167 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
168
169<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;a.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
170texhash &amp;&amp;
171./Build install</userinput></screen>
172
173 </sect2>
174
175 <sect2 role="commands">
176 <title>Command Explanations</title>
177
178 <para>
179 <parameter>sed -i 's/use Encode;/&amp;\nuse File::Slurp;\nuse File::Spec;/' ...</parameter>:
180 this sed fixes a runtime error with current <application>perl</application>.
181 </para>
182
183 <para>
184 <parameter>tar -xf biblatex-&biblatex-version;a.tds.tar.gz -C
185 /opt/texlive/&texlive-year;/texmf-dist</parameter>:
186 this installs the new <application>biblatex</application> files over the
187 previous version.
188 </para>
189
190 <para>
191 <parameter>texhash</parameter> : this updates the file hash tables (otherwise
192 known as the file name database).
193 </para>
194
195 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Programs</segtitle>
202 <segtitle>Installed Library</segtitle>
203 <segtitle>Installed Directory</segtitle>
204
205 <seglistitem>
206 <seg>biber</seg>
207 <seg>None</seg>
208 <seg>/usr/lib/site_perl/5.*/Biber</seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="biber-prog">
218 <term><command>biber</command></term>
219 <listitem>
220 <para>is used for producing bibliographies in LaTeX documents.</para>
221 <indexterm zone="biber biber-prog">
222 <primary sortas="b-biber">biber</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.