diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-19 23:28:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-19 23:28:36 +0000 |
commit | 15f5d483188549ccb1b39b8a73ad57111425d435 (patch) | |
tree | a022d0281a6714575e472353729dde832d8528ac /Master/texmf-dist/doc | |
parent | 4f1b42be15174cb8eba074f46945bd9b2fbdf0a9 (diff) |
noto (19feb18)
git-svn-id: svn://tug.org/texlive/trunk@46679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/fonts/noto/README | 46 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/noto/noto-samples.pdf | bin | 70757 -> 131017 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/noto/noto-samples.tex | 35 |
3 files changed, 75 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/noto/README b/Master/texmf-dist/doc/fonts/noto/README index 1595d8e7fb5..f5105c9ed56 100644 --- a/Master/texmf-dist/doc/fonts/noto/README +++ b/Master/texmf-dist/doc/fonts/noto/README @@ -1,4 +1,4 @@ -This is the README for the noto package, version 2017-01-05. +This is the README for the noto package, version 2018-02-19. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the NotoSerif, NotoSans and NotoMono families of @@ -24,25 +24,61 @@ To activate NotoSerif without NotoSans, use \usepackage[rm]{noto} +or + +\usepackage{noto-serif}. + Similarly, to activate NotoSans without NotoSerif use \usepackage[sf]{noto} -To use NotoSans as the main text font, use +or + +\usepackage{noto-sans} -\usepackage[sfdefault]{noto} +To use NotoSans as the main text font, use the + + sfdefault + +option. This re-defines \familydefault, not \rmdefault. LuaLaTeX and xeLaTeX users who might prefer type1 fonts or who wish to avoid fontspec may use the type1 option. Use option nott to avoid activating NotoMono as the fixed-width font. +To active just NotoMono, use + +\usepackage{noto-mono} Options scaled=<number> or scale=<number> may be used to scale the NotoSans and NotoMono fonts; the serifed variants -are not affected. +are not affected unless noto-serif is being used. Font encodings supported are OT1, T1, LY1 and TS1. +The default figures are lining-tabular. The following options +may be used: + + pf proportional + osf oldstyle + lf lining + tf tabular + +The default weight is Regular; the following options may be +used: + + thin + extralight + light + medium + +The default bold weight is Bold; the following options may +be used: + + semibold + extrabold + black + Macros \notoserif, \notosans and \notomono select the NotoSerif, NotoSans and NotoMono families, respectively. @@ -50,7 +86,7 @@ The original fonts are available at https://www.google.com/get/noto and are licensed under the SIL Open Font License, (version 1.1); the text may be found in the doc directory. The type1 versions were created using -fontforge, which was also used to generate bold and italic +ccftot1; fontforge was used to generate bold and italic (i.e., oblique) variants of NotoMono. The support files were created using autoinst and are licensed under the terms of the LaTeX Project Public License. The maintainer of this diff --git a/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf b/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf Binary files differindex 9c5ee4881be..fa9be525800 100644 --- a/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf +++ b/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf diff --git a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex index 1e4db233916..b6b5f398e76 100644 --- a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex +++ b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex @@ -1,6 +1,9 @@ \documentclass{article} \usepackage[T1]{fontenc} -\usepackage{noto} +%\usepackage[osf,pf]{noto-mono} +%\usepackage[osf,pf]{noto-sans} +%\usepackage[osf,pf]{noto-serif} +\usepackage[osf,pf]{noto} \usepackage{lipsum} \begin{document} @@ -22,6 +25,21 @@ \textbf{\textit{\lipsum[4]}} +\subsection*{Regular Small Caps} +\textsc{\lipsum[1]} + +\subsection*{Italic Small Caps} +\textsc{\textit{\lipsum[2]}} + +\subsection*{Bold Small Caps} + +\textsc{\textbf{\lipsum[3]}} + + + +\subsection*{Bold Italic Small Caps} +\textsc{\textbf{\textit{\lipsum[4]}}} + \subsection*{Numbers} 1234567890 @@ -47,6 +65,21 @@ \textbf{\textit{\lipsum[4]}} +\subsection*{Regular Small Caps} +\textsc{\lipsum[1]} + +\subsection*{Italic Small Caps} +\textsc{\textit{\lipsum[2]}} + +\subsection*{Bold Small Caps} + +\textsc{\textbf{\lipsum[3]}} + + + +\subsection*{Bold Italic Small Caps} +\textsc{\textbf{\textit{\lipsum[4]}}} + \subsection*{Numbers} 1234567890 |