Ignore:
Timestamp:
01/30/2005 05:59:50 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
c2688a0
Parents:
370f305
Message:

Separated root installation commands in packages already indexed (first pass)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/jadetex.xml

    r370f305 rd260aaf4  
    99  <!ENTITY jadetex-size          "103 KB">
    1010  <!ENTITY jadetex-buildsize     "9.6 MB">
    11   <!ENTITY jadetex-time          ".11 SBU">
     11  <!ENTITY jadetex-time          "0.11 SBU">
    1212]>
    1313
     
    5656<title>Installation of <application>JadeTeX</application></title>
    5757
    58 <para>Install <application>JadeTex</application> by running the following
    59 commands:</para>
    60 
    61 <screen><userinput><command>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
     58<para>First, as the root user, make some required modifications to files
     59already installed on the system:</para>
     60
     61<screen><userinput role='root'><command>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
    6262   /usr/share/texmf/web2c/texmf.cnf</command></userinput></screen>
    6363
     
    6767hog...</quote>:</para>
    6868
    69 <screen><userinput>pool_size.context = 750000</userinput></screen>
     69<screen><userinput role='root'>pool_size.context = 750000</userinput></screen>
    7070
    7171<para>Next, add <command>latex</command>, <command>jadetex</command> and
    7272<command>pdfjadetex</command> settings using the following command:</para>
    7373
    74 <screen><userinput><command>cat &gt;&gt; /usr/share/texmf/web2c/texmf.cnf &lt;&lt; "EOF"</command>
     74<screen><userinput role='root'><command>cat &gt;&gt; /usr/share/texmf/web2c/texmf.cnf &lt;&lt; "EOF"</command>
    7575
    7676% The following 3 sections added for JadeTeX
     
    114114<command>EOF</command></userinput></screen>
    115115
    116 <para>Rebuild and install a new <filename>latex.fmt</filename> file using the
    117 following commands:</para>
    118 
    119 <screen><userinput><command>cp -R /usr/share/texmf/tex/latex/config . &amp;&amp;
     116<para>Build a new <filename>latex.fmt</filename> file using the following
     117commands:</para>
     118
     119<screen><userinput><command>cp -v -R /usr/share/texmf/tex/latex/config . &amp;&amp;
    120120cd config &amp;&amp;
    121121tex -ini -progname=latex latex.ini &amp;&amp;
    122 mv /usr/share/texmf/web2c/latex.fmt \
     122cd ..</command></userinput></screen>
     123
     124<para>Now, as the root user, install the <filename>latex.fmt</filename> file,
     125then build and install <application>JadeTex</application> using the following
     126commands:</para>
     127
     128<screen><userinput role='root'><command>mv /usr/share/texmf/web2c/latex.fmt \
    123129   /usr/share/texmf/web2c/latex.fmt.orig &amp;&amp;
    124 install -m 644 latex.fmt /usr/share/texmf/web2c &amp;&amp;
    125 cd ..</command></userinput></screen>
    126 
    127 <para>Finally, build and install <application>JadeTex</application> using the
    128 following commands:</para>
    129 
    130 <screen><userinput><command>make install &amp;&amp;
    131 ln -sf tex /usr/bin/jadetex &amp;&amp;
    132 ln -sf pdftex /usr/bin/pdfjadetex &amp;&amp;
     130install -v -m644 config/latex.fmt /usr/share/texmf/web2c &amp;&amp;
     131make install &amp;&amp;
     132ln -v -sf tex /usr/bin/jadetex &amp;&amp;
     133ln -v -sf pdftex /usr/bin/pdfjadetex &amp;&amp;
    133134mktexlsr</command></userinput></screen>
    134135
     
    143144overwritten.</para>
    144145
    145 <para><command>ln -sf tex ...; ln -sf pdftex ...; mktexlsr</command>: The
     146<para><command>ln -v -sf tex ...; ln -v -sf pdftex ...; mktexlsr</command>: The
    146147<application>JadeTeX</application> programs are actually just symlinks to the
    147148<application>TeX</application> programs. <command>mktexlsr</command> updates
     
    165166
    166167<para>If you need to modify the default <application>JadeTeX</application>
    167 macro settings, see the <ulink
    168 url="http://jadetex.sourceforge.net/#index-div-d18e397">
     168macro settings, see the
     169<ulink url="http://jadetex.sourceforge.net/#index-div-d18e397">
    169170<application>JadeTeX</application> <acronym>FAQ</acronym></ulink>.</para>
    170171</sect3>
     
    177178<segmentedlist>
    178179<segtitle>Installed Programs</segtitle>
     180<segtitle>Installed Libraries</segtitle>
     181<segtitle>Installed Directories</segtitle>
    179182<seglistitem>
    180183<seg>jadetex and pdfjadetex</seg>
     184<seg>None</seg>
     185<seg>/usr/share/texmf/tex/jadetex</seg>
    181186</seglistitem>
    182187</segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.