diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-09 21:55:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-09 21:55:08 +0000 |
commit | f56e0543bb1dd8e13c071e91296cfcedc151f837 (patch) | |
tree | c5affe68253ccefda54a07a267e0591b653fd3f0 | |
parent | 96515db364e385e40da8e633351d03e606710481 (diff) |
newtx (9aug15)
git-svn-id: svn://tug.org/texlive/trunk@38087 c570f23f-e606-0410-a88d-b1316a301751
144 files changed, 354 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index c52f5c22a0b..cc5114acc39 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -1,10 +1,13 @@ This package, initially based on txfonts, provides many fixes and enhancements to the txfonts package, splitting it into two separate packages---newtxtext and newtxmath, which may be run independently of one another. It provides scaling, improved metrics, and other options. In particular, newtxmath offers a libertine option which substitutes Linux Libertine (provided with TeXLive and MikTeX) italic and Greek letters for the default Times letters, providing a good match for the Libertine text font, which is heavier than Computer Modern but lighter than Times, and in my experience, looks very sharp and clear on the screen. -Current version: 1.451 2015-07-28 +Current version: 1.452 2015-08-08 This material is 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.452 +Modified encoding files for T1 and LY1 so that << and >> ligatures work as expected. + Changes in version 1.451 Further revisions to newtxmath.sty to improve usage of \mathrm, \mathit, \mathbf, \mathnormal for Greek uppercase letters with text font packages having appropriate OT1-encoded fonts with uppercase Greek glyphs in the first 11 slots. diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf Binary files differindex 5154da8132b..6f1770cb41e 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex index 41089b268d6..7b1ebe2beea 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -24,7 +24,6 @@ \usepackage[osf,largesc,theoremfont]{newtxtext} \usepackage[T1]{fontenc} \usepackage[varqu,varl]{zi4} -\usepackage{amsmath} \usepackage[bigdelims]{newtxmath} %\useosf \usepackage{bm} @@ -153,16 +152,21 @@ loads the math part of the {\tt txfonts} (with revised metrics and additional gl {\tt cmintegrals} instructs \textsf{newtxmath} to load a thicker version of the Computer Modern integral in place of the \textsf{newtxmath} default---the txfonts integral (identical to the integral in the Wolfram fonts), which is not to everyone's taste---a consequence is that none of the special forms of \textsf{txfonts} integrals are available; \item the combination \begin{verbatim} -\usepackage{amsmath}% loads amstext, amsbsy, amsopn but not amssymb +% The next line is no longer needed, as newtxmath Requires it +%\usepackage{amsmath}% loads amstext, amsbsy, amsopn but not amssymb \usepackage{newtxmath} \end{verbatim} causes no error, unlike the same combination with {\tt txfonts}, but does nothing significant. (Recall that {\tt amsmath} is loaded automatically if you use an \textsc{ams} document class such as {\tt amsart} or {\tt amsbook}, as is {\tt amsthm}.) The integrals are as defined in {\tt txfonts}. On the other hand, \begin{verbatim} -\usepackage{amsmath} +%\usepackage{amsmath} % no longer needed \usepackage[cmintegrals]{newtxmath} \end{verbatim} allows you to use the forms \verb|\iint|, \verb|\iiint|, \verb|\iiiint| and \verb|\idotsint| defined in {\tt amsmath}, but using the pumped-up Computer Modern integral loaded by {\tt newtxmath}. -\item {\tt uprightGreek} and {\tt slantedGreek} determine the form of Greek alphabet loaded---the default is {\tt uprightGreek}, which loads upright uppercase and slanted lowercase Greek symbols, as is customary in Anglo-American mathematical typesetting. With the option {\tt slantedGreek}, which you might want to use if you cared about ISO standards, all Greek symbols are slanted. No matter which is set, \verb|\Gammaup| (or \verb|\upGamma|) gives you upright \verb|\Gamma|, etc, and \verb|\Deltait|, \verb|zetait| give you italic (i.e., slanted) versions of those letters. If you are using a text font family with properly constructed OT$1$--encoded versions, then, no matter what you chose as the default shape for upper case Greek letters, \verb|\mathnormal{\Omega}| etc will always produce the slanted version. (The macro \verb|\mathnormal| means essentially ``use the version of the symbol in {\tt letters}''---i.e., the math italic form. This did not always work as expected in versions prior to 1.45.) Currently, this works as expected with {\tt newtxtext} and {\tt libertine}. +\item If you wish to use \verb|\usepackage{amsthm}|, place it before loading {\tt newtxmath} or the result will be +\begin{verbatim} +! LaTeX Error: Command \openbox already defined. +\end{verbatim} +\item {\tt uprightGreek} and {\tt slantedGreek} determine the form of Greek alphabet loaded---the default is {\tt uprightGreek}, which loads upright uppercase and slanted lowercase Greek symbols, as is customary in Anglo-American mathematical typesetting. With the option {\tt slantedGreek}, which you might want to use if you cared about ISO standards, all Greek symbols are slanted. No matter which is set, \verb|\Gammaup| (or \verb|\upGamma|) gives you upright \verb|\Gamma|, etc, and \verb|\Deltait|, \verb|\zetait| give you italic (i.e., slanted) versions of those letters. If you are using a text font family with properly constructed OT$1$--encoded versions, then, no matter what you chose as the default shape for upper case Greek letters, \verb|\mathnormal{\Omega}| etc will always produce the slanted version. (The macro \verb|\mathnormal| means essentially ``use the version of the symbol in {\tt letters}''---i.e., the math italic form. This did not always work as expected in versions prior to 1.45.) Currently, this works as expected with {\tt newtxtext} and {\tt libertine}. \item Option {\tt frenchmath} sets the default style in math mode for rendering uppercase Roman and Greek letters to upright, and lowercase Greek letters to upright. (Introduced in v.\ 1.28.) \item The option {\tt cmbraces} instructs {\tt newtxmath} to ignore the brace collections from {\tt txfonts}, substituting a collection based on thickened versions of the Computer Modern braces, which I find much easier to distinguish from other delimiters. This works quite well in regular weight but looks a bit clunky in bold. I now prefer the option {\tt bigdelims}, which supersedes {\tt cmbraces}. \item The \textsf{newtxmath} package contains three different Blackboard Bold alphabets, where original \textsf{txfonts} contained two. The default, triggered by \verb|\mathbb{}|, takes its glyphs from the font which replaces {\tt msbm} and has the same overall appearance of a hollowed-out text font, which I find neither bold nor blackboard-like. The second option, taken from \textsf{txfonts}, is triggered by \verb|\varmathbb{}|, is more geometric and, in my opinion, preferable but not optimal. The option {\tt varbb} makes \verb|\mathbb{}| synonymous with \verb|\varmathbb{}|. The third option is the double-struck glyphs from the STIX collection. See the expanded discussion below. @@ -203,7 +207,7 @@ gives \begin{verbatim} \usepackage[osf]{newtxtext} % T1, lining figures in math, osf in text \usepackage{textcomp} % required for special glyphs -\usepackage{amsmath} +%\usepackage{amsmath} % not needed, as it is Required by newtxmath \usepackage[varg,cmintegrals,bigdelims]{newtxmath} \usepackage{bm} % load after all math to give access to bold math %\useosf %no longer required if osf specified @@ -214,7 +218,7 @@ gives \usepackage[T1]{fontenc} % best for Western European languages \usepackage{textcomp} % required to get special symbols \usepackage[varqu,varl]{inconsolata}% a typewriter font must be defined -\usepackage{amsmath,amsthm} +\usepackage{amsthm}% must be loaded before newtxmath \usepackage[libertine,cmintegrals,bigdelims,vvarbb]{newtxmath} \usepackage[scr=rsfso]{mathalfa} \usepackage{bm}% load after all math to give access to bold math @@ -246,7 +250,7 @@ The following examples illustrate some general models, the most unintuitive bein \usepackage[T1]{fontenc} \usepackage[scaled=.85]{beramono}% used only by \mathtt \usepackage[type1]{cabin}% used only by \mathsf -\usepackage{amsmath,amsthm} +\usepackage{amsthm}% must be loaded before newtxmath \usepackage[libertine,bigdelims]{newtxmath} % loads minlibertine because no other Roman text package was specified % so that \mathrm and \mathbf also use minlibertine @@ -266,7 +270,7 @@ The next example is similar, but in math mode, numbers, basic symbols, operator \renewcommand{\rmdefault}{fbb-LF}% Roman font for use in math mode \usepackage[scaled=.85]{beramono}% used only by \mathtt \usepackage[type1]{cabin}% used only by \mathsf -\usepackage{amsmath,amsthm} +\usepackage{amsthm}% load before newtxmath \usepackage[libertine,cmintegrals,bigdelims,vvarbb]{newtxmath} % does not load minlibertine because another Roman text package was specified \usepackage[scr=rsfso]{mathalfa} @@ -334,6 +338,7 @@ Math font packages in \LaTeX\ are susceptible to the ``Too many math alphabets'' \begin{itemize} \item The {\tt operators} font is essentially the Roman text font, used for names of operators and as the target for \verb|\mathrm|---its bold version is used as the target for \verb|\mathbf|; +\item {\tt operators} is defined to be the OT$1$ encoded version of the text font in cases where that version is known to contain upright uppercase Greek letters in its forst eleven slots---eg, newtxtext, libertine. \item if you typeset an expression that, say, calls for a single bold glyph from {\tt symbolsC}, that costs you an entire new slot, leaving only two remaining; \item same with, eg, \verb|\mathit|; \item same with an external Fraktur, Blackboard Bold or Script glyphs; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf-sc.enc index 1f4daebb4d7..9f3148c4d5b 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf-sc.enc @@ -258,3 +258,13 @@ /thorn.sc /germandbls.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf.enc index f2a8367e910..45d8121bf5a 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-lf.enc @@ -258,3 +258,16 @@ /thorn /germandbls ] def +% +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf-sc.enc index 353b7f85363..8c59757935c 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf-sc.enc @@ -258,3 +258,13 @@ /thorn.sc /germandbls.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf.enc index 8707f6228c7..7ecb0c4f5b4 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-osf.enc @@ -258,3 +258,15 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf-sc.enc index 2e66167fa68..aec9a697f54 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf-sc.enc @@ -258,3 +258,20 @@ /thorn.sc /germandbls.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf.enc index 353ced49719..a15b58ef1b3 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tlf.enc @@ -258,3 +258,22 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf-sc.enc index c8304784bb5..9f3135bac66 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf-sc.enc @@ -258,3 +258,20 @@ /thorn.sc /germandbls.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf.enc index dd48d6f6cea..ecab41f74c4 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ec-tosf.enc @@ -258,3 +258,22 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-lf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-lf.enc index f2a8367e910..3d855706a96 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-lf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-lf.enc @@ -258,3 +258,15 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-osf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-osf.enc index 11c8653c2f3..f9d7d00e7d0 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-osf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-osf.enc @@ -258,3 +258,22 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tlf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tlf.enc index 11aa071c77c..05d6f228624 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tlf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tlf.enc @@ -258,3 +258,22 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tosf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tosf.enc index dd48d6f6cea..ecab41f74c4 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tosf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-ecth-tosf.enc @@ -258,3 +258,22 @@ /thorn /germandbls ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf-sc.enc index 0f022820377..e82a9f81037 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf-sc.enc @@ -257,3 +257,13 @@ /thorn.sc /ydieresis.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf.enc index 2b563c4cad6..69f433df357 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-lf.enc @@ -257,3 +257,15 @@ /thorn /ydieresis ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf-sc.enc index 65eea5a457c..e35f9ea155b 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf-sc.enc @@ -257,3 +257,13 @@ /thorn.sc /ydieresis.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf.enc index 6038e10ebc6..4e743021467 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-osf.enc @@ -257,3 +257,15 @@ /thorn /ydieresis ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-osf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-osf.enc index 2984b387e7c..cd4c4dc899b 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-osf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-osf.enc @@ -257,3 +257,15 @@ /thorn /ydieresis ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-tlf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-tlf.enc index 85b7d05f192..9c0a0e87fd0 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-tlf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-th-tlf.enc @@ -257,3 +257,22 @@ /thorn /ydieresis ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf-sc.enc index 44c229bb859..a8d39c9bed6 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf-sc.enc @@ -257,3 +257,20 @@ /thorn.sc /ydieresis.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf.enc index 2aa27e9f29a..a86bdc68542 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tlf.enc @@ -257,3 +257,22 @@ /thorn /ydieresis ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf-sc.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf-sc.enc index 0d8448442c1..e8c978441cb 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf-sc.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf-sc.enc @@ -257,3 +257,20 @@ /thorn.sc /ydieresis.sc ] def +% Ligatures to enforce +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf.enc b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf.enc index ed4c13a640a..2bf047ab842 100644 --- a/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf.enc +++ b/Master/texmf-dist/fonts/enc/dvips/newtx/ntx-texnansi-tosf.enc @@ -257,3 +257,22 @@ /thorn /ydieresis ] def +% Ligatures to enforce +% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; +% LIGKERN ff i =: ffi ; ff l =: ffl ; +% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ; +% LIGKERN quoteleft quoteleft =: quotedblleft ; +% LIGKERN quoteright quoteright =: quotedblright ; +% LIGKERN comma comma =: quotedblbase ; +% LIGKERN less less =: guillemotleft ; +% LIGKERN greater greater =: guillemotright ; +% LIGKERN question quoteleft =: questiondown ; +% LIGKERN exclam quoteleft =: exclamdown ; +% +% Kerns to eliminate +% LIGKERN space {} * ; * {} space ; +% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ; +% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ; +% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ; +% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ; +% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ; diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-ly1.tfm Binary files differindex 417c36358ed..aa3326b260e 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-ly1.tfm Binary files differindex 59ec1005881..e2a0ca2918e 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-t1.tfm Binary files differindex 813f62e38ab..7f074e2fd79 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-ly1.tfm Binary files differindex ac5aa7120a9..a7bb7bdabec 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-t1.tfm Binary files differindex 45cc66a1456..e31a694ad34 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-t1.tfm Binary files differindex 60bf64296ae..ea5f66f0c5c 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-ly1.tfm Binary files differindex ce1f2a29530..82750f75a26 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-ly1.tfm Binary files differindex a5451c6c363..063da36c93e 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-t1.tfm Binary files differindex 2610d922a08..a30deb80870 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-ly1.tfm Binary files differindex fcf60c5d204..644ff9321b0 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-t1.tfm Binary files differindex 2a8d7ae1ba1..60c7b6699f1 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-t1.tfm Binary files differindex 0ddf253e42a..7e75398bfd5 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-ly1.tfm Binary files differindex 4b94c1ba8d6..52c4713901c 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-ly1.tfm Binary files differindex 2eaedfbda43..1ccfc62a157 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-t1.tfm Binary files differindex a243841ba90..f942c4a50cc 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-ly1.tfm Binary files differindex b17f0613c8e..c1275f10ed8 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-t1.tfm Binary files differindex 43645939c74..ae49d978500 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-t1.tfm Binary files differindex 5d6cc02b968..13d407b15f3 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-ly1.tfm Binary files differindex fcbdaf0385d..98d89934d78 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-ly1.tfm Binary files differindex 4ae9179dbfa..c990e048cf9 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-t1.tfm Binary files differindex 9f489d17fce..4a59c9c08c8 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-ly1.tfm Binary files differindex 9aad237b6c2..d9ca39990e5 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-t1.tfm Binary files differindex c45443a7523..fa727ea1d55 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-t1.tfm Binary files differindex 98e15f147c1..88fd61e9807 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Bold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-ly1.tfm Binary files differindex 3d0988cf969..740e4124836 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-ly1.tfm Binary files differindex aa7bc6c8a26..223cf9e276e 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-t1.tfm Binary files differindex ea5385498a9..aae7497c808 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-ly1.tfm Binary files differindex ee6cebd914c..b92a3aaa322 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-t1.tfm Binary files differindex 8e6a1edbbc8..997bad7513c 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-t1.tfm Binary files differindex 23dc01df9f3..64b6a51adfa 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-ly1.tfm Binary files differindex e025433c413..354f2207a7c 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-ly1.tfm Binary files differindex 969d39ffc15..6614de84214 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-t1.tfm Binary files differindex a6cf8df4c94..48fe1a1f760 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-ly1.tfm Binary files differindex aa56a225932..cfd89cec186 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-t1.tfm Binary files differindex ad5b8dcb7a5..0acdf37f779 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-t1.tfm Binary files differindex e23c2b79ef2..323db5d5a4e 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-ly1.tfm Binary files differindex b372e4e9dd1..a451afaa8f3 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-ly1.tfm Binary files differindex 25395eaeb69..69ae955de84 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-t1.tfm Binary files differindex a1c8a6cf7fb..7fed21c90d4 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-ly1.tfm Binary files differindex dc7747089a2..ece0a5cb4d3 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-t1.tfm Binary files differindex 1e4a0627d09..488908b37f0 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-t1.tfm Binary files differindex 890f50315a7..7968ebc5baa 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-ly1.tfm Binary files differindex d2233e0195c..5df02a2086a 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-ly1.tfm Binary files differindex a1a0ea9971d..39eea1c9375 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-t1.tfm Binary files differindex c2b945cdae7..72214a73e01 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-ly1.tfm Binary files differindex cad58630f8d..163700ea95d 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-t1.tfm Binary files differindex 8d3031f500d..e84e0b87002 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-t1.tfm Binary files differindex 804984f46b0..4ee8bc433e5 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-BoldItalic-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-ly1.tfm Binary files differindex 27e35f1636d..a0998386ac6 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-ly1.tfm Binary files differindex 4f96bcd2920..ee8a360ceb3 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-t1.tfm Binary files differindex b1dcfc51b27..fa1be4a0b69 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-ly1.tfm Binary files differindex bc13f254ea8..5067e47198f 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-t1.tfm Binary files differindex 9f0cf375a95..3a20c8bf0c4 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-t1.tfm Binary files differindex 33e66f6e5ec..581a7cc7137 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-ly1.tfm Binary files differindex 4e4d39891ce..cde9abe0b4c 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-ly1.tfm Binary files differindex 19b339328ba..38dd8056248 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-t1.tfm Binary files differindex 41610fa656f..89e78250b46 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-ly1.tfm Binary files differindex ae817667af7..451d6c92d82 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-t1.tfm Binary files differindex 257777c449b..720016db7e6 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-t1.tfm Binary files differindex defcfacf36e..693ccd20827 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-ly1.tfm Binary files differindex 572b56b6aea..fff9dbd189b 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-t1.tfm Binary files differindex 0391ad48982..c4ca75b41ed 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-osf-th-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-ly1.tfm Binary files differindex 30b2fa84990..a0f4963b1fe 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-ly1.tfm Binary files differindex fdc9315b815..0049b2bbac8 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-t1.tfm Binary files differindex 9b2559d9cc0..25ed81f6a0a 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-ly1.tfm Binary files differindex 75474c405a8..2ec08e99647 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-t1.tfm Binary files differindex eb9b9113b69..33f0e97cfba 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-t1.tfm Binary files differindex 5981ae7d9e8..24c5c2b8238 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-ly1.tfm Binary files differindex b05fd943af4..9110707cbdb 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-t1.tfm Binary files differindex a9d51580d7a..9a415980cc6 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tlf-th-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-ly1.tfm Binary files differindex 60ff32ed261..dcec6ba3157 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-ly1.tfm Binary files differindex efb962ce239..4c6122d958d 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-t1.tfm Binary files differindex 2a61cfdf20a..16337b54643 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-ly1.tfm Binary files differindex 1a8569ec7b1..c2bf5585e8a 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-t1.tfm Binary files differindex 2d3d1192e8d..249cc68ad49 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-t1.tfm Binary files differindex edea0803070..e610e6b16dc 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Italic-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-ly1.tfm Binary files differindex 7e02dd5c2a5..1e790ef46d0 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-ly1.tfm Binary files differindex e64103cc416..6f984d65b95 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-t1.tfm Binary files differindex 5d824dc224c..0f526911a19 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-ly1.tfm Binary files differindex e602b116489..c57d37fa724 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-t1.tfm Binary files differindex 5402406fdeb..1c618e60f72 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-t1.tfm Binary files differindex bab1c635b72..d419945d347 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-ly1.tfm Binary files differindex 254a9932cc5..d97e5498e14 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-ly1.tfm Binary files differindex 4816deea9cf..c53f18ca6ac 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-t1.tfm Binary files differindex aaa59f1f9d1..b1009742034 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-ly1.tfm Binary files differindex 19cc25e4aa7..9d075eb7c45 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-t1.tfm Binary files differindex 76e5b013f42..15d93aa3f8b 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-t1.tfm Binary files differindex 5721a113bef..19f9b26165a 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-ly1.tfm Binary files differindex db5627631a1..5db137384b7 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-ly1.tfm Binary files differindex 46241c92821..5004c9b46a5 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-t1.tfm Binary files differindex 9fd6a225f92..e7547684fdc 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-ly1.tfm Binary files differindex 4eed8e71590..42e7f43fdf4 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-t1.tfm Binary files differindex d21ecb8b1b6..b6929df29d7 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-t1.tfm Binary files differindex 0b74d81c881..42b500f89f1 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-ly1.tfm Binary files differindex 10d3fa48b86..7d8e7bc6d9e 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-ly1.tfm Binary files differindex a8d4d72a5ab..555430476b2 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-t1.tfm Binary files differindex 17c43cdfe2c..3ff7db8f20b 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-ly1.tfm Binary files differindex 3c21db9b58f..b2cc01b6078 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-t1.tfm Binary files differindex 55313e7dffa..10947f2acfa 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-scl-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-t1.tfm Binary files differindex b0ef9ddb8cb..c763c94bf84 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntx-Regular-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ly1.tfm Binary files differindex b7cbf017c7e..5a761f07899 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ot1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ot1.tfm Binary files differindex 20eb0daa8d8..ec6013c84b2 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-t1.tfm Binary files differindex 55edb8b7786..b8518761b90 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold.tfm Binary files differnew file mode 100644 index 00000000000..55edb8b7786 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ly1.tfm Binary files differindex 5d6c7466dc0..8d5b991eee0 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ot1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ot1.tfm Binary files differindex 90f5c54eeb0..566c023fae4 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-t1.tfm Binary files differindex c38297c6727..04324a208d4 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic.tfm Binary files differnew file mode 100644 index 00000000000..9b91cacfe4d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ly1.tfm Binary files differindex a6128bee59a..a23b5fa8a7b 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ot1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ot1.tfm Binary files differindex b6336448ac9..cd6cca964e7 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-t1.tfm Binary files differindex eb0f767860b..87943168c73 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic.tfm Binary files differnew file mode 100644 index 00000000000..79f5ae8b649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ly1.tfm Binary files differindex d1e2bcc2154..a0a34c74213 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ot1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ot1.tfm Binary files differindex 0549cbe8328..482b6db4cda 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-t1.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-t1.tfm Binary files differindex 472ac642b28..36d6e988306 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular.tfm Binary files differnew file mode 100644 index 00000000000..117ae70b25c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/qtmr.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/qtmr.tfm Binary files differnew file mode 100644 index 00000000000..301dac2df03 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/newtx/qtmr.tfm diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index dbebf6a478e..e136dacdb58 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty @@ -10,8 +10,8 @@ % of glyph collisions. % These modifications are by Michael Sharpe, msharpe at ucsd dot edu -\def\fileversion{1.451} -\def\filedate{2015/07/28} +\def\fileversion{1.452} +\def\filedate{2015/08/08} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion] \@ifundefined{newtxmathLoaded}{}{\endinput} diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 1178051916b..d3d38bf062e 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.451} -\def\filedate{2015/07/28} +\def\fileversion{1.452} +\def\filedate{2015/08/08} \ProvidesPackage{newtxtext}[\filedate\space v\fileversion] \message{`newtxtext' v\fileversion, \filedate\space Text macros taking advantage of TeX-Gyre Termes fonts (msharpe)} |