Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/tl-installer.xml

    r85a581fd r24b84bd  
    55  %general-entities;
    66
    7   <!ENTITY tl-installer-download-http   "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz">
     7  <!ENTITY tl-installer-download-http   "http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz">
    88
    99  <!ENTITY tl-installer-download-ftp    " ">
    10   <!ENTITY tl-installer-md5sum          "868c661c8f3c6c1fd7665a3a609390df">
    11   <!ENTITY tl-installer-date             "20210413"> <!-- in the directory name -->
    12   <!ENTITY tl-installer-size            "6.0 MB">
    13 
    14   <!ENTITY tl-installer-buildsize        "7.1 GB if everything is included">
     10  <!ENTITY tl-installer-md5sum          "769eb3849f931ca3efcbeeca093b95c0">
     11  <!ENTITY tl-installer-date             "20200406"> <!-- in the directory name -->
     12  <!ENTITY tl-installer-size            "3.8 MB">
     13
     14  <!ENTITY tl-installer-buildsize        "6.6 GB if everything is included">
    1515  <!ENTITY tl-installer-time            "varies, depending on network speed and traffic">
    1616]>
     
    2020
    2121  <sect1info>
     22    <othername>$LastChangedBy$</othername>
    2223    <date>$Date$</date>
    2324  </sect1info>
     
    4344      This page is for people who wish to use the binary installer to
    4445      provide the programs, the scripts, and a lot of supporting files and
    45       documentation.  The installer is updated frequently, so any published
    46       md5sum will soon be out of date.  Newer versions of the
     46      documentation.  The installer is updated frequently, so its md5sum will
     47      change if it is newer than what is shown below.  Newer versions of the
    4748      installer are expected to work with these instructions, for so long as
    4849      they install to a
     
    6162    </para>
    6263
    63     &lfs110a_checked;
     64    &lfs10_checked;
    6465
    6566    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7778      <listitem>
    7879        <para>
    79           <!--Download MD5 sum: &tl-installer-md5sum; (for &tl-installer-date;)-->
    80           Download MD5 sum: Varies frequently
     80          Download MD5 sum: &tl-installer-md5sum; (for &tl-installer-date;)
    8181        </para>
    8282      </listitem>
     
    125125       <xref role="nodep" linkend="epdfview"/>).
    126126    </para>
    127 <!-- seems to not be needed in 2021
    128127    <para role="recommended">
    129128      the optional non-wide-character ncurses library (for "some binary-only
     
    131130      page in LFS is needed
    132131      for xindy.run which is used by <application>xindy</application>
    133     </para> -->
     132    </para>
    134133    <para role="recommended">
    135134      The binary version of <application>asy</application> needs
     
    207206    </para>
    208207
    209     <para>
    210       It has been established by debian that the <command>python</command>
    211       scripts in <filename class="directory">latex-make</filename> will work
    212       with <command>python3</command>, so update them to invoke that by running
    213       the following command as the <systemitem class="username">root</systemitem>
    214       user:
    215     </para>
    216 
    217 <screen role="root"><userinput>for F in /opt/texlive/&texlive-year;/texmf-dist/scripts/latex-make/*.py ; do
    218   test -f $F &amp;&amp; sed -i 's%/usr/bin/env python%/usr/bin/python3%' $F || true
    219 done
    220 </userinput></screen>
    221 
    222208  </sect2>
    223209
    224210  <sect2 role="commands">
    225211    <title>Command Explanations</title>
    226 
    227     <para>
    228       <command>test -f $F &amp;&amp; sed ...</command>: in a small install these
    229       files might not be present, so test if they exist and if not return 'true'
    230       to avoid any error if this command has been copied into one of your own install scripts.
    231     </para>
    232212
    233213    <para>
Note: See TracChangeset for help on using the changeset viewer.