diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty b/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty index 06f604598e6..aa8ac942c9d 100644 --- a/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty +++ b/Master/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty @@ -8,7 +8,7 @@ % Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{sourcesanspro}[2014/07/28 v2.4 Adobe's Source Sans Pro typeface] +\ProvidesPackage{sourcesanspro}[2015/01/11 v2.5 Adobe's Source Sans Pro typeface] \RequirePackage{ifxetex,ifluatex,xkeyval} @@ -203,6 +203,7 @@ \fi % If source sans pro is the default font \oldstylenums needs a new definition. + \let\nativeoldstylenums\oldstylenums \ifsourcesanspro@default \renewcommand*\oldstylenums[1]{% \begingroup @@ -222,4 +223,4 @@ \edef\familydefault{\sfdefault} \fi -\endinput
\ No newline at end of file +\endinput |