diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-23 23:34:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-23 23:34:49 +0000 |
commit | 5d7ae4b5ebf9ed35eadb6abf6c5493d86509048d (patch) | |
tree | 15d7f56900dfc80bf5bbfbd189015412ab399d07 /Master/texmf-dist/tex/latex/mathdesign/mdbcmr.fd | |
parent | 8c027c210a73c2b26a0b6c1a4d2c07a5a87ca872 (diff) |
new (fonts) package mathdesign
git-svn-id: svn://tug.org/texlive/trunk@1903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathdesign/mdbcmr.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathdesign/mdbcmr.fd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mathdesign/mdbcmr.fd b/Master/texmf-dist/tex/latex/mathdesign/mdbcmr.fd new file mode 100644 index 00000000000..ff18e34fb62 --- /dev/null +++ b/Master/texmf-dist/tex/latex/mathdesign/mdbcmr.fd @@ -0,0 +1,18 @@ +\ProvidesFile{mdbcmr.fd} + [] +\providecommand{\EC@family}[5]{% + \DeclareFontShape{#1}{#2}{#3}{#4}% + {<5><6><7><8><9><10><10.95><12><14.4>% + <17.28><20.74><24.88><29.86><35.83>genb*#5}{}} +\DeclareFontFamily{MDB}{cmr}{} +\EC@family{MDB}{cmr}{m}{n}{ecrm} +\EC@family{MDB}{cmr}{m}{sl}{ecsl} +\EC@family{MDB}{cmr}{m}{it}{ecti} +\EC@family{MDB}{cmr}{m}{sc}{eccc} +\EC@family{MDB}{cmr}{bx}{n}{ecbx} +\EC@family{MDB}{cmr}{b}{n}{ecrb} +\EC@family{MDB}{cmr}{bx}{it}{ecbi} +\EC@family{MDB}{cmr}{bx}{sl}{ecbl} +\EC@family{MDB}{cmr}{bx}{sc}{ecxc} +\EC@family{MDB}{cmr}{m}{ui}{ecui} +\endinput |