diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-19 21:14:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-19 21:14:05 +0000 |
commit | aa201ba46f55809e9387e90f4bb3de96b6a69938 (patch) | |
tree | 7814ba82f04f97f2be76e724d199ea0976ae5120 | |
parent | 03958fbe96313fc521182f014e0ba54bf349f731 (diff) |
newtx (19aug17)
git-svn-id: svn://tug.org/texlive/trunk@45074 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 15 |
2 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index e349c3e7471..92c457b8e55 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.525 2017-06-06 +Current version: 1.526 2017-08-18 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.526 +Changed the footnote marker code to remove a conflict with the KOMA classes. + Changes in version 1.525 Version 1.524 shipped without the updated versions of ntx[b]sys.tfm, now rectified. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 6c9df4ed4a2..3a64835946b 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.523} -\def\filedate{2017/05/28} +\def\fileversion{1.526} +\def\filedate{2017/08/18} \ProvidesPackage{newtxtext}[\filedate\space v\fileversion] \message{`newtxtext' v\fileversion, \filedate\space Text macros taking advantage of TeX-Gyre Termes fonts (msharpe)} @@ -151,8 +151,15 @@ \ifntx@defaultsups % \else \ifntx@KOMA % - \let\textsuperscript\sustyle - \else + %\let\textsuperscript\textsu +% \AtEndPreamble{% +% \global\let\@textsuperscript\textsu +% \@ifpackageloaded{authblk}{% +% \renewcommand{\AB@authnote}[1]{\textsu{#1}} +% \renewcommand{\AB@affilnote}[1]{\textsu{#1}} +% }{}% +% }% + \else % not KOMA \def\f@@tn@te{footnote} \def\@makefnmark{% \ifx\@mpfn\f@@tn@te% footnote not in a minipage |