diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cantarell/cantarell.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/cantarell/cantarell.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/cantarell/cantarell.sty b/Master/texmf-dist/tex/latex/cantarell/cantarell.sty index 7662e1c16d6..96f9ecbdc91 100644 --- a/Master/texmf-dist/tex/latex/cantarell/cantarell.sty +++ b/Master/texmf-dist/tex/latex/cantarell/cantarell.sty @@ -14,16 +14,17 @@ % This work consists of all files listed in manifest.txt. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{cantarell}[2011/04/02 Cantarell] +\ProvidesPackage{cantarell}[2011/07/24 Cantarell] \RequirePackage{keyval} \RequirePackage{slantsc} +\RequirePackage[warn]{textcomp} % Taken from inconsolata.sty \define@key{cantarell}{scale}[1.0]{\def\cantarell@scale{s*[#1]}} \DeclareOption*{% - \begingroup - \edef\x{\endgroup + \begingroup% + \edef\x{\endgroup% \noexpand\setkeys{cantarell}{\CurrentOption}}% \x% } |