diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/gofonts/README |
Initial commit
Diffstat (limited to 'fonts/gofonts/README')
-rw-r--r-- | fonts/gofonts/README | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/fonts/gofonts/README b/fonts/gofonts/README new file mode 100644 index 0000000000..4a3832303e --- /dev/null +++ b/fonts/gofonts/README @@ -0,0 +1,67 @@ +This is the README for the gofonts package, version 2019-06-04. + +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. Regular and italic small caps are provided. + +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, 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 + +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. |