summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/doublestroke/dsfont.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/doublestroke/dsfont.sty')
-rw-r--r--Master/texmf-dist/tex/latex/doublestroke/dsfont.sty9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/doublestroke/dsfont.sty b/Master/texmf-dist/tex/latex/doublestroke/dsfont.sty
new file mode 100644
index 00000000000..8be042232cb
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/doublestroke/dsfont.sty
@@ -0,0 +1,9 @@
+\ProvidesPackage{dsfont}
+ [1995/08/01 v0.1 Double stroke roman fonts]
+
+\def\ds@whichfont{dsrom}
+\DeclareOption{sans}{\def\ds@whichfont{dsss}}
+\ProcessOptions\relax
+
+\DeclareMathAlphabet{\mathds}{U}{\ds@whichfont}{m}{n}
+\endinput