summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-04 21:11:20 +0000
committerKarl Berry <karl@freefriends.org>2019-05-04 21:11:20 +0000
commit3711079c20c50260c61bcf053d667964d18d9834 (patch)
tree51403391d0f2697173c4fb711f366e0f8f2441d6 /Master/texmf-dist/doc
parenta1e9940b98fb11ea21ec7588579a6d7f63e9f907 (diff)
gofonts (4may19)
git-svn-id: svn://tug.org/texlive/trunk@50981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/fonts/gofonts/README8
-rw-r--r--Master/texmf-dist/doc/fonts/gofonts/go-samples.pdfbin146274 -> 53658 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/gofonts/go-samples.tex26
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
index b4e7406b1b3..75cb09e71e5 100644
--- a/Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/gofonts/go-samples.pdf
Binary files differ
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}