From f8036301f208fcde252977f0071d9cd7f996a063 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 15 Jan 2007 15:55:48 +0000 Subject: [PATCH] Added commands to the teTeX instructions to install the cm-super type1ec.sty font file git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6406 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 4 ++++ pst/typesetting/tetex.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 0998f621dd..3f10560d9f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,10 @@ January 15th, 2007 + + [randy] - Added commands to the teTeX instructions to install + the cm-super type1ec.sty font file. + [alexander] - Added reiserfsprogs build fix for LFS SVN. diff --git a/pst/typesetting/tetex.xml b/pst/typesetting/tetex.xml index 7515581fba..9e9eae0762 100644 --- a/pst/typesetting/tetex.xml +++ b/pst/typesetting/tetex.xml @@ -214,6 +214,10 @@ MixedMap cm-super-ts1.map MixedMap cm-super-x2.map EOF +FONTDIR=$(kpsewhich --expand-var '$TEXMFLOCAL') && +install -v -m644 -D cm-super/type1ec.sty \ + $FONTDIR/tex/cm-super/type1ec.sty && + mktexlsr && updmap-sys &&