diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-18 00:02:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-18 00:02:27 +0000 |
commit | 7f045818321b40b2a8aa30ebbabc6485b8793584 (patch) | |
tree | 822c5a4534b56572e525f5eff1e888fabbc3bce2 /Master/texmf-dist/tex/latex/public/rsfso | |
parent | 4f15d38bbe8d3bc4fd1902fba0d54708b74a4478 (diff) |
new virtual font package rsfso (14feb11)
git-svn-id: svn://tug.org/texlive/trunk@21440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/public/rsfso')
-rw-r--r-- | Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/public/rsfso/ursfso.fd | 22 |
2 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty b/Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty new file mode 100644 index 00000000000..110061f386d --- /dev/null +++ b/Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty @@ -0,0 +1,9 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{rsfso}[2011/02/13 v1 U/rsfso] +\RequirePackage{xkeyval}% +\define@key{rsfso.sty}{scaled}[1.0]{% +\expandafter\def\csname rsfso@scale\endcsname {#1}}% +\ExecuteOptionsX<rsfso.sty>{scaled}% +\ProcessOptionsX<rsfso.sty>\relax% +\DeclareMathAlphabet{\mathcal}{U}{rsfso}{m}{n} +\endinput diff --git a/Master/texmf-dist/tex/latex/public/rsfso/ursfso.fd b/Master/texmf-dist/tex/latex/public/rsfso/ursfso.fd new file mode 100644 index 00000000000..6704964a90f --- /dev/null +++ b/Master/texmf-dist/tex/latex/public/rsfso/ursfso.fd @@ -0,0 +1,22 @@ +%Filename: ursfso.fd +%Created by: tex ursfso-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{ursfso.fd} + [2011/02/13 Fontinst v1.933 font definitions for U/rsfso.] + + +\expandafter\ifx\csname rsfso@scale\endcsname\relax +\let\rsfso@@scale\@empty\else\edef\rsfso@@scale{s*[\csname rsfso@scale\endcsname]}\fi +\DeclareFontFamily{U}{rsfso}{\skewchar \font =45} + +\DeclareFontShape{U}{rsfso}{m}{n}{ + <-6> \rsfso@@scale rsfso5 + <6-8> \rsfso@@scale rsfso7 + <8-> \rsfso@@scale rsfso10 +}{} + + +\endinput |