diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-23 23:27:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-23 23:27:20 +0000 |
commit | c65a72db39857dee2b41e6fbffbbedfcf4129bc9 (patch) | |
tree | 1badb9e7dcb3c2daf1df4f5ebf9056c5c7b51915 /Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd | |
parent | eebd4ae245ee096e3f02f10db88408cb906aa7ec (diff) |
inconsolata (23jun14)
git-svn-id: svn://tug.org/texlive/trunk@34361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd b/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd index cf7ea402829..d544cc724fb 100644 --- a/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd +++ b/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd @@ -1,14 +1,16 @@ -% Copyright 2013 Michael Sharpe. +% Copyright 2014 Michael Sharpe. % You may freely use, modify and/or distribute this file. -\ProvidesFile{t1zi4.fd}[2013/06/09 T1/zi4 (Inconsolata)] +\ProvidesFile{t1zi4.fd}[2014/06/22 T1/zi4 (Inconsolata)] -\expandafter\ifx\csname zifour@scaled\endcsname\relax - \let\zifour@scaled\@empty +\ifdefined\zifour@scaled +\else + \def\zifour@scaled{} \fi -\expandafter\ifx\csname zifour@opt\endcsname\relax - \def\zifour@opt{\z@}\def\zifour@altopt{\tw@} +\ifdefined\zifour@opt +\else + \def\zifour@opt{0}\def\zifour@altopt{2} \fi \DeclareFontFamily{T1}{zi4}{\hyphenchar\font=\m@ne} |