diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-03 22:25:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-03 22:25:56 +0000 |
commit | d8d3b03e8c87e7bb91d0e2d25029916d8a75708c (patch) | |
tree | 0f5ec7fb62d18dfe0520b7d803adc3d00b62706d /Master/texmf-dist/tex/latex/raleway | |
parent | d225b5142e94c0a8d154a5a24ebcdb99d9881123 (diff) |
raleway (3dec16)
git-svn-id: svn://tug.org/texlive/trunk@42629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/raleway')
-rw-r--r-- | Master/texmf-dist/tex/latex/raleway/raleway.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/raleway/raleway.sty b/Master/texmf-dist/tex/latex/raleway/raleway.sty index 2572877a18f..a6a70f98a79 100644 --- a/Master/texmf-dist/tex/latex/raleway/raleway.sty +++ b/Master/texmf-dist/tex/latex/raleway/raleway.sty @@ -8,7 +8,7 @@ % Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{raleway}[2015/01/11 v1.3 Matt McInerney’s Raleway family] +\ProvidesPackage{raleway}[2016/12/03 v1.4 Matt McInerney’s Raleway family] \RequirePackage{ifxetex,ifluatex,xkeyval} @@ -122,7 +122,10 @@ \ifraleway@sfdefault \setsansfont [ UprightFont = *-\raleway@regstyle , - BoldFont = *-\raleway@boldstyle ] + ItalicFont = *-\raleway@regstyle-Italic , + BoldFont = *-\raleway@boldstyle , + BoldItalicFont = *-\raleway@boldstyle-Italic + ] {Raleway} \fi |