summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/rsfso/rsfso.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/rsfso/rsfso.sty')
-rw-r--r--Master/texmf-dist/tex/latex/rsfso/rsfso.sty14
1 files changed, 14 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