diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-12 21:30:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-12 21:30:27 +0000 |
commit | b64284f64d8b6fb67827cf672d80accdd889cfc2 (patch) | |
tree | 5f0715f25e8730e71ea660b0c88a61c80eb05899 /Master | |
parent | 698535b32ce8e5cb66d3c51b4be0f0cb41e8e98c (diff) |
roboto (12aug14)
git-svn-id: svn://tug.org/texlive/trunk@34915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/roboto/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/roboto/roboto.sty | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/roboto/README b/Master/texmf-dist/doc/fonts/roboto/README index 522e8f8dfe4..06bca454c0f 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 -2014-07-17. +2014-08-12. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Roboto, RobotoCondensed and RobotoSlab @@ -31,13 +31,14 @@ To use, add \usepackage{roboto} -to the preamble of your document. This makes Roboto the default sans -family. To also set Roboto as the main text font, use +to the preamble of your document. This makes Roboto the +default sans family. To also set Roboto as the main text +font, use \usepackage[sfdefault]{roboto} -LuaLaTeX and xeLaTeX users who might prefer type1 fonts or who wish -to avoid fontspec may use the type1 option. +LuaLaTeX and xeLaTeX users who might prefer type1 fonts or +who wish to avoid fontspec may use the type1 option. Other options include: diff --git a/Master/texmf-dist/tex/latex/roboto/roboto.sty b/Master/texmf-dist/tex/latex/roboto/roboto.sty index 8094cc39dad..0b9e7f937f6 100644 --- a/Master/texmf-dist/tex/latex/roboto/roboto.sty +++ b/Master/texmf-dist/tex/latex/roboto/roboto.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{roboto} - [2014/07/17 (Bob Tennent) Supports Roboto fonts for all LaTeX engines.] + [2014/08/12 (Bob Tennent) Supports Roboto fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -17,8 +17,8 @@ \newcommand*{\Roboto@scale}{1} \newcommand*{\RobotoCondensed@scale}{1} -\DeclareOptionX{scaled}{\renewcommand*{\Roboto@scale}{#1}\RobotoCondensed@scale{#1}} -\DeclareOptionX{scale}{\renewcommand*{\Roboto@scale}{#1}\RobotoCondensed@scale{#1}} +\DeclareOptionX{scaled}{\renewcommand*{\Roboto@scale}{#1}\renewcommand*{\RobotoCondensed@scale}{#1}} +\DeclareOptionX{scale}{\renewcommand*{\Roboto@scale}{#1}\renewcommand*{\RobotoCondensed@scale}{#1}} \newif\ifroboto@light \roboto@lightfalse \newif\ifroboto@thin \roboto@thinfalse |