diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r-- | Master/texmf-dist/doc/fonts/gofonts/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf | bin | 146274 -> 53658 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/gofonts/go-samples.tex | 26 |
3 files changed, 31 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/fonts/gofonts/README b/Master/texmf-dist/doc/fonts/gofonts/README index b626e6842d3..b80765d6205 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-02. +This is the README for the gofonts package, version 2019-04-19. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the GoSans and GoMono families of fonts designed @@ -44,12 +44,16 @@ who wish to avoid fontspec may use the type1 option. Options scaled=<number> or scale=<number> may be used to scale the fonts. -Font encodings supported are OT1, T1, LY1 and TS1. +Font encodings supported are OT1, T1, TS1, LY1 and LGR. For GoSans, the medium option activates that series as the default bold series. Commands \gomedium and \gobold allow for localized use of those series. +Commands \golgr and \gomonolgr allow for localized use +of LGR-encoded type1 fonts. + + The original TrueType fonts were obtained from https://go.googlesource.com/image diff --git a/Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf b/Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf Binary files differindex b4e7406b1b3..75cb09e71e5 100644 --- a/Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf +++ b/Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf diff --git a/Master/texmf-dist/doc/fonts/gofonts/go-samples.tex b/Master/texmf-dist/doc/fonts/gofonts/go-samples.tex index 4eb84825ed7..c1f42d9453e 100644 --- a/Master/texmf-dist/doc/fonts/gofonts/go-samples.tex +++ b/Master/texmf-dist/doc/fonts/gofonts/go-samples.tex @@ -1,5 +1,5 @@ \documentclass{article} -\usepackage[T1]{fontenc} +\usepackage[LGR,T1]{fontenc} \usepackage[sfdefault]{GoSans} \usepackage{GoMono} \usepackage{lipsum} @@ -47,6 +47,16 @@ Officially broken off. Often offline, find me flowerless. + +\section*{LGR} + + +{\golgr\noindent + a b g d e z h j i k l m n x o p r s t u f q y w\\ + A B G D E Z H J I K L M N X O P R S T U F Q Y W\\ +} + + \section*{Go Mono} \ttfamily\sloppy @@ -73,4 +83,18 @@ Officially broken off. Often offline, find me flowerless. 1234567890 +\subsection*{Ligatures} + + +Officially broken off. Often offline, find me flowerless. + +\section*{LGR} + + +{\gomonolgr\noindent + a b g d e z h j i k l m n x o p r s t u f q y w\\ + A B G D E Z H J I K L M N X O P R S T U F Q Y W\\ +} + + \end{document} |