texlive[46319] Master/texmf-dist: inconsolata (15jan18)
commits+karl at tug.org
commits+karl at tug.org
Mon Jan 15 23:20:31 CET 2018
Revision: 46319
http://tug.org/svn/texlive?view=revision&revision=46319
Author: karl
Date: 2018-01-15 23:20:31 +0100 (Mon, 15 Jan 2018)
Log Message:
-----------
inconsolata (15jan18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/inconsolata/README
trunk/Master/texmf-dist/tex/latex/inconsolata/ly1zi4.fd
trunk/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd
trunk/Master/texmf-dist/tex/latex/inconsolata/qxzi4.fd
trunk/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd
trunk/Master/texmf-dist/tex/latex/inconsolata/ts1zi4.fd
Modified: trunk/Master/texmf-dist/doc/fonts/inconsolata/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/inconsolata/README 2018-01-15 22:20:09 UTC (rev 46318)
+++ trunk/Master/texmf-dist/doc/fonts/inconsolata/README 2018-01-15 22:20:31 UTC (rev 46319)
@@ -8,12 +8,15 @@
part of all distributions of LaTeX version 2003/12/01 or later. Those files and
LaTeX support file zi4.sty are
- Copyright (c) 2013--2017 Michael Sharpe
+ Copyright (c) 2013--2018 Michael Sharpe
Files provided "as is", with no warranties.
-Current version: 1.113
+Current version: 1.114
+Changes in version 1.114
+Corrected error in the fd files that did not permit multiple calls to \usefont under some circumstances. (Thanks Haruhiko Okumura.)
+
Changes in version 1.113
Corrected three glyphs that had overlapping strokes.
Modified: trunk/Master/texmf-dist/tex/latex/inconsolata/ly1zi4.fd
===================================================================
--- trunk/Master/texmf-dist/tex/latex/inconsolata/ly1zi4.fd 2018-01-15 22:20:09 UTC (rev 46318)
+++ trunk/Master/texmf-dist/tex/latex/inconsolata/ly1zi4.fd 2018-01-15 22:20:31 UTC (rev 46319)
@@ -1,7 +1,7 @@
-% Copyright 2014--2016 Michael Sharpe.
+% Copyright 2014--2018 Michael Sharpe.
% You may freely use, modify and/or distribute this file.
-\ProvidesFile{ly1zi4.fd}[2016/12/29 LY1/zi4 (Inconsolata)]
+\ProvidesFile{ly1zi4.fd}[2018/01/14 LY1/zi4 (Inconsolata)]
\ifdefined\zifour at scaled
\else
@@ -18,10 +18,8 @@
\def\zifour at opt{0}\def\zifour at altopt{2}
\fi
-\ifdefined\zifour at spc
-\else
- \def\zifour at spc{\hyphenchar\font=\m at ne}
-\fi
+\def\zifour at spcx{\hyphenchar\font=\m at ne}
+\@ifundefined{zifour at spc}{\global\let\zifour at spc\zifour at spcx}{}
\DeclareFontFamily{LY1}{zi4}{\zifour at spc}
\DeclareFontShape{LY1}{zi4}{m}{n}{%
Modified: trunk/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd
===================================================================
--- trunk/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd 2018-01-15 22:20:09 UTC (rev 46318)
+++ trunk/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd 2018-01-15 22:20:31 UTC (rev 46319)
@@ -1,7 +1,7 @@
-% Copyright 2014--2016 Michael Sharpe.
+% Copyright 2014--2018 Michael Sharpe.
% You may freely use, modify and/or distribute this file.
-\ProvidesFile{ot1zi4.fd}[2016/12/29 OT1/zi4 (Inconsolata)]
+\ProvidesFile{ot1zi4.fd}[2018/01/14 OT1/zi4 (Inconsolata)]
\ifdefined\zifour at scaled
\else
@@ -18,10 +18,8 @@
\def\zifour at opt{0}\def\zifour at altopt{2}
\fi
-\ifdefined\zifour at spc
-\else
- \def\zifour at spc{\hyphenchar\font=\m at ne}
-\fi
+\def\zifour at spcx{\hyphenchar\font=\m at ne}
+\@ifundefined{zifour at spc}{\global\let\zifour at spc\zifour at spcx}{}
\DeclareFontFamily{OT1}{zi4}{\zifour at spc}
\DeclareFontShape{OT1}{zi4}{m}{n}{%
Modified: trunk/Master/texmf-dist/tex/latex/inconsolata/qxzi4.fd
===================================================================
--- trunk/Master/texmf-dist/tex/latex/inconsolata/qxzi4.fd 2018-01-15 22:20:09 UTC (rev 46318)
+++ trunk/Master/texmf-dist/tex/latex/inconsolata/qxzi4.fd 2018-01-15 22:20:31 UTC (rev 46319)
@@ -1,7 +1,7 @@
-% Copyright 2014--2016 Michael Sharpe.
+% Copyright 2014--2018 Michael Sharpe.
% You may freely use, modify and/or distribute this file.
-\ProvidesFile{qxzi4.fd}[2016/12/29 QX/zi4 (Inconsolata)]
+\ProvidesFile{qxzi4.fd}[2018/01/14 QX/zi4 (Inconsolata)]
\ifdefined\zifour at scaled
\else
@@ -18,10 +18,8 @@
\def\zifour at opt{0}\def\zifour at altopt{2}
\fi
-\ifdefined\zifour at spc
-\else
- \def\zifour at spc{\hyphenchar\font=\m at ne}
-\fi
+\def\zifour at spcx{\hyphenchar\font=\m at ne}
+\@ifundefined{zifour at spc}{\global\let\zifour at spc\zifour at spcx}{}
\DeclareFontFamily{QX}{zi4}{\zifour at spc}
\DeclareFontShape{QX}{zi4}{m}{n}{%
Modified: trunk/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd
===================================================================
--- trunk/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd 2018-01-15 22:20:09 UTC (rev 46318)
+++ trunk/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd 2018-01-15 22:20:31 UTC (rev 46319)
@@ -1,7 +1,7 @@
-% Copyright 2014--2016 Michael Sharpe.
+% Copyright 2014--2018 Michael Sharpe.
% You may freely use, modify and/or distribute this file.
-\ProvidesFile{t1zi4.fd}[2016/12/29 T1/zi4 (Inconsolata)]
+\ProvidesFile{t1zi4.fd}[2018/01/14 T1/zi4 (Inconsolata)]
\ifdefined\zifour at scaled
\else
@@ -18,10 +18,8 @@
\def\zifour at opt{0}\def\zifour at altopt{2}
\fi
-\ifdefined\zifour at spc
-\else
- \def\zifour at spc{\hyphenchar\font=\m at ne}
-\fi
+\def\zifour at spcx{\hyphenchar\font=\m at ne}
+\@ifundefined{zifour at spc}{\global\let\zifour at spc\zifour at spcx}{}
\DeclareFontFamily{T1}{zi4}{\zifour at spc}
\DeclareFontShape{T1}{zi4}{m}{n}{%
Modified: trunk/Master/texmf-dist/tex/latex/inconsolata/ts1zi4.fd
===================================================================
--- trunk/Master/texmf-dist/tex/latex/inconsolata/ts1zi4.fd 2018-01-15 22:20:09 UTC (rev 46318)
+++ trunk/Master/texmf-dist/tex/latex/inconsolata/ts1zi4.fd 2018-01-15 22:20:31 UTC (rev 46319)
@@ -1,7 +1,7 @@
-% Copyright 2014--2016 Michael Sharpe.
+% Copyright 2014--2018 Michael Sharpe.
% You may freely use, modify and/or distribute this file.
-\ProvidesFile{ts1zi4.fd}[2016/12/29 TS1/zi4 (Inconsolata)]
+\ProvidesFile{ts1zi4.fd}[2018/01/14 TS1/zi4 (Inconsolata)]
\ifdefined\zifour at scaled
\else
@@ -13,10 +13,8 @@
\def\zifour at narrow{}
\fi
-\ifdefined\zifour at spc
-\else
- \def\zifour at spc{\hyphenchar\font=\m at ne}
-\fi
+\def\zifour at spcx{\hyphenchar\font=\m at ne}
+\@ifundefined{zifour at spc}{\global\let\zifour at spc\zifour at spcx}{}
\DeclareFontFamily{TS1}{zi4}{\zifour at spc}
More information about the tex-live-commits
mailing list