summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lato/lato.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-08 23:07:43 +0000
committerKarl Berry <karl@freefriends.org>2011-05-08 23:07:43 +0000
commit7dc3c4708596e02374ca1b55ebb4b9835d1ecfeb (patch)
treec0ba61a60b9d97ad15d1b9ddff8993333ae7652e /Master/texmf-dist/tex/latex/lato/lato.sty
parent923c59fcdff0b3f2a5ade27687660858ddc68f3c (diff)
lato (8may11)
git-svn-id: svn://tug.org/texlive/trunk@22358 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.sty29
1 files changed, 2 insertions, 27 deletions
diff --git a/Master/texmf-dist/tex/latex/lato/lato.sty b/Master/texmf-dist/tex/latex/lato/lato.sty
index 256822f207e..b296d832158 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 Mohamed El Morabity
+%% Copyright 2010, 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,7 +14,7 @@
% This work consists of all files listed in manifest.txt.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lato}[2010/12/18 Lato]
+\ProvidesPackage{lato}[2011/03/24 Lato]
\RequirePackage{keyval}
\RequirePackage{slantsc}
@@ -28,44 +28,19 @@
\x%
}
-\newcommand{\lato@series@normal}{m}
-\newcommand{\lato@series@bold}{b}
-
-\DeclareOption{regular}{%
- \renewcommand{\lato@series@normal}{m}%
-}
-
-\DeclareOption{light}{%
- \renewcommand{\lato@series@normal}{l}%
-}
-
-\DeclareOption{bold}{%
- \renewcommand{\lato@series@bold}{b}%
-}
-
-\DeclareOption{black}{%
- \renewcommand{\lato@series@bold}{eb}%
-}
-
\DeclareOption{defaultsans}{%
\renewcommand*{\sfdefault}{fla}%
- \renewcommand*{\mddefault}{\lato@series@normal}%
- \renewcommand*{\bfdefault}{\lato@series@bold}%
}
\DeclareOption{default}{%
\renewcommand*{\familydefault}{fla}%
\renewcommand*{\sfdefault}{fla}%
- \renewcommand*{\mddefault}{\lato@series@normal}%
- \renewcommand*{\bfdefault}{\lato@series@bold}%
}
\ProcessOptions*
-\relax
\newcommand{\flafamily}{%
\fontfamily{fla}%
- \fontseries{\lato@series@normal}%
\selectfont%
}