summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty9
-rw-r--r--Master/texmf-dist/tex/latex/rsfso/rsfso.sty14
-rw-r--r--Master/texmf-dist/tex/latex/rsfso/ursfso.fd (renamed from Master/texmf-dist/tex/latex/public/rsfso/ursfso.fd)0
3 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty b/Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty
deleted file mode 100644
index 110061f386d..00000000000
--- a/Master/texmf-dist/tex/latex/public/rsfso/rsfso.sty
+++ /dev/null
@@ -1,9 +0,0 @@
-\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/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/public/rsfso/ursfso.fd b/Master/texmf-dist/tex/latex/rsfso/ursfso.fd
index 6704964a90f..6704964a90f 100644
--- a/Master/texmf-dist/tex/latex/public/rsfso/ursfso.fd
+++ b/Master/texmf-dist/tex/latex/rsfso/ursfso.fd