diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-12 20:21:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-12 20:21:26 +0000 |
commit | 667d3caee95b703749740b5935aae367b8eb5136 (patch) | |
tree | 0222c5303f4d827d5fb4db3e6000800bd7731215 /Master/texmf-dist | |
parent | 7282ee4fdd7abe4dd307a811ecb97dbb356f1f55 (diff) |
gofonts (12sep22)
git-svn-id: svn://tug.org/texlive/trunk@64358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/fonts/gofonts/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gofonts/GoMono.sty | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gofonts/GoSans.sty | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/gofonts/README b/Master/texmf-dist/doc/fonts/gofonts/README index 2843c9425b8..cc1565f8a5c 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-10-12. +This is the README for the gofonts package, version 2022-09-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 41b03098d46..5bc3193d9c7 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/10/12 (Bob Tennent and autoinst) Style file for GoMono fonts.] + [2022/09/12 (Bob Tennent and autoinst) Style file for GoMono fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -44,7 +44,6 @@ \fi \ifgomono@ttf - \ifxetex\XeTeXtracingfonts=1\fi \ifgomono@ligatures \defaultfontfeatures{ Ligatures = TeX , diff --git a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty index 7ef06482327..23e831c9ce0 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/10/12 (Bob Tennent and autoinst) Style file for Go Sans fonts.] + [2022/09/12 (Bob Tennent and autoinst) Style file for Go Sans fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -51,7 +51,6 @@ \fi \ifgo@ttf - \ifxetex\XeTeXtracingfonts=1\fi \defaultfontfeatures{ Ligatures = TeX , Scale = \Go@scale , |