diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:11:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:11:07 +0000 |
commit | 0f14293bc34ef7c1c902b00f6a2f6c1cb5e7a966 (patch) | |
tree | 85074a0e03e3b42c8806a463b4d8c42237087763 /Master/texmf-dist/tex/latex/vntex/t5pbk.fd | |
parent | 799f98e6621cc3c0b6b90bfafa709a11da49b1be (diff) |
vntex
git-svn-id: svn://tug.org/texlive/trunk@1443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/vntex/t5pbk.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/t5pbk.fd | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/vntex/t5pbk.fd b/Master/texmf-dist/tex/latex/vntex/t5pbk.fd new file mode 100644 index 00000000000..06651426944 --- /dev/null +++ b/Master/texmf-dist/tex/latex/vntex/t5pbk.fd @@ -0,0 +1,61 @@ +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of vntex. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + +%Filename: t5ubk.fd +%Created by: tex mkurwvn +%Created using fontinst v1.929 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t5ubk.fd} + [2005/08/24 Fontinst v1.929 font definitions for T5/pbk.] + +\DeclareFontFamily{T5}{pbk}{} + +\DeclareFontShape{T5}{pbk}{l}{n}{ + <-> ubkl8v +}{} + +\DeclareFontShape{T5}{pbk}{l}{it}{ + <-> ubkli8v +}{} + +\DeclareFontShape{T5}{pbk}{l}{sl}{ + <-> ubklo8v +}{} + +\DeclareFontShape{T5}{pbk}{db}{n}{ + <-> ubkd8v +}{} + +\DeclareFontShape{T5}{pbk}{db}{it}{ + <-> ubkdi8v +}{} + +\DeclareFontShape{T5}{pbk}{db}{sl}{ + <-> ubkdo8v +}{} + +\DeclareFontShape{T5}{pbk}{l}{sc}{ + <-> ubklc8v +}{} + +\DeclareFontShape{T5}{pbk}{db}{sc}{ + <-> ubkdc8v +}{} + +\DeclareFontShape{T5}{pbk}{m}{n}{<->ssub * pbk/l/n}{} +\DeclareFontShape{T5}{pbk}{m}{it}{<->ssub * pbk/l/it}{} +\DeclareFontShape{T5}{pbk}{m}{sl}{<->ssub * pbk/l/sl}{} +\DeclareFontShape{T5}{pbk}{b}{n}{<->ssub * pbk/db/n}{} +\DeclareFontShape{T5}{pbk}{bx}{n}{<->ssub * pbk/b/n}{} +\DeclareFontShape{T5}{pbk}{b}{it}{<->ssub * pbk/db/it}{} +\DeclareFontShape{T5}{pbk}{bx}{it}{<->ssub * pbk/b/it}{} +\DeclareFontShape{T5}{pbk}{b}{sl}{<->ssub * pbk/db/sl}{} +\DeclareFontShape{T5}{pbk}{bx}{sl}{<->ssub * pbk/b/sl}{} +\DeclareFontShape{T5}{pbk}{m}{sc}{<->ssub * pbk/l/sc}{} +\DeclareFontShape{T5}{pbk}{b}{sc}{<->ssub * pbk/db/sc}{} +\DeclareFontShape{T5}{pbk}{bx}{sc}{<->ssub * pbk/b/sc}{} + +\endinput |