diff options
Diffstat (limited to 'Master/texmf-dist')
-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 |