diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:37 +0000 |
commit | 741d260bde7e1f4cd395c0e863f940de85e97a44 (patch) | |
tree | c6040eec151537eaf3a1edf333c35de706b417d0 /Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty | |
parent | 5ce5f1cb397fbb9db0d1f3103ebc44090d02e365 (diff) |
calrsfs
git-svn-id: svn://tug.org/texlive/trunk@733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty b/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty new file mode 100644 index 00000000000..96171fed28b --- /dev/null +++ b/Master/texmf-dist/tex/latex/calrsfs/calrsfs.sty @@ -0,0 +1,10 @@ +%% +%% 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' |