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/texmf-dist/tex/latex/roboto | |
parent | 698535b32ce8e5cb66d3c51b4be0f0cb41e8e98c (diff) |
roboto (12aug14)
git-svn-id: svn://tug.org/texlive/trunk@34915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/roboto')
-rw-r--r-- | Master/texmf-dist/tex/latex/roboto/roboto.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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 |