diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:58:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:58:26 +0000 |
commit | 93d6df0e08e20675e3d1e40d309067384b537cf4 (patch) | |
tree | 76ab81aa244193a3caa561d9552f5c442e14ea92 /Master/texmf-dist/tex/latex/ly1/ly1pcr.fd | |
parent | 384bbb4cf52ef02cc831c6bd138478c638fcd073 (diff) |
ly1
git-svn-id: svn://tug.org/texlive/trunk@1059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ly1/ly1pcr.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/ly1/ly1pcr.fd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ly1/ly1pcr.fd b/Master/texmf-dist/tex/latex/ly1/ly1pcr.fd new file mode 100644 index 00000000000..81df50c95d1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ly1/ly1pcr.fd @@ -0,0 +1,38 @@ +%Filename: ly1pcr.fd + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{ly1pcr.fd} + [2001/02/01 font definitions for LY1/pcr using Berry names.] + +\DeclareFontFamily{LY1}{pcr}{\hyphenchar \font\m@ne} + +\DeclareFontShape{LY1}{pcr}{m}{n}{ + <-> pcrr8y +}{} + +\DeclareFontShape{LY1}{pcr}{m}{sl}{ + <-> pcrro8y +}{} + +\DeclareFontShape{LY1}{pcr}{b}{n}{ + <-> pcrb8y +}{} + +\DeclareFontShape{LY1}{pcr}{b}{sl}{ + <-> pcrbo8y +}{} + +% Adobe does not make a smallcaps Courier + +\DeclareFontShape{LY1}{pcr}{m}{sc}{<-> sub * pcr/m/n}{} +\DeclareFontShape{LY1}{pcr}{b}{sc}{<-> sub * pcr/b/n}{} + +\DeclareFontShape{LY1}{pcr}{m}{it}{<->ssub * pcr/m/sl}{} +\DeclareFontShape{LY1}{pcr}{bx}{n}{<->ssub * pcr/b/n}{} +\DeclareFontShape{LY1}{pcr}{bx}{sl}{<->ssub * pcr/b/sl}{} +\DeclareFontShape{LY1}{pcr}{bx}{it}{<->ssub * pcr/b/it}{} +\DeclareFontShape{LY1}{pcr}{b}{it}{<->ssub * pcr/b/sl}{} +\DeclareFontShape{LY1}{pcr}{bx}{sc}{<->ssub * pcr/b/sc}{} + +\endinput |