diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-05 22:59:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-05 22:59:08 +0000 |
commit | 0853613fc13c11eef39f3f2f8a0068f268b89a8e (patch) | |
tree | b20a18edeab9fe020f3bcf4d37538de112dfd588 /Master/texmf-dist | |
parent | 257e9defa24f3bb4745b0d42ffe6856d8181fcb9 (diff) |
inconsolata (5jan17)
git-svn-id: svn://tug.org/texlive/trunk@42871 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/fonts/inconsolata/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/inconsolata/inconsolata.sty | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/inconsolata/zi4.sty | 10 |
3 files changed, 15 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/inconsolata/README b/Master/texmf-dist/doc/fonts/inconsolata/README index 5c8e701fda5..ddeced68e62 100644 --- a/Master/texmf-dist/doc/fonts/inconsolata/README +++ b/Master/texmf-dist/doc/fonts/inconsolata/README @@ -8,11 +8,14 @@ license is in http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all distributions of LaTeX version 2003/12/01 or later. Those files and LaTeX support file zi4.sty are - Copyright (c) 2013--2016 Michael Sharpe + Copyright (c) 2013--2017 Michael Sharpe Files provided "as is", with no warranties. -Current version: 1.111 +Current version: 1.112 + +Changes in version 1.112 +Corrected a bug in sty file handling of scale[d] option. (Thanks Isaac Sánchez Barrera.) Changes in version 1.111 Corrected internal filename for zi4.sty. diff --git a/Master/texmf-dist/tex/latex/inconsolata/inconsolata.sty b/Master/texmf-dist/tex/latex/inconsolata/inconsolata.sty index d07a3134459..39c3ed119b0 100644 --- a/Master/texmf-dist/tex/latex/inconsolata/inconsolata.sty +++ b/Master/texmf-dist/tex/latex/inconsolata/inconsolata.sty @@ -1,9 +1,9 @@ -% Copyright 2014--2016 Michael Sharpe +% Copyright 2014--2017 Michael Sharpe % Based initially on Karl Berry's inconsolata.sty. % You may freely use, modify and/or distribute this file. -\def\fileversion{1.111} -\def\filedate{2016/12/30} +\def\fileversion{1.112} +\def\filedate{2017/01/04} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{inconsolata}[\filedate\space v\fileversion] \message{`inconsolata-zi4' v\fileversion, \filedate\space Text macros for Inconsolata (msharpe)} @@ -33,8 +33,8 @@ \newcommand\zifour@scaled{s*[1]} %\define@key{zifour}{scaled}[1.0]{\def\zifour@scaled{s*[#1]}} -\DeclareOptionX{scaled}[1.0]{\renewcommand{\zifour@scaled}{s*[##1]}} -\DeclareOptionX{scale}[1.0]{\renewcommand{\zifour@scaled}{s*[##1]}} +\DeclareOptionX{scaled}[1.0]{\renewcommand{\zifour@scaled}{s*[#1]}} +\DeclareOptionX{scale}[1.0]{\renewcommand{\zifour@scaled}{s*[#1]}} %\DeclareOption*{% % \begingroup % \edef\x{\endgroup diff --git a/Master/texmf-dist/tex/latex/inconsolata/zi4.sty b/Master/texmf-dist/tex/latex/inconsolata/zi4.sty index de3c24f131e..5c8ad00ee5c 100644 --- a/Master/texmf-dist/tex/latex/inconsolata/zi4.sty +++ b/Master/texmf-dist/tex/latex/inconsolata/zi4.sty @@ -1,9 +1,9 @@ -% Copyright 2014--2016 Michael Sharpe +% Copyright 2014--2017 Michael Sharpe % Based initially on Karl Berry's inconsolata.sty. % You may freely use, modify and/or distribute this file. -\def\fileversion{1.111} -\def\filedate{2016/12/30} +\def\fileversion{1.112} +\def\filedate{2017/01/04} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zi4}[\filedate\space v\fileversion] \message{`inconsolata-zi4' v\fileversion, \filedate\space Text macros for Inconsolata (msharpe)} @@ -33,8 +33,8 @@ \newcommand\zifour@scaled{s*[1]} %\define@key{zifour}{scaled}[1.0]{\def\zifour@scaled{s*[#1]}} -\DeclareOptionX{scaled}[1.0]{\renewcommand{\zifour@scaled}{s*[##1]}} -\DeclareOptionX{scale}[1.0]{\renewcommand{\zifour@scaled}{s*[##1]}} +\DeclareOptionX{scaled}[1.0]{\renewcommand{\zifour@scaled}{s*[#1]}} +\DeclareOptionX{scale}[1.0]{\renewcommand{\zifour@scaled}{s*[#1]}} %\DeclareOption*{% % \begingroup % \edef\x{\endgroup |