Author: randy
Date: 2007-01-15 08:55:48 -0700 (Mon, 15 Jan 2007)
New Revision: 6406

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/typesetting/tetex.xml
Log:
Added commands to the teTeX instructions to install the cm-super type1ec.sty 
font file

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-01-15 05:55:53 UTC 
(rev 6405)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-01-15 15:55:48 UTC 
(rev 6406)
@@ -44,6 +44,10 @@
       <para>January 15th, 2007</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added commands to the teTeX instructions to install
+          the cm-super type1ec.sty font file.</para>
+        </listitem>
+        <listitem>
           <para>[alexander] - Added reiserfsprogs build fix for LFS SVN.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/pst/typesetting/tetex.xml
===================================================================
--- trunk/BOOK/pst/typesetting/tetex.xml        2007-01-15 05:55:53 UTC (rev 
6405)
+++ trunk/BOOK/pst/typesetting/tetex.xml        2007-01-15 15:55:48 UTC (rev 
6406)
@@ -214,6 +214,10 @@
 MixedMap cm-super-x2.map
 EOF
 
+FONTDIR=$(kpsewhich --expand-var '$TEXMFLOCAL') &amp;&amp;
+install -v -m644 -D cm-super/type1ec.sty \
+       $FONTDIR/tex/cm-super/type1ec.sty &amp;&amp;
+
 mktexlsr &amp;&amp;
 updmap-sys &amp;&amp;
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to