diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-04 21:11:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-04 21:11:20 +0000 |
commit | 3711079c20c50260c61bcf053d667964d18d9834 (patch) | |
tree | 51403391d0f2697173c4fb711f366e0f8f2441d6 /Master/texmf-dist/doc/fonts/gofonts/go-samples.tex | |
parent | a1e9940b98fb11ea21ec7588579a6d7f63e9f907 (diff) |
gofonts (4may19)
git-svn-id: svn://tug.org/texlive/trunk@50981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/gofonts/go-samples.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/gofonts/go-samples.tex | 26 |
1 files changed, 25 insertions, 1 deletions
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} |