diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtxtt/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/type1/public/newtxtt/newtxbtt.pfb | bin | 33441 -> 33425 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtxtt/newtxtt.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtxtt/t1newtxttz.fd | 2 |
5 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtxtt/README b/Master/texmf-dist/doc/fonts/newtxtt/README index e7b112e39d8..535e2350e11 100644 --- a/Master/texmf-dist/doc/fonts/newtxtt/README +++ b/Master/texmf-dist/doc/fonts/newtxtt/README @@ -1,7 +1,7 @@ This small package provides a means of accessing all features (plus scaling) of an extension of the txfont typewriter fonts as a typewriter font family to accompany any other chosen font packages. These are serifed typewriter faces that are taller and heavier than Latin Modern Typewriter and much heavier than Courier. -Current version: 1.05 +Current version: 1.051 As the fonts on which these were based are licensed under GPL 3.0, so are the fonts in @@ -19,6 +19,9 @@ The support files are subject to the LaTeX Project Public License. See http://www.ctan.org/license/lppl1.3 for the details of that license. +Changes in version 1.051 +Corrected a bug in the T1 fd files from v1.05 that showed up only under some special circumstances. Thanks, Evan Cooch. + Changes in version 1.05 1. Added a Knuthian zero more like a rounded oblong. Set this using the option zerostyle=e. 2. Changed figures in small caps fonts to oldstyle. There are five styles for oldstyle zero, conrolled jst as for lining figures. diff --git a/Master/texmf-dist/fonts/type1/public/newtxtt/newtxbtt.pfb b/Master/texmf-dist/fonts/type1/public/newtxtt/newtxbtt.pfb Binary files differindex 6ae3354d940..6523cfb63da 100644 --- a/Master/texmf-dist/fonts/type1/public/newtxtt/newtxbtt.pfb +++ b/Master/texmf-dist/fonts/type1/public/newtxtt/newtxbtt.pfb diff --git a/Master/texmf-dist/tex/latex/newtxtt/newtxtt.sty b/Master/texmf-dist/tex/latex/newtxtt/newtxtt.sty index 29594c5edae..d4ad85abd36 100644 --- a/Master/texmf-dist/tex/latex/newtxtt/newtxtt.sty +++ b/Master/texmf-dist/tex/latex/newtxtt/newtxtt.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} -\def\filedate{2014/11/18} -\def\fileversion{1.05} +\def\filedate{2014/12/23} +\def\fileversion{1.051} \ProvidesPackage{newtxtt}[\filedate\space v\fileversion] \message{`newtxtt' v\fileversion, \filedate\space Typewriter text macros based on txfonts (msharpe)} @@ -47,7 +47,7 @@ } %\ProcessOptionsX%<newtxtt.sty> \ProcessOptionsX\relax -%ttz takes precedence over tt +% ttz takes precedence over tt \iftxtt@ttz \renewcommand{\familydefault}{\ttzdefault} \else \iftxtt@tt \renewcommand{\familydefault}{\ttdefault}\fi diff --git a/Master/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd b/Master/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd index 32479256068..43fb99826e4 100644 --- a/Master/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd +++ b/Master/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd @@ -1,5 +1,5 @@ \ProvidesFile{t1newtxtt.fd} - [2014/05/30 Font definitions for T1/newtxtt.] + [2014/12/23 Font definitions for T1/newtxtt.] \expandafter\ifx\csname newtxtt@scale\endcsname\relax \let\newtxtt@@scale\@empty @@ -16,7 +16,7 @@ \let\newtxtt@@upq\@empty \expandafter\ifx\csname txtt@upqfalse\endcsname\relax \else - \iftxtt@upq\def\newtxtt@@upq{q} + \iftxtt@upq\def\newtxtt@@upq{q}\fi \fi \DeclareFontFamily{T1}{newtxtt}{\hyphenchar\font\m@ne} diff --git a/Master/texmf-dist/tex/latex/newtxtt/t1newtxttz.fd b/Master/texmf-dist/tex/latex/newtxtt/t1newtxttz.fd index 6d6461f8e0c..581276b72a3 100644 --- a/Master/texmf-dist/tex/latex/newtxtt/t1newtxttz.fd +++ b/Master/texmf-dist/tex/latex/newtxtt/t1newtxttz.fd @@ -16,7 +16,7 @@ \let\newtxtt@@upq\@empty \expandafter\ifx\csname txtt@upqfalse\endcsname\relax \else - \iftxtt@upq\def\newtxtt@@upq{q} + \iftxtt@upq\def\newtxtt@@upq{q}\fi \fi \DeclareFontFamily{T1}{newtxttz}{\hyphenchar\font 45 } |