diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-04 21:20:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-04 21:20:25 +0000 |
commit | 4e8bc9eb06f9debd006884595373baf96bc57913 (patch) | |
tree | 9432ea8cb5ba30a947bc5bc3b11c51eea9d0822e /Master/texmf-dist/tex/latex/gofonts | |
parent | af3cdc4cc498963a6d97ffb627364723d7ec06fc (diff) |
gofonts (4jun19)
git-svn-id: svn://tug.org/texlive/trunk@51314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gofonts')
6 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/gofonts/GoMono.sty b/Master/texmf-dist/tex/latex/gofonts/GoMono.sty index 1583c6f4a8c..27a22042a22 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/04/19 (Bob Tennent and autoinst) Style file for GoMono fonts.] + [2019/06/04 (Bob Tennent and autoinst) Style file for GoMono fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -48,11 +48,13 @@ \ifgomono@ligatures \defaultfontfeatures{ Ligatures = TeX , + HyphenChar=None, Scale = \GoMono@scale , Extension = .ttf } \else \defaultfontfeatures{ Scale = \GoMono@scale , + HyphenChar=None, Extension = .ttf } \fi \setmonofont diff --git a/Master/texmf-dist/tex/latex/gofonts/LGRGoMono-TLF.fd b/Master/texmf-dist/tex/latex/gofonts/LGRGoMono-TLF.fd index 5a86cdd5e62..445f1d9eae9 100644 --- a/Master/texmf-dist/tex/latex/gofonts/LGRGoMono-TLF.fd +++ b/Master/texmf-dist/tex/latex/gofonts/LGRGoMono-TLF.fd @@ -9,7 +9,7 @@ \edef\GoMono@@scale{s*[\csname GoMono@scale\endcsname]}% \fi -\DeclareFontFamily{LGR}{GoMono-TLF}{} +\DeclareFontFamily{LGR}{GoMono-TLF}{\hyphenchar\font=-1} % ---- regular ---- diff --git a/Master/texmf-dist/tex/latex/gofonts/LY1GoMono-TLF.fd b/Master/texmf-dist/tex/latex/gofonts/LY1GoMono-TLF.fd index 01a2ae6a69f..52ea28fa343 100644 --- a/Master/texmf-dist/tex/latex/gofonts/LY1GoMono-TLF.fd +++ b/Master/texmf-dist/tex/latex/gofonts/LY1GoMono-TLF.fd @@ -9,7 +9,7 @@ \edef\GoMono@@scale{s*[\csname GoMono@scale\endcsname]}% \fi -\DeclareFontFamily{LY1}{GoMono-TLF}{} +\DeclareFontFamily{LY1}{GoMono-TLF}{\hyphenchar\font=-1} % ---- regular ---- diff --git a/Master/texmf-dist/tex/latex/gofonts/OT1GoMono-TLF.fd b/Master/texmf-dist/tex/latex/gofonts/OT1GoMono-TLF.fd index 4661edb5ffb..33aaa406972 100644 --- a/Master/texmf-dist/tex/latex/gofonts/OT1GoMono-TLF.fd +++ b/Master/texmf-dist/tex/latex/gofonts/OT1GoMono-TLF.fd @@ -9,7 +9,7 @@ \edef\GoMono@@scale{s*[\csname GoMono@scale\endcsname]}% \fi -\DeclareFontFamily{OT1}{GoMono-TLF}{} +\DeclareFontFamily{OT1}{GoMono-TLF}{\hyphenchar\font=-1} % ---- regular ---- diff --git a/Master/texmf-dist/tex/latex/gofonts/T1GoMono-TLF.fd b/Master/texmf-dist/tex/latex/gofonts/T1GoMono-TLF.fd index 53a4a4968dd..2f2fd713bc9 100644 --- a/Master/texmf-dist/tex/latex/gofonts/T1GoMono-TLF.fd +++ b/Master/texmf-dist/tex/latex/gofonts/T1GoMono-TLF.fd @@ -9,7 +9,7 @@ \edef\GoMono@@scale{s*[\csname GoMono@scale\endcsname]}% \fi -\DeclareFontFamily{T1}{GoMono-TLF}{} +\DeclareFontFamily{T1}{GoMono-TLF}{\hyphenchar\font=-1} % ---- regular ---- diff --git a/Master/texmf-dist/tex/latex/gofonts/TS1GoMono-TLF.fd b/Master/texmf-dist/tex/latex/gofonts/TS1GoMono-TLF.fd index 2566e1f6a91..e8fc5bb54d6 100644 --- a/Master/texmf-dist/tex/latex/gofonts/TS1GoMono-TLF.fd +++ b/Master/texmf-dist/tex/latex/gofonts/TS1GoMono-TLF.fd @@ -9,7 +9,7 @@ \edef\GoMono@@scale{s*[\csname GoMono@scale\endcsname]}% \fi -\DeclareFontFamily{TS1}{GoMono-TLF}{} +\DeclareFontFamily{TS1}{GoMono-TLF}{\hyphenchar\font=-1} % ---- regular ---- |