diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-10 22:17:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-10 22:17:02 +0000 |
commit | 8d0f1acc26eecc417623ad29174120f9a1b0acc0 (patch) | |
tree | c668116e5b9bdbb7b9cbbd2c5cc0d37b4e7aebf5 /Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty | |
parent | 85d95381d08df59e99a92fecb0210d6916be0ec6 (diff) |
sourceserifpro (10nov18)
git-svn-id: svn://tug.org/texlive/trunk@49120 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty b/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty index 6510238afe0..7a7d148ceea 100644 --- a/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty +++ b/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty @@ -8,7 +8,7 @@ % Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{sourceserifpro}[2018/09/05 v1.3 Adobe's Source Serif Pro typeface] +\ProvidesPackage{sourceserifpro}[2018/11/10 v1.4 Adobe's Source Serif Pro typeface] \RequirePackage{ifxetex,ifluatex,xkeyval} @@ -113,7 +113,9 @@ \ifsourceserifpro@rmdefault \setmainfont [ UprightFont = *-\sourceserifpro@regstyle , - BoldFont = *-\sourceserifpro@boldstyle ] + ItalicFont = *-\sourceserifpro@regstyle It , + BoldFont = *-\sourceserifpro@boldstyle , + BoldItalicFont = *-\sourceserifpro@boldstyle It ] {SourceSerifPro} \fi |