diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/gofonts/GoSans.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/gofonts/GoSans.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty index 3edd89097e0..767001078d2 100644 --- a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty +++ b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{GoSans} - [2016/11/18 (Bob Tennent and autoinst) Style file for Go Sans fonts.] + [2017/04/01 (Bob Tennent and autoinst) Style file for Go Sans fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -47,7 +47,7 @@ \ifgo@ttf \RequirePackage{fontspec} \else - \RequirePackage{fontenc,mweights} + \RequirePackage{fontenc,fontaxes,mweights} \fi \ifgo@ttf @@ -61,6 +61,8 @@ ItalicFont = *-Regular-Italic , BoldFont = *-\go@boldstyle , BoldItalicFont = *-\go@boldstyle-Italic , + SmallCapsFont = {GoSmallcaps}, + ItalicFeatures = {SmallCapsFont=GoSmallcaps-Italic}, ] {Go} % grab current family in case of subsequent change: |