From b64284f64d8b6fb67827cf672d80accdd889cfc2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 12 Aug 2014 21:30:27 +0000 Subject: roboto (12aug14) git-svn-id: svn://tug.org/texlive/trunk@34915 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/roboto/README | 11 ++++++----- Master/texmf-dist/tex/latex/roboto/roboto.sty | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist') 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 -- cgit v1.2.3