summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:54:22 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:54:22 +0000
commit2fe97556d08590d28e977a1f88a5cd248e9ac5ef (patch)
tree0e759a78060d3c9f28d2b2c6229c57e50eb3b2af /Master/texmf-dist/tex
parent24296bad96e472897f71df3a4e981b54a57bd428 (diff)
doublestroke
git-svn-id: svn://tug.org/texlive/trunk@835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/doublestroke/Udsrom.fd9
-rw-r--r--Master/texmf-dist/tex/latex/doublestroke/Udsss.fd9
-rw-r--r--Master/texmf-dist/tex/latex/doublestroke/dsfont.sty9
3 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/doublestroke/Udsrom.fd b/Master/texmf-dist/tex/latex/doublestroke/Udsrom.fd
new file mode 100644
index 00000000000..565af299ca0
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/doublestroke/Udsrom.fd
@@ -0,0 +1,9 @@
+\ProvidesFile{Udsrom.fd}
+ [1995/08/01 v0.1 Double stroke roman font definitions]
+\DeclareFontFamily{U}{dsrom}{}
+\DeclareFontShape{U}{dsrom}{m}{n}{
+ <-10> dsrom8
+ <10-12> dsrom10
+ <12-> dsrom12
+}{}
+\endinput
diff --git a/Master/texmf-dist/tex/latex/doublestroke/Udsss.fd b/Master/texmf-dist/tex/latex/doublestroke/Udsss.fd
new file mode 100644
index 00000000000..303b3a2bab1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/doublestroke/Udsss.fd
@@ -0,0 +1,9 @@
+\ProvidesFile{Udsss.fd}
+ [1995/08/01 v0.1 Double stroke sans serif font definitions]
+\DeclareFontFamily{U}{dsss}{}
+\DeclareFontShape{U}{dsss}{m}{n}{
+ <-10> dsss8
+ <10-12> dsss10
+ <12-> dsss12
+}{}
+\endinput
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