diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r-- | Master/texmf-dist/doc/fonts/roboto/ChangeLogLaTeX.txt | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/roboto/README | 36 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/roboto/roboto-samples.pdf | bin | 89215 -> 107500 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/roboto/roboto-samples.tex | 6 |
4 files changed, 37 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/roboto/ChangeLogLaTeX.txt b/Master/texmf-dist/doc/fonts/roboto/ChangeLogLaTeX.txt new file mode 100644 index 00000000000..46d0c9adb7a --- /dev/null +++ b/Master/texmf-dist/doc/fonts/roboto/ChangeLogLaTeX.txt @@ -0,0 +1,6 @@ +2019-03-01 and 2019-03-03: + + FontFace and NFSSFamily declarations provided by Mario + Haustein added to roboto.sty and roboto-mono.sty so that + \fontseries{...} and \fontfamily{...} commands work as + expected with xelatex and lualatex. diff --git a/Master/texmf-dist/doc/fonts/roboto/README b/Master/texmf-dist/doc/fonts/roboto/README index e78fa65f646..68ec5cb1378 100644 --- a/Master/texmf-dist/doc/fonts/roboto/README +++ b/Master/texmf-dist/doc/fonts/roboto/README @@ -1,5 +1,5 @@ This is the README for the roboto package, version -2019-03-01. +2019-04-05. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Roboto, RobotoCondensed, RobotoMono and @@ -77,12 +77,30 @@ Options scaled=<number> or scale=<number> may be used to adjust the sans fontsizes to match a serifed font. The default figure style is proportional-lining but the -following options may be used to get other styles (in Roboto -and RobotoCondensed): +following options may be used to get other styles (in +Roboto, RobotoCondensed, and RobotoSlab): oldstyle (or osf) tabular (or t) +The following allow for localized use of non-default figure +styles: + +\robotoLF{...} (proportional lining) +\robotoTLF{...} (tabular lining) +\robotoOsF{...} (proportional oldstyle) +\robotoTOsF{...} (tabular oldstyle) + +The following commands allow for localized use of +non-default weights: + +\robotoThin{...} \robotomonoThin{...} +\robotoLight{...} \robotomonoLight{...} +\robotoRegular{...} \robotomonoRegular{...} +\robotoMedium{...} \robotomonoMedium{...} +\robotoBold{...} \robotomonoBold{...} +\robotoBlack{...} \robotomonoBlack{...} + Font encodings supported are OT1, T1, LY1 and TS1. Commands \roboto, \robotocondensed, \robotoslab, and @@ -91,9 +109,9 @@ and RobotoMono font family, respectively. The original fonts are available at http://www.google.com/webfonts and are licensed under the -Apache License, (version 2); 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 (rdt -at cs.queensu.ca) +Apache License, (version 2); the text may be found in the +doc directory. The opentype and type1 versions were created +using fontforge and cfftot1. 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 (rdt at cs.queensu.ca) diff --git a/Master/texmf-dist/doc/fonts/roboto/roboto-samples.pdf b/Master/texmf-dist/doc/fonts/roboto/roboto-samples.pdf Binary files differindex 5acbfe36457..5592213a248 100644 --- a/Master/texmf-dist/doc/fonts/roboto/roboto-samples.pdf +++ b/Master/texmf-dist/doc/fonts/roboto/roboto-samples.pdf diff --git a/Master/texmf-dist/doc/fonts/roboto/roboto-samples.tex b/Master/texmf-dist/doc/fonts/roboto/roboto-samples.tex index e32a9622ca6..66e7ab71b7a 100644 --- a/Master/texmf-dist/doc/fonts/roboto/roboto-samples.tex +++ b/Master/texmf-dist/doc/fonts/roboto/roboto-samples.tex @@ -5,6 +5,8 @@ \usepackage{lipsum} \begin{document} + + \subsection*{Regular} \lipsum[1] @@ -31,11 +33,11 @@ \subsection*{Oldstyle Numbers} -\oldstylenums{1234567890} +\robotoOsF{1234567890} \subsection*{Lining Numbers} -\liningnums{1234567890} +\robotoTLF{1234567890} \robotocondensed |