summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gofonts/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/gofonts/README')
-rw-r--r--Master/texmf-dist/doc/fonts/gofonts/README63
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/gofonts/README b/Master/texmf-dist/doc/fonts/gofonts/README
new file mode 100644
index 00000000000..441ac0167f2
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/gofonts/README
@@ -0,0 +1,63 @@
+This is the README for the gofonts package, version 2016-11-18.
+
+This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
+support for the GoSans and GoMono families of fonts designed
+by the Bigelow & Holmes foundry for the Go project. GoSans
+is available in three weights: Regular. Medium and Bold
+(with corresponding italics). GoMono is available in regular
+and bold, with italics.
+
+Notes on the design may be found at
+
+https://blog.golang.org/go-fonts
+
+To install this package on a TDS-compliant TeX system
+download the file "tex-archive"/install/fonts/gofonts.tds.zip
+where the preferred URL for "tex-archive" is
+http://mirrors.ctan.org. Unzip the archive at the root of an
+appropriate texmf tree, likely a personal or local tree. If
+necessary, update the file-name database (e.g., texhash).
+Update the font-map files by enabling the Map file go.map.
+
+To use, add
+
+\usepackage{GoSans}
+
+to the preamble of your document. These will activate GoSans
+as the sans-serif text font. To activate it as the main text
+font, use
+
+\usepackage[sfdefault]{GoSans}
+
+Use
+
+\usepackage{GoMono}
+
+to activate GoMono as the monospaced text font. The nomap
+option will suppress the tex-text mapping of TeX "smart
+quotes" and other ligatures into unicode glyphs for xeLaTeX
+and luaLaTeX.
+
+LuaLaTeX and xeLaTeX users who might prefer type1 fonts or
+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.
+
+For GoSans, the medium option activates that series as the
+default bold series. Command \gomedium and \gobold allow for
+localized use of those series.
+
+The original TrueType fonts were obtained from
+
+https://go.googlesource.com/image
+
+and are licensed under the same open source license as the
+rest of the Go project's software. The text may be found in
+the doc directory. The type1 versions were created using
+fontforge. The support files were created using autoinst and
+are licensed under the terms of the LaTeX Project Public
+License. The maintainer of this package is Bob Tennent at
+rdt(at)cs(dot)queensu(dot)ca.