Changeset a504e70b


Ignore:
Timestamp:
04/03/2023 10:31:40 AM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
815f5d86
Parents:
47f6041
Message:

Move the texlive addition to ld.so.conf

We usually put those additions in the page where we define all the
paths. So move this one to "Setting the PATH for TeX Live". This
also prevents having to edit the texlive script in jhalfs (to
remove the addition when reinstalling).

Location:
pst/typesetting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/tex-path.xml

    r47f6041 ra504e70b  
    7070
    7171  <para>
    72     The new paths can be immediately activated by running <command>source
    73     /etc/profile</command>.
     72    The new paths can be immediately activated by running:
    7473  </para>
     74
     75<screen><userinput>source /etc/profile</userinput></screen>
     76
     77  <para>
     78    The shared libraries will be installed into a texlive directory.
     79    As the <systemitem class="username">root</systemitem> user, add it to
     80    your <filename>/etc/ld.so.conf</filename>:
     81  </para>
     82
     83<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
     84<literal># Begin texlive addition
     85
     86$TEXLIVE_PREFIX/lib
     87
     88# End texlive addition</literal>
     89EOF</userinput></screen>
    7590
    7691  <para>
  • pst/typesetting/texlive.xml

    r47f6041 ra504e70b  
    239239      </para>
    240240    </caution>
    241 
    242     <para>
    243       The shared libraries will be installed into a texlive directory.
    244       As the <systemitem class="username">root</systemitem> user, add it to
    245       your <filename>/etc/ld.so.conf</filename>:
    246     </para>
    247 
    248 <screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
    249 <literal># Begin texlive addition
    250 
    251 $TEXLIVE_PREFIX/lib
    252 
    253 # End texlive addition</literal>
    254 EOF</userinput></screen>
    255241
    256242    <note>
Note: See TracChangeset for help on using the changeset viewer.