Ignore:
Timestamp:
03/25/2020 12:06:24 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 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
Children:
81a73ed8
Parents:
47274444
Message:

Format pst

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r47274444 rfa3edfef  
    4747    <title>Introduction to biber</title>
    4848
    49     <para>Biber is a BibTeX replacement for users of biblatex, written in
    50     <application>Perl</application>, with full Unicode support.</para>
     49    <para>
     50      Biber is a BibTeX replacement for users of biblatex, written in
     51      <application>Perl</application>, with full Unicode support.
     52    </para>
    5153
    5254    &lfs91_checked;
     
    7274    <itemizedlist spacing="compact">
    7375      <listitem>
    74         <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
    75       </listitem>
    76       <listitem>
    77         <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
    78       </listitem>
    79       <listitem>
    80         <para>Download MD5 sum: &biber-md5sum;</para>
    81       </listitem>
    82       <listitem>
    83         <para>Download size: &biber-size;</para>
    84       </listitem>
    85       <listitem>
    86         <para>Estimated disk space required: &biber-buildsize;</para>
    87       </listitem>
    88       <listitem>
    89         <para>Estimated build time: &biber-time;</para>
     76        <para>
     77          Download (HTTP): <ulink url="&biber-download-http;"/>
     78        </para>
     79      </listitem>
     80      <listitem>
     81        <para>
     82          Download (FTP): <ulink url="&biber-download-ftp;"/>
     83        </para>
     84      </listitem>
     85      <listitem>
     86        <para>
     87          Download MD5 sum: &biber-md5sum;
     88        </para>
     89      </listitem>
     90      <listitem>
     91        <para>
     92          Download size: &biber-size;
     93        </para>
     94      </listitem>
     95      <listitem>
     96        <para>
     97          Estimated disk space required: &biber-buildsize;
     98        </para>
     99      </listitem>
     100      <listitem>
     101        <para>
     102          Estimated build time: &biber-time;
     103        </para>
    90104      </listitem>
    91105    </itemizedlist>
     
    106120-->
    107121      <para>
    108        If you have updated to a new release of texlive-source, biber and its
    109        perl dependencies are still in present in <filename
    110        class="directory">/usr</filename> and do not need to be rebuilt. However,
    111        biblatex installs in <filename
    112        class="directory">/opt/texlive/&texlive-year;</filename> and does need to
    113        be reinstalled.
     122        If you have updated to a new release of texlive-source, biber and its
     123        perl dependencies are still in present in <filename
     124        class="directory">/usr</filename> and do not need to be rebuilt.
     125        However, biblatex installs in <filename
     126        class="directory">/opt/texlive/&texlive-year;</filename> and does
     127        need to be reinstalled.
    114128      </para>
    115129
    116130      <para>
    117       This version of biber requires <application>perl-5.30</application> or later.
    118       If you are still using the 8.4 version of BLFS you may wish to build the
    119       2.13 version: see the 8.4 book noting that biblatex-3.13 has been replaced by
    120       biblatex-3.13a upstream.
     131        This version of biber requires <application>perl-5.30</application>
     132        or later.  If you are still using the 8.4 version of BLFS you may
     133        wish to build the 2.13 version: see the 8.4 book noting that
     134        biblatex-3.13 has been replaced by biblatex-3.13a upstream.
    121135      </para>
    122136    </note>
     
    126140    <itemizedlist spacing="compact">
    127141      <listitem>
    128       <para>The corresponding version of <application>biblatex</application> is
    129       a separate project - the tds tarball is pre-packaged for untarring into
    130       the <filename class="directory">texmf-dist</filename> directory.
    131       Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
    132       </listitem>
    133       <listitem>
    134         <para>Download MD5 sum: &biblatex-md5sum;</para>
    135       </listitem>
    136       <listitem>
    137         <para>Download size: &biblatex-size;</para>
     142        <para>
     143          The corresponding version of <application>biblatex</application> is
     144          a separate project - the tds tarball is pre-packaged for untarring
     145          into the <filename class="directory">texmf-dist</filename>
     146          directory. Download (HTTP): <ulink url="&biblatex-download-http;"/>
     147        </para>
     148      </listitem>
     149      <listitem>
     150        <para>
     151          Download MD5 sum: &biblatex-md5sum;
     152        </para>
     153      </listitem>
     154      <listitem>
     155        <para>
     156          Download size: &biblatex-size;
     157        </para>
    138158      </listitem>
    139159    </itemizedlist>
     
    195215      <xref linkend="texlive"/>
    196216      (or <xref linkend="tl-installer"/>, but for that you can use
    197        <command>tlmgr update </command>)
     217       <command>tlmgr update</command>)
    198218    </para>
    199219
     
    208228        It is possible to install all missing dependencies automatically. You
    209229        must first install <xref linkend="perl-module-build"/> using <xref
    210         linkend="perl-auto-install"/>. then run <command>perl ./Build.PL</command>
    211         and when it prompts you, become the root user and run
    212         <command>./Build installdeps</command>
     230        linkend="perl-auto-install"/>. Then run <command>perl
     231        ./Build.PL</command> and when it prompts you, become the root user
     232        and run <command>./Build installdeps</command>
    213233      </para>
    214234    </note>
     
    222242    <title>Installation of Biber</title>
    223243
    224     <para>Install <application>Biber</application> by running the following
    225     commands:</para>
     244    <para>
     245      Install <application>Biber</application> by running the following
     246      commands:
     247    </para>
    226248
    227249<screen><userinput>perl ./Build.PL &amp;&amp;
    228250./Build</userinput></screen>
    229251
    230     <para>To test the results, enter: <command>./Build test</command></para>
    231 
    232     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     252    <para>
     253      To test the results, enter: <command>./Build test</command>
     254    </para>
     255
     256    <para>
     257      Now, as the <systemitem class="username">root</systemitem> user:
     258    </para>
    233259
    234260<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
     
    278304        <term><command>biber</command></term>
    279305        <listitem>
    280           <para>is used for producing bibliographies in LaTeX documents.</para>
     306          <para>
     307            is used for producing bibliographies in LaTeX documents.
     308          </para>
    281309          <indexterm zone="biber biber-prog">
    282310            <primary sortas="b-biber">biber</primary>
Note: See TracChangeset for help on using the changeset viewer.