Changeset 8aeb474 for pst/typesetting


Ignore:
Timestamp:
09/22/2012 04:38:01 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
30004ce9
Parents:
79a9ef0
Message:

General cleanup. Mostly removing obsolete comments.

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

Location:
pst/typesetting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/jadetex.xml

    r79a9ef0 r8aeb474  
    9696    <para>First, as the <systemitem class="username">root</systemitem> user,
    9797    make some required modifications to the <filename>texmf.cnf</filename>
    98     file already installed on the system by the <application>teTeX</application>
     98    file already installed on the system by the <application>texlive</application>
    9999    package, then build a new <filename>latex.fmt</filename> file using the
    100100    following commands:</para>
     
    208208    This command uses <command>kpsewhich</command> to locate the installed
    209209    <filename>texmf.cnf</filename>. The first change is used to modify the
    210     header of the file so that if <application>teTeX</application> is upgraded,
     210    header of the file so that if <application>texlive</application> is upgraded,
    211211    the file won't get overwritten. The next change adds a parameter to
    212212    increase ConTeXt's memory size to accommodate
     
    220220    <para><command>mktexlsr; ln -v -sf tex ...; ln -v -sf pdftex ...</command>:
    221221    The <application>JadeTeX</application> programs are actually just symlinks
    222     to the <application>teTeX</application> programs. <command>mktexlsr</command>
    223     updates <application>teTeX</application>'s <filename>ls-R</filename> databases
     222    to the <application>texlive</application> programs. <command>mktexlsr</command>
     223    updates <application>texlive</application>'s <filename>ls-R</filename> databases
    224224    used by the <filename class='libraryfile'>libkpathsea</filename> library so
    225     that <application>teTeX</application> knows to use the
     225    that <application>texlive</application> knows to use the
    226226    <application>JadeTeX</application> <filename>.fmt</filename> files when
    227227    <command>jadetex</command> or <command>pdfjadetex</command> is called.</para>
  • pst/typesetting/texlive.xml

    r79a9ef0 r8aeb474  
    194194    <userinput>make install</userinput> to put then in a temproary location:</para>
    195195
    196 <screen><userinput>make DESTDIR=$PWD/livetex-tmp install</userinput></screen>
     196<screen><userinput>make DESTDIR=$PWD/texlive-tmp install</userinput></screen>
    197197
    198198    <para>Now copy the executables to the <application>TeX Live</application>
     
    201201    user:</para>
    202202
    203 <screen><userinput>find livetex-tmp/usr/bin -type f -exec cp -v {} /opt/texlive/2011/bin/x86_64-linux \;</userinput></screen>
     203<screen><userinput>find texlive-tmp/usr/bin -type f -exec cp -v {} /opt/texlive/2011/bin/x86_64-linux \;</userinput></screen>
    204204
    205205    <note><para>If you passed the option <option>--enable-shared</option> to the
Note: See TracChangeset for help on using the changeset viewer.