diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-03 23:43:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-03 23:43:25 +0000 |
commit | 1b5f64659e7d32557186d87f525ed3087ee6734b (patch) | |
tree | a2f9d06627f3ecb1141476dc835114fedf6b5ca5 /Master/texmf-dist/tex/latex/rsfso | |
parent | ebd30ecfd76a3bcac4745234f721af6c3359b68b (diff) |
rsfso
git-svn-id: svn://tug.org/texlive/trunk@32051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/rsfso')
-rw-r--r-- | Master/texmf-dist/tex/latex/rsfso/rsfso.sty | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/rsfso/ursfso.fd | 22 |
2 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/rsfso/rsfso.sty b/Master/texmf-dist/tex/latex/rsfso/rsfso.sty new file mode 100644 index 00000000000..db87a58b506 --- /dev/null +++ b/Master/texmf-dist/tex/latex/rsfso/rsfso.sty @@ -0,0 +1,14 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{rsfso}[2013/11/02 v1.01 U/rsfso (Michael Sharpe)] +\RequirePackage{xkeyval}% +\define@key{rsfso}{scaled}[1.0]{% +\expandafter\def\csname rsfso@scale\endcsname {#1}}% +\define@boolkey{rsfso}[rsfso@]{scr}[true]{} +\ExecuteOptionsX<rsfso>{scaled,scr=false}% +\ProcessOptionsX<rsfso>\relax% +\ifrsfso@scr% + \DeclareMathAlphabet{\mathscr}{U}{rsfso}{m}{n} +\else% + \DeclareMathAlphabet{\mathcal}{U}{rsfso}{m}{n} +\fi +\endinput diff --git a/Master/texmf-dist/tex/latex/rsfso/ursfso.fd b/Master/texmf-dist/tex/latex/rsfso/ursfso.fd new file mode 100644 index 00000000000..6704964a90f --- /dev/null +++ b/Master/texmf-dist/tex/latex/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 |