diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-30 19:38:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-30 19:38:46 +0000 |
commit | 08b5f2098ebb0fe743ea196f74d047b024b9bf8c (patch) | |
tree | 4802997462c494a07d411cc5fb8ce6a921f5cd42 | |
parent | d040e0ff55dff5cbaf3de9c99059f641579b3ad7 (diff) |
dsserif (30oct21)
git-svn-id: svn://tug.org/texlive/trunk@60898 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/dsserif/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dsserif/dsserif.sty | 10 |
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} |