diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cbfonts-all/lgrlmro.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/cbfonts-all/lgrlmro.fd | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cbfonts-all/lgrlmro.fd b/Master/texmf-dist/tex/latex/cbfonts-all/lgrlmro.fd new file mode 100644 index 00000000000..2c84b9154c0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cbfonts-all/lgrlmro.fd @@ -0,0 +1,85 @@ +%% +%% This is file `lgolmro.fd', +%% +%% Copyright 2008 Claudio Beccari %% +%% --------------------------------------------------- +%% +%% It may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.1 or, at your option, any later version. +%% +%% In particular, permission is goanted to customize the declarations in +%% this file to serve the needs of your installation. +%% +%% However, NO PERMISSION is goanted to distribute a modified version +%% of this file under its original name. +%% +\ProvidesFile{lgolmro.fd} + [2008/01/02 v1.0 % + Greek Computer Modern Outline] +\DeclareFontFamily{LGR}{lmro}{} +\DeclareFontShape{LGR}{lmro}{m}{n}% + {<-5.5> gomn0500 <5.5-6.5> gomn0600 + <6.5-7.5> gomn0700 <7.5-8.5> gomn0800 + <8.5-9.5> gomn0900 <9.5-11> gomn1000 + <11-15> gomn1200 <15-> gmr1728 + }{} +\DeclareFontShape{LGR}{lmro}{m}{sl}% + {<-8.5> gomo0800 <8.5-9.5> gomo0900 + <9.5-11> gomo1000 <11-15> gomo1200 + <15-> gomo1728 + }{} +\DeclareFontShape{LGR}{lmro}{m}{it}% + {<-7.5> gomi0700 + <7.5-8.5> gomi0800 <8.5-9.5> gomi0900 + <9.5-11> gomi1000 <11-15> gomi1200 + <15-> gomi1728 + }{} +\DeclareFontShape{LGR}{lmro}{m}{ui}% + {<-7.5> gomu0700 + <7.5-8.5> gomu0800 <8.5-9.5> gomu0900 + <9.5-11> gomu1000 <11-15> gomu1200 + <15-> gomu1728 + }{} +\DeclareFontShape{LGR}{lmro}{m}{sc}% + {<-7.5> gomc0700 + <7.5-8.5> gomc0800 <8.5-9.5> gomc0900 + <9.5-11> gomc1000 <11-15> gomc1200 + <15-> gomc1728 + }{} +% slanted CSC is changed to unslanted CSC +\DeclareFontShape{LGR}{lmro}{m}{scsl}% + {<-> ssub*lmr/m/sc}{} +%%%%%%%% bold extended series +\DeclareFontShape{LGR}{lmro}{bx}{n} + {<-5.5> goxn0500 <5.5-6.5> gox0600 + <6.5-7.5> goxn0700 <7.5-8.5> goxn0800 + <8.5-9.5> goxn0900 <9.5-11> goxn1000 + <11-15> goxn1200 <15-> goxn1728 + }{} +\DeclareFontShape{LGR}{lmro}{bx}{it} + {<-7.5> goxi0700 + <7.5-8.5> goxi0800 <8.5-9.5> goxi0900 + <9.5-11> goxi1000 <11-> goxi1200 + <15-> goxi1728 + }{} +\DeclareFontShape{LGR}{lmro}{bx}{ui} + {<-7.5> goxu0700 + <7.5-8.5> goxu0800 <8.5-9.5> goxu0900 + <9.5-11> goxu1000 <11-> goxu1200 + <15-> goxu1728 + }{} +\DeclareFontShape{LGR}{lmro}{bx}{sl} + {<-8.5> goxo0800 <8.5-9.5> goxo0900 + <9.5-11> goxo1000 <11-15> goxo1200 + <15-> goxo1728}{} +\DeclareFontShape{LGR}{lmro}{bx}{sc}% + {<-7.5> goxc0700 + <7.5-8.5> goxc0800 <8.5-9.5> goxc0900 + <9.5-11> goxc1000 <11-15> goxc1200 + <15-> goxc1728 + }{} + +\endinput +%% +%% End of file `lgolmro.fd'. |