diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/gofonts/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gofonts/GoMono.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gofonts/GoSans.sty | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/fonts/gofonts/README b/Master/texmf-dist/doc/fonts/gofonts/README index 4a3832303e0..2843c9425b8 100644 --- a/Master/texmf-dist/doc/fonts/gofonts/README +++ b/Master/texmf-dist/doc/fonts/gofonts/README @@ -1,4 +1,4 @@ -This is the README for the gofonts package, version 2019-06-04. +This is the README for the gofonts package, version 2019-10-12. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the GoSans and GoMono families of fonts designed diff --git a/Master/texmf-dist/tex/latex/gofonts/GoMono.sty b/Master/texmf-dist/tex/latex/gofonts/GoMono.sty index 27a22042a22..41b03098d46 100644 --- a/Master/texmf-dist/tex/latex/gofonts/GoMono.sty +++ b/Master/texmf-dist/tex/latex/gofonts/GoMono.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{GoMono} - [2019/06/04 (Bob Tennent and autoinst) Style file for GoMono fonts.] + [2019/10/12 (Bob Tennent and autoinst) Style file for GoMono fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -31,8 +31,8 @@ \else % type1 - \def\bfseries@tt{bold} - \def\mdseries@tt{regular} + \def\bfseries@tt{b} + \def\mdseries@tt{m} \fi diff --git a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty index 9c70e8f6a01..7ef06482327 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} - [2019/04/19 (Bob Tennent and autoinst) Style file for Go Sans fonts.] + [2019/10/12 (Bob Tennent and autoinst) Style file for Go Sans fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -37,9 +37,9 @@ \else % type1 - \def\bfseries@sf{bold} - \def\mdseries@sf{regular} - \ifgo@medium\def\bfseries@sf{medium}\fi + \def\bfseries@sf{b} + \def\mdseries@sf{m} + \ifgo@medium\def\bfseries@sf{sb}\fi \fi @@ -82,7 +82,7 @@ \fi -\def\gomedium{\fontfamily{\gofamily}\fontseries{m}\selectfont} +\def\gomedium{\fontfamily{\gofamily}\fontseries{sb}\selectfont} \def\gobold{\fontfamily{\gofamily}\fontseries{b}\selectfont} \def\golgr{\fontencoding{LGR}\fontfamily{Go-TLF}\selectfont} % use Go-TLF even for ttf |