Ignore:
Timestamp:
04/24/2021 01:38:42 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
1715682
Parents:
356e8b5f
Message:

Update to texlive-2021.

File:
1 edited

Legend:

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

    r356e8b5f r00a3154  
    88
    99  <!ENTITY tl-installer-download-ftp    " ">
    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">
     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">
    1515  <!ENTITY tl-installer-time            "varies, depending on network speed and traffic">
    1616]>
     
    125125       <xref role="nodep" linkend="epdfview"/>).
    126126    </para>
     127<!-- seems to not be needed in 2021
    127128    <para role="recommended">
    128129      the optional non-wide-character ncurses library (for "some binary-only
     
    130131      page in LFS is needed
    131132      for xindy.run which is used by <application>xindy</application>
    132     </para>
     133    </para> -->
    133134    <para role="recommended">
    134135      The binary version of <application>asy</application> needs
     
    206207    </para>
    207208
     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
     219done
     220</userinput></screen>
     221
    208222  </sect2>
    209223
    210224  <sect2 role="commands">
    211225    <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>
    212232
    213233    <para>
Note: See TracChangeset for help on using the changeset viewer.