summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty')
-rw-r--r--Master/texmf-dist/tex/latex/comfortaa/comfortaa.sty14
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%
}