summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-30 19:38:46 +0000
committerKarl Berry <karl@freefriends.org>2021-10-30 19:38:46 +0000
commit08b5f2098ebb0fe743ea196f74d047b024b9bf8c (patch)
tree4802997462c494a07d411cc5fb8ce6a921f5cd42 /Master/texmf-dist
parentd040e0ff55dff5cbaf3de9c99059f641579b3ad7 (diff)
dsserif (30oct21)
git-svn-id: svn://tug.org/texlive/trunk@60898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/fonts/dsserif/README5
-rw-r--r--Master/texmf-dist/tex/latex/dsserif/dsserif.sty10
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/dsserif/README b/Master/texmf-dist/doc/fonts/dsserif/README
index 9181661d7d3..ed101382a10 100644
--- a/Master/texmf-dist/doc/fonts/dsserif/README
+++ b/Master/texmf-dist/doc/fonts/dsserif/README
@@ -19,7 +19,10 @@ The font files and the LaTeX support files are
Files provided "as is", with no warranties.
-Current version: 1.03 2021-10-28
+Current version: 1.031 2021-10-29
+
+Changes in version 1.031
+Corrected a scaling problem in dsserif.sty.
Changes in version 1.03
1. Added options symbols (load as symbol font, not as MathAlphabet), bfbb (force \mathbb to refer to bold weight.)
diff --git a/Master/texmf-dist/tex/latex/dsserif/dsserif.sty b/Master/texmf-dist/tex/latex/dsserif/dsserif.sty
index 24b57b4519f..916a3b64cc7 100644
--- a/Master/texmf-dist/tex/latex/dsserif/dsserif.sty
+++ b/Master/texmf-dist/tex/latex/dsserif/dsserif.sty
@@ -1,15 +1,15 @@
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.03}
-\def\filedate{2021/10/28}
+\def\fileversion{1.031}
+\def\filedate{2021/10/29}
\ProvidesPackage{dsserif}[\filedate\space v\fileversion\space U/dsserif]
%\@ifundefined{hexnumber@}{\input{binhex}}{}
\RequirePackage{xkeyval}%
-\newcommand*{\DSS@scale}{1}
+\newcommand*{\DSS@scale}{s*[1]}
\newcommand*{\DSS@m}{m}
\newif\ifDSS@sym
-\DeclareOptionX{scale}{\renewcommand*{\DSS@scale}{#1}}
-\DeclareOptionX{scaled}{\renewcommand*{\DSS@scale}{#1}}
+\DeclareOptionX{scale}{\renewcommand*{\DSS@scale}{s*[#1] }}
+\DeclareOptionX{scaled}{\renewcommand*{\DSS@scale}{s*[#1] }}
\DeclareOptionX{bfbb}{\renewcommand*{\DSS@m}{b}}
\DeclareOptionX{bbsymbols}{\DSS@symtrue}
\DeclareOptionX{symbols}{\DSS@symtrue}