Changeset 95ec78a for pst/typesetting


Ignore:
Timestamp:
09/02/2005 06:43:57 AM (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.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:
9bc5f51
Parents:
2858d9e
Message:

Fixed some broken commands in the TeX instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/tex.xml

    r2858d9e r95ec78a  
    99  <!ENTITY tex-md5sum        "944a4641e79e61043fdaf8f38ecbb4b3">
    1010  <!ENTITY tex-size          "12.7 MB">
    11   <!ENTITY tex-buildsize     "416 MB (542 MB with optional tarball)">
     11  <!ENTITY tex-buildsize     "423 MB (549 MB with optional tarball, additional 231 MB for CM-Super fonts)">
    1212  <!ENTITY tex-time          "2.1 SBU">
    1313
     
    168168
    169169<screen role="root"><userinput>make install &amp;&amp;
    170 TEXMFVAR=/usr/share/texmf-var texconfig dvips paper letter &amp;&amp;
    171 TEXMFVAR=/usr/share/texmf-var texconfig font rw</userinput></screen>
     170texconfig-sys dvips paper letter &amp;&amp;
     171texconfig-sys font rw</userinput></screen>
    172172
    173173    <note>
     
    180180    user:</para>
    181181
    182 <screen><userinput>FONTDIR=/usr/share/texmf/ &amp;&amp;
     182<screen><userinput>tar -xf tetex-cm-super.tar.bz2 &amp;&amp;
     183FONTDIR=$(kpsewhich --expand-var '$TEXMFMAIN') &amp;&amp;
    183184mkdir -p $FONTDIR/fonts/afm/public/cm-super   \
    184185         $FONTDIR/fonts/type1/public/cm-super \
     
    194195cp -v cm-super/dvips/*.map $FONTDIR/fonts/map/dvips/cm-super/ &amp;&amp;
    195196
    196 cat &gt;&gt; $FONTDIR/texmf/web2c/updmap.cfg &lt;&lt; "EOF" &amp;&amp;
     197cat &gt;&gt; $FONTDIR/web2c/updmap.cfg &lt;&lt; "EOF" &amp;&amp;
    197198MixedMap cm-super-t1.map
    198199MixedMap cm-super-t2a.map
     
    203204EOF
    204205
    205 TEXMFVAR=/usr/share/texmf-var updmap &amp;&amp;
     206mktexlsr &amp;&amp;
     207updmap-sys &amp;&amp;
    206208           
    207209unset FONTDIR</userinput></screen>
     
    215217    <application>X</application> dependencies. <application>TeX</application>
    216218    can be compiled with <application>X</application> support, notably for
    217     <command>xdvi</command>. If this is desired, remove this configure
    218     option.</para>
     219    <command>xdvi</command>. If this is desired, remove this parameter.</para>
    219220
    220221    <para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: These
     
    231232    class="libraryfile">libncurses</filename> library.</para>
    232233
    233     <para><parameter>--with-system-zlib</parameter>: LFS systems starting
    234     with version 4.0 have <application>Zlib</application> installed as part
    235     of the base operating system; this switch avoids building it here.</para>
     234    <para><parameter>--with-system-zlib</parameter>: LFS systems include the
     235    <application>Zlib</application> library; this switch avoids building it
     236    here.</para>
    236237
    237238    <para><option>--disable-a4</option>: Use this option to set the default
    238239    paper size to letter and the default unit to inch.</para>
    239240
    240     <para><command>TEXMFVAR=/usr/share/texmf-var texconfig dvips paper
    241     letter</command>: This command sets the default paper size for
    242     <application>TeX</application>. The TEXMFVAR variable puts the resulting
    243     configuration in a global location instead of a hidden subdirectory of
    244     <filename class='directory'>/root</filename>.</para>
    245 
    246     <para><command>TEXMFVAR=/usr/share/texmf-var texconfig font rw</command>:
    247     This command specifies writable fonts. The TEXMFVAR variable puts the
    248     resulting configuration in a global location instead of a hidden
    249     subdirectory of <filename class='directory'>/root</filename>.</para>
    250 
    251     <para><command>TEXMFVAR=/usr/share/texmf-var updmap</command>:
    252     This command updates the font configuration. The TEXMFVAR variable puts the
    253     resulting configuration in a global location instead of a hidden
    254     subdirectory of <filename class='directory'>/root</filename>.</para>
     241    <para><command>texconfig-sys dvips paper letter</command>: This command
     242    sets the default paper size for <application>TeX</application>.</para>
     243
     244    <para><command>texconfig-sys font rw</command>: This command specifies
     245    creating and using a directory for globally writable fonts.</para>
     246
     247    <para><command>mktexlsr</command>: This command recreates the
     248    <application>TeX</application> <filename>ls-R</filename> databases after
     249    installing the CM-Super fonts.</para>
     250
     251    <para><command>updmap-sys</command>: This command updates the system-wide
     252    font configuration to include the CM-Super fonts.</para>
     253
    255254    <tip>
    256255      <para>Run <command>./configure --help</command> for information about
    257       using other switches which will enable the build to use any installed
     256      using other switches which will enable the build to use other installed
    258257      packages you may have on your system.</para>
    259258    </tip>
     
    273272        programs.</seg>
    274273        <seg>libkpathsea.a</seg>
    275         <seg>~/.texmf-config, /usr/include/kpathsea, /usr/share/texinfo/html,
    276         /usr/share/texmf, /usr/share/texi2html and /usr/share/texmf-var</seg>
     274        <seg>/usr/include/kpathsea, /usr/share/texinfo/html, /usr/share/texmf,
     275        /usr/share/texi2html, /usr/share/texmf-var and /var/tmp/texfonts</seg>
    277276      </seglistitem>
    278277    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.