From 4978fc50e9868db202f4b51324b37a4f2e201f1e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Apr 2017 22:50:14 +0000 Subject: gofonts (2apr17) git-svn-id: svn://tug.org/texlive/trunk@43726 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/gofonts/README | 4 ++-- Master/texmf-dist/tex/latex/gofonts/GoSans.sty | 29 ++++++++------------------ Master/tlpkg/libexec/ctan2tds | 1 + 3 files changed, 12 insertions(+), 22 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/gofonts/README b/Master/texmf-dist/doc/fonts/gofonts/README index 6fb2e7cf667..b626e6842d3 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 2017-04-01. +This is the README for the gofonts package, version 2017-04-02. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the GoSans and GoMono families of fonts designed @@ -47,7 +47,7 @@ scale the fonts. Font encodings supported are OT1, T1, LY1 and TS1. For GoSans, the medium option activates that series as the -default bold series. Command \gomedium and \gobold allow for +default bold series. Commands \gomedium and \gobold allow for localized use of those series. The original TrueType fonts were obtained from diff --git a/Master/texmf-dist/tex/latex/gofonts/GoSans.sty b/Master/texmf-dist/tex/latex/gofonts/GoSans.sty index 767001078d2..b312799fc18 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} - [2017/04/01 (Bob Tennent and autoinst) Style file for Go Sans fonts.] + [2017/04/02 (Bob Tennent and autoinst) Style file for Go Sans fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -63,38 +63,27 @@ BoldItalicFont = *-\go@boldstyle-Italic , SmallCapsFont = {GoSmallcaps}, ItalicFeatures = {SmallCapsFont=GoSmallcaps-Italic}, + FontFace = {mb}{n}{Font=*-Medium}, + FontFace = {mb}{it}{Font=*-Medium-Italic}, + FontFace = {b}{n}{Font=*-Bold}, + FontFace = {b}{it}{Font=*-Bold-Italic}, ] {Go} % grab current family in case of subsequent change: \let\gofamily\sfdefault \ifgo@default\renewcommand*\familydefault{\gofamily}\fi - \newfontfamily\gomedium - [ UprightFont = *-Regular , - ItalicFont = *-Regular-Italic , - BoldFont = *-Medium , - BoldItalicFont = *-Medium-Italic - ] - {Go} - \newfontfamily\gobold - [ UprightFont = *-Regular , - ItalicFont = *-Regular-Italic , - BoldFont = *-Bold , - BoldItalicFont = *-Bold-Italic , - ] - {Go} - \else % type1 - \def\go@family{Go-TLF} - \renewcommand*\sfdefault{\go@family} + \def\gofamily{Go-TLF} + \renewcommand*\sfdefault{\gofamily} \ifgo@default\edef\familydefault{\sfdefault}\edef\seriesdefault{\mdseries@sf}\fi - \def\gomedium{\fontfamily{\go@family}\fontseries{mb}\selectfont} - \def\gobold{\fontfamily{\go@family}\fontseries{b}\selectfont} \fi +\def\gomedium{\fontfamily{\gofamily}\fontseries{mb}\selectfont} +\def\gobold{\fontfamily{\gofamily}\fontseries{b}\selectfont} \ifgo@ttf \defaultfontfeatures{} diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2f694f01580..f8d8c89df49 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -382,6 +382,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ecards', "die 'skipping, per author request'", 'eCards', "die 'skipping, per author request'", 'ecc', "&MAKEflatten", + 'ecgdraw', "die 'skipping, need new CTAN update to sync (2017)'", 'eclbip', "die 'skipping, use ecltree'", 'eco', "&MAKEeco", 'economic', "&MAKEnosymlinks", -- cgit v1.2.3