diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-26 22:19:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-26 22:19:06 +0000 |
commit | 48dd773c890f2b8a9b6cc6508f88eaef6e7bcb27 (patch) | |
tree | 29bb955cfe1229e87de27c6f1d40756c57d4c8ba /Master/texmf-dist/tex/latex/lato/lato.sty | |
parent | 88a7c1cfb083c98a210bdf72c884745fea80386f (diff) |
lato 2.0 (23aug11)
git-svn-id: svn://tug.org/texlive/trunk@23705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lato/lato.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lato/lato.sty | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lato/lato.sty b/Master/texmf-dist/tex/latex/lato/lato.sty index b296d832158..2f62d547007 100644 --- a/Master/texmf-dist/tex/latex/lato/lato.sty +++ b/Master/texmf-dist/tex/latex/lato/lato.sty @@ -1,5 +1,5 @@ %% lato.sty -%% Copyright 2010, 2011 Mohamed El Morabity +%% Copyright 2011 Mohamed El Morabity % % This work may be distributed and/or modified under the conditions of the LaTeX % Project Public License, either version 1.3 of this license or (at your option) @@ -14,16 +14,17 @@ % This work consists of all files listed in manifest.txt. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{lato}[2011/03/24 Lato] +\ProvidesPackage{lato}[2011/08/06 Lato] \RequirePackage{keyval} \RequirePackage{slantsc} +\RequirePackage[warn]{textcomp} % Taken from inconsolata.sty \define@key{lato}{scale}[1.0]{\def\lato@scale{s*[#1]}} \DeclareOption*{% - \begingroup - \edef\x{\endgroup + \begingroup% + \edef\x{\endgroup% \noexpand\setkeys{lato}{\CurrentOption}}% \x% } |