diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
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 ---- |