diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:46:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:46:22 +0000 |
commit | 2a8c0210a3491a41c4ba672c46d215048947638c (patch) | |
tree | e918d71abd7c1b6c451ae80cce8b7c380bd3eed2 /Master/texmf-dist/tex/lambda/base/UT1cmr.fd | |
parent | 284b296e0d543a531f5e69ad826242a7a9e867ab (diff) |
trunk/Master/texmf-dist/tex/lambda
git-svn-id: svn://tug.org/texlive/trunk@615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lambda/base/UT1cmr.fd')
-rw-r--r-- | Master/texmf-dist/tex/lambda/base/UT1cmr.fd | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/lambda/base/UT1cmr.fd b/Master/texmf-dist/tex/lambda/base/UT1cmr.fd new file mode 100644 index 00000000000..bf4aa9ddbd2 --- /dev/null +++ b/Master/texmf-dist/tex/lambda/base/UT1cmr.fd @@ -0,0 +1,136 @@ +%% +%% This is file `UT1cmr.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% cmfonts.fdd (with options: `fd,UT1cmr') +%% +%% This is a generated file. +%% +%% Copyright 1993 1994 1995 1996 1997 +%% The LaTeX3 Project and any individual authors listed elsewhere +%% in this file. +%% +%% For further copyright information, and conditions for modification +%% and distribution, see the file legal.txt, and any other copyright +%% notices in this file. +%% +%% This file is part of the LaTeX2e system. +%% ---------------------------------------- +%% This system is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% +%% For error reports concerning UNCHANGED versions of this file no +%% more than one year old, see bugs.txt. +%% +%% Please do not request updates from us directly. Primary +%% distribution is through the CTAN archives. +%% +%% +%% IMPORTANT COPYRIGHT NOTICE: +%% +%% You are NOT ALLOWED to distribute this file alone. +%% +%% You are allowed to distribute this file under the condition that it +%% is distributed together with all the files listed in manifest.txt. +%% +%% If you receive only some of these files from someone, complain! +%% +%% +%% Permission is granted to customize the declarations in this file to +%% serve the needs of your installation, provided that you comply with +%% the conditions in the file legal.txt. +%% +%% However, NO PERMISSION is granted to distribute a modified version +%% of this file under its original name. +%% +%% +%% MODIFICATION ADVICE: +%% +%% If you want to customize this file, it is best to make a copy of +%% the source file(s) from which it was produced. Use a different +%% name for your copy(ies) and modify the copy(ies); this will ensure +%% that your modifications do not get overwritten when you install a +%% new release of the standard system. +%% +%% You can then easily distribute your modifications by distributing +%% the modified and renamed copy of the source file, together with a +%% suitable .ins file, taking care to observe the conditions in +%% legal.txt; this will ensure that other users can safely use +%% your modifications. +%% +%% The names of the source files used are shown above. +%% +%% +%% +\ProvidesFile{UT1cmr.fd} + [1998/03/27 v2.5g Standard LaTeX font definitions] +\DeclareFontFamily{UT1}{cmr}{\hyphenchar\font45 } +\DeclareFontShape{UT1}{cmr}{m}{n}% + {<5><6><7><8><9><10><12>gen*cmr% + <10.95>cmr10% + <14.4>cmr12% + <17.28><20.74><24.88>cmr17}{} +\DeclareFontShape{UT1}{cmr}{m}{sl}% + {% + <5><6><7>cmsl8% + <8><9>gen*cmsl% + <10><10.95>cmsl10% + <12><14.4><17.28><20.74><24.88>cmsl12% + }{} +\DeclareFontShape{UT1}{cmr}{m}{it}% + {% + <5><6><7>cmti7% + <8>cmti8% + <9>cmti9% + <10><10.95>cmti10% + <12><14.4><17.28><20.74><24.88>cmti12% + }{} +\DeclareFontShape{UT1}{cmr}{m}{sc}% + {% + <5><6><7><8><9><10><10.95><12>% + <14.4><17.28><20.74><24.88>cmcsc10% + }{} +% Warning: please note that the upright shape below is +% used for the \pounds symbol of LaTeX. So this +% font definition shouldn't be removed. +% +\DeclareFontShape{UT1}{cmr}{m}{ui} + { + <5><6><7><8><9><10><10.95><12>% + <14.4><17.28><20.74><24.88>cmu10% + }{} +%%%%%%% bold series +\DeclareFontShape{UT1}{cmr}{b}{n} + {% + <5><6><7><8><9><10><10.95><12>% + <14.4><17.28><20.74><24.88>cmb10% + }{} +%%%%%%%% bold extended series +\DeclareFontShape{UT1}{cmr}{bx}{n} + {% + <5><6><7><8><9>gen*cmbx% + <10><10.95>cmbx10% + <12><14.4><17.28><20.74><24.88>cmbx12% + }{} +\DeclareFontShape{UT1}{cmr}{bx}{sl} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4><17.28><20.74><24.88>cmbxsl10% + }{} +\DeclareFontShape{UT1}{cmr}{bx}{it} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4><17.28><20.74><24.88>cmbxti10% + }{} +% Again this is necessary for a correct \pounds symbol in +% the cmr fonts Hopefully the dc/ec font layout will take +% over soon. +% +\DeclareFontShape{UT1}{cmr}{bx}{ui} + {<->ssub*cmr/m/ui}{} +\endinput +%% +%% End of file `UT1cmr.fd'. |