diff options
-rw-r--r-- | Master/texmf-dist/doc/fonts/crimson/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/crimson/crimson.sty | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/crimson/README b/Master/texmf-dist/doc/fonts/crimson/README index 6b005a37139..efd6cfb1486 100644 --- a/Master/texmf-dist/doc/fonts/crimson/README +++ b/Master/texmf-dist/doc/fonts/crimson/README @@ -1,5 +1,5 @@ This is the README for the crimson package, -version 2016-02-19. +version 2017-03-16. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Crimson Text family of fonts, designed diff --git a/Master/texmf-dist/tex/latex/crimson/crimson.sty b/Master/texmf-dist/tex/latex/crimson/crimson.sty index 74a27010e06..af3ca3fc3f6 100644 --- a/Master/texmf-dist/tex/latex/crimson/crimson.sty +++ b/Master/texmf-dist/tex/latex/crimson/crimson.sty @@ -1,5 +1,5 @@ \ProvidesPackage{crimson}[% - 2016/02/06 (Bob Tennent) Supports crimson fonts for all LaTeX engines. ] + 2017/03/16 (Bob Tennent) Supports crimson fonts for all LaTeX engines. ] \RequirePackage{ifxetex,ifluatex,textcomp} @@ -12,10 +12,10 @@ \crimson@otffalse \fi\fi -\newcommand*{\crimson@scale}{1} +\newcommand*{\Crimson@scale}{1} \RequirePackage{xkeyval} -\DeclareOptionX{scaled}{\renewcommand*{\crimson@scale}{#1}} -\DeclareOptionX{scale}{\renewcommand*{\crimson@scale}{#1}} +\DeclareOptionX{scaled}{\renewcommand*{\Crimson@scale}{#1}} +\DeclareOptionX{scale}{\renewcommand*{\Crimson@scale}{#1}} \newif\ifcrimson@semibold \crimson@semiboldfalse @@ -49,7 +49,7 @@ \ifxetex\XeTeXtracingfonts=1\fi \defaultfontfeatures{ Ligatures = TeX , - Scale = \crimson@scale, + Scale = \Crimson@scale, Extension = .otf , } \setmainfont |