summaryrefslogtreecommitdiff
path: root/fonts/doublestroke/dsfont.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/doublestroke/dsfont.sty
Initial commit
Diffstat (limited to 'fonts/doublestroke/dsfont.sty')
-rw-r--r--fonts/doublestroke/dsfont.sty9
1 files changed, 9 insertions, 0 deletions
diff --git a/fonts/doublestroke/dsfont.sty b/fonts/doublestroke/dsfont.sty
new file mode 100644
index 0000000000..8be042232c
--- /dev/null
+++ b/fonts/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