diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-24 23:36:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-24 23:36:00 +0000 |
commit | 434432db48e94cb842fae98e8f26c56da87a9a50 (patch) | |
tree | ba3a757339170307dc74559a9939190505ca14a7 /Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty | |
parent | ae917f7ce5f946cd1aa6fcdf70fb914da8981034 (diff) |
comfortaa (24dec10)
git-svn-id: svn://tug.org/texlive/trunk@20853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty b/Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty index 653b0dfb382..bfb54a17927 100644 --- a/Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty +++ b/Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty @@ -14,7 +14,7 @@ % This work consists of all files listed in manifest.txt. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{comfortaa}[2010/12/02 Comfortaa] +\ProvidesPackage{comfortaa}[2010/12/18 Comfortaa] \RequirePackage{keyval} \RequirePackage{slantsc} @@ -28,25 +28,25 @@ \x% } -\newcommand{\comfortaa@series}{m} +\newcommand{\comfortaa@series@normal}{m} \DeclareOption{regular}{% - \renewcommand{\comfortaa@series}{m}% + \renewcommand{\comfortaa@series@normal}{m}% } \DeclareOption{light}{% - \renewcommand{\comfortaa@series}{l}% + \renewcommand{\comfortaa@series@normal}{l}% } \DeclareOption{defaultsans}{% \renewcommand*{\sfdefault}{fco}% - \renewcommand*{\mddefault}{\comfortaa@series}% + \renewcommand*{\mddefault}{\comfortaa@series@normal}% } \DeclareOption{default}{% \renewcommand*{\familydefault}{fco}% \renewcommand*{\sfdefault}{fco}% - \renewcommand*{\mddefault}{\comfortaa@series}% + \renewcommand*{\mddefault}{\comfortaa@series@normal}% } \ProcessOptions* @@ -63,7 +63,7 @@ \newcommand{\fcofamily}{% \fontfamily{fco}% - \fontseries{\comfortaa@series}% + \fontseries{\comfortaa@series@normal}% \selectfont% } |