diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/calrsfs/calrsfs.sty |
Initial commit
Diffstat (limited to 'macros/latex/contrib/calrsfs/calrsfs.sty')
-rw-r--r-- | macros/latex/contrib/calrsfs/calrsfs.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/latex/contrib/calrsfs/calrsfs.sty b/macros/latex/contrib/calrsfs/calrsfs.sty new file mode 100644 index 0000000000..b558f06d00 --- /dev/null +++ b/macros/latex/contrib/calrsfs/calrsfs.sty @@ -0,0 +1,13 @@ +%% This file is public domain. +%% Originally written 1994, Vadim V. Zhytnikov. +%% This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov. +%% +%% This style replaces \mathcal by Ralph Smith's formal script +%% +%% 1994/06/06 Vadim V. Zhytnikov +%% +\DeclareSymbolFont{rsfscript}{OMS}{rsfs}{m}{n} +\DeclareSymbolFontAlphabet{\mathrsfs}{rsfscript} +\renewcommand{\mathcal}{\mathrsfs} +%% +%% End of file `calrsfs.sty' |