diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-05 22:01:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-05 22:01:48 +0000 |
commit | 1ced06e01a6858d6bd9e1de0b1175bd26cf4930f (patch) | |
tree | 7c68f355f67a5f367ba072c67b71ab124bbc4ddb /Master/texmf-dist/tex/latex | |
parent | d78a5a4de1e73a2151e8ed2635a199d928ccb559 (diff) |
universalis (5may14)
git-svn-id: svn://tug.org/texlive/trunk@33860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/universalis/universalis.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/universalis/universalis.sty b/Master/texmf-dist/tex/latex/universalis/universalis.sty index bbcec86f3c3..2259f31155f 100644 --- a/Master/texmf-dist/tex/latex/universalis/universalis.sty +++ b/Master/texmf-dist/tex/latex/universalis/universalis.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{universalis} - [2014/05/02 (Bob Tennent) Supports Universalis fonts for all LaTeX engines.] + [2014/05/04 (Bob Tennent) Supports Universalis fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -87,7 +87,10 @@ \def\mdseries@sf{c}\def\bfseries@sf{bc} } \def\sfdefault{\univrsfamily} - \ifunivrs@default\edef\familydefault{\sfdefault}\fi + \ifunivrs@default + \edef\familydefault{\univrsfamily} + \edef\seriesdefault{\mdseries@sf} + \fi \fi \ifunivrs@otf |