diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-26 20:54:26 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-26 20:54:26 +0000 |
commit | c588c9533b6b61c3234451e8c1bc2dd7aa69b00b (patch) | |
tree | 03ab239d391871b812b0984a83e80501c0372e09 /Master/texmf-dist/tex/latex/vntex/t5mak.fd | |
parent | 065e129d47bd651ee8636eb053a2e740637ebf50 (diff) |
update vntex.
git-svn-id: svn://tug.org/texlive/trunk@2546 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/vntex/t5mak.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/t5mak.fd | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/vntex/t5mak.fd b/Master/texmf-dist/tex/latex/vntex/t5mak.fd new file mode 100644 index 00000000000..a2583b4c0ad --- /dev/null +++ b/Master/texmf-dist/tex/latex/vntex/t5mak.fd @@ -0,0 +1,52 @@ +% this file was derived from t5ubk.fd by Thanh +\ProvidesFile{t5mak.fd} + [2006/07/24 font definitions for T5/mak (thanh).] + +\DeclareFontFamily{T5}{mak}{} + +\DeclareFontShape{T5}{mak}{l}{n}{ + <-> s * [0.9] ubkl8v +}{} + +\DeclareFontShape{T5}{mak}{l}{it}{ + <-> s * [0.9] ubkli8v +}{} + +\DeclareFontShape{T5}{mak}{l}{sl}{ + <-> s * [0.9] ubklo8v +}{} + +\DeclareFontShape{T5}{mak}{db}{n}{ + <-> s * [0.9] ubkd8v +}{} + +\DeclareFontShape{T5}{mak}{db}{it}{ + <-> s * [0.9] ubkdi8v +}{} + +\DeclareFontShape{T5}{mak}{db}{sl}{ + <-> s * [0.9] ubkdo8v +}{} + +\DeclareFontShape{T5}{mak}{l}{sc}{ + <-> s * [0.9] ubklc8v +}{} + +\DeclareFontShape{T5}{mak}{db}{sc}{ + <-> s * [0.9] ubkdc8v +}{} + +\DeclareFontShape{T5}{mak}{m}{n}{<->ssub * mak/l/n}{} +\DeclareFontShape{T5}{mak}{m}{it}{<->ssub * mak/l/it}{} +\DeclareFontShape{T5}{mak}{m}{sl}{<->ssub * mak/l/sl}{} +\DeclareFontShape{T5}{mak}{b}{n}{<->ssub * mak/db/n}{} +\DeclareFontShape{T5}{mak}{bx}{n}{<->ssub * mak/b/n}{} +\DeclareFontShape{T5}{mak}{b}{it}{<->ssub * mak/db/it}{} +\DeclareFontShape{T5}{mak}{bx}{it}{<->ssub * mak/b/it}{} +\DeclareFontShape{T5}{mak}{b}{sl}{<->ssub * mak/db/sl}{} +\DeclareFontShape{T5}{mak}{bx}{sl}{<->ssub * mak/b/sl}{} +\DeclareFontShape{T5}{mak}{m}{sc}{<->ssub * mak/l/sc}{} +\DeclareFontShape{T5}{mak}{b}{sc}{<->ssub * mak/db/sc}{} +\DeclareFontShape{T5}{mak}{bx}{sc}{<->ssub * mak/b/sc}{} + +\endinput |