diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-30 00:09:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-30 00:09:52 +0000 |
commit | f2069d8f20962f39f9058b5b3617fd0f1aa1dee9 (patch) | |
tree | 5730984d5e6637226307991e49e397e297c77093 /Master/texmf-dist | |
parent | 303218b0303fec41aa7b526a0aaeac6ecf159ee7 (diff) |
sync lhcyr
git-svn-id: svn://tug.org/texlive/trunk@31795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/latex/lhcyr/README | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh | 11 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/lhcyr/README b/Master/texmf-dist/source/latex/lhcyr/README index 6e00617b836..c0897e9ac15 100644 --- a/Master/texmf-dist/source/latex/lhcyr/README +++ b/Master/texmf-dist/source/latex/lhcyr/README @@ -1,3 +1,4 @@ + LHCYR 1.0 (c) 1998 V.V.Zhytnikov (vvzhy@td.lpi.ac.ru) The LaTeX 2e styles for Russian typesetting in bilingual environment Available at CTAN:/tex-archive/macros/latex/contrib/supported/lhcyr diff --git a/Master/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh b/Master/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh index cd037e4c7a6..06a6832d32e 100644 --- a/Master/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh +++ b/Master/texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh @@ -1,11 +1,16 @@ -if [ mktextfm ]; then +echo To create tfm\'s for lh-fonts in the KOI-8 encoding we have +echo to determine the proper command which depends on the teTeX version. +echo Trying \"mktextfm\" and \"MakeTeXTFM\" ... +if [ `mktextfm cmr10` ]; then MKTFMC=mktextfm -elif [ MakeTeXTFM ]; then +elif [ `MakeTeXTFM cmr10` ]; then MKTFMC=MakeTeXTFM else - echo Cannot determine a command for creating tfm + echo Cannot determine a command for creating tfm! exit 1 fi +echo Using \"$MKTFMC\" ... + $MKTFMC kcb10 $MKTFMC kcbx10 $MKTFMC kcbx12 |