diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cbfonts/lgrcmss.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/cbfonts/lgrcmss.fd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cbfonts/lgrcmss.fd b/Master/texmf-dist/tex/latex/cbfonts/lgrcmss.fd new file mode 100644 index 00000000000..db9379fe200 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cbfonts/lgrcmss.fd @@ -0,0 +1,42 @@ +%% +%% This is file `lgrcmss.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 granted to customize the declarations in +%% this file to serve the needs of your installation. +%% +%% However, NO PERMISSION is granted to distribute a modified version +%% of this file under its original name. +%% +\ProvidesFile{lgrcmss.fd} + [2008/01/04 v1.0 % + Greek Computer Modern Sans Serif] +\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>genb*#5}{}} +\DeclareFontFamily{LGR}{cmss}{} +\EC@family{LGR}{cmss}{m}{n} {gsmn} +\EC@family{LGR}{cmss}{m}{sl} {gsmo} +\EC@family{LGR}{cmss}{m}{sc} {gsmc} +\EC@family{LGR}{cmss}{m}{it} {gsmi} +\EC@family{LGR}{cmss}{m}{ui} {gsmu} +\EC@family{LGR}{cmss}{m}{iv} {gsme} +\EC@family{LGR}{cmss}{m}{uv} {gsma} +% +\EC@family{LGR}{cmss}{bx}{n} {gsxn} +\EC@family{LGR}{cmss}{bx}{sl} {gsxo} +\EC@family{LGR}{cmss}{bx}{sc} {gsxc} +\EC@family{LGR}{cmss}{bx}{it} {gsxi} +\EC@family{LGR}{cmss}{bx}{ui} {gsxu} +\EC@family{LGR}{cmss}{bx}{iv} {gsxe} +\EC@family{LGR}{cmss}{bx}{uv} {gsxa} +\endinput +%% +%% End of file `lgrcmss.fd'. |