diff options
author | Norbert Preining <preining@logic.at> | 2012-10-13 09:34:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-10-13 09:34:15 +0000 |
commit | e75b4f01a9c31f808000ab47365e040897e7cf23 (patch) | |
tree | 9556412664f363d7c3237afdec55ec0177130697 | |
parent | a3c253d8b205ec3aa3ae682aeabb38a7a79798cd (diff) |
newtx (12Oct), adaption of ctan2tds for newtx
git-svn-id: svn://tug.org/texlive/trunk@27952 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/tfm/public/newtx/ntxbmia.tfm | bin | 2748 -> 2832 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/tfm/public/newtx/ntxmia.tfm | bin | 2928 -> 2944 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/vf/public/newtx/ntxbmia.vf | bin | 1520 -> 1588 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/vf/public/newtx/ntxmia.vf | bin | 1864 -> 1936 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
6 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 14c412273c7..fffc42a7dbf 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -1,9 +1,12 @@ This package, 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.04 +Current version: 1.041 This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license. +Changes in version 1.041: +1. Fixed ntx[b]mia.{tfm,vf} so they no longer refer to libertine-legacy. + Changes in version 1.04: 1. Adds separate stripped down versions of the Libertine-Legacy fonts (just the parts used in math) so that it is not necessary to install the now obsolete Libertine-legacy package. (The package libertine.sty now points to libertine-type1, its replacement.) 2. Adds a more distinctive nu, activated with the altnu option. diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxbmia.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxbmia.tfm Binary files differindex 1c232067066..e1de7e52d94 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxbmia.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxbmia.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/newtx/ntxmia.tfm b/Master/texmf-dist/fonts/tfm/public/newtx/ntxmia.tfm Binary files differindex bed2a2e7dc0..98d206695bb 100644 --- a/Master/texmf-dist/fonts/tfm/public/newtx/ntxmia.tfm +++ b/Master/texmf-dist/fonts/tfm/public/newtx/ntxmia.tfm diff --git a/Master/texmf-dist/fonts/vf/public/newtx/ntxbmia.vf b/Master/texmf-dist/fonts/vf/public/newtx/ntxbmia.vf Binary files differindex a003199ae5b..b3e08c3eb5f 100644 --- a/Master/texmf-dist/fonts/vf/public/newtx/ntxbmia.vf +++ b/Master/texmf-dist/fonts/vf/public/newtx/ntxbmia.vf diff --git a/Master/texmf-dist/fonts/vf/public/newtx/ntxmia.vf b/Master/texmf-dist/fonts/vf/public/newtx/ntxmia.vf Binary files differindex 8df4fc7d712..10f86d8bb93 100644 --- a/Master/texmf-dist/fonts/vf/public/newtx/ntxmia.vf +++ b/Master/texmf-dist/fonts/vf/public/newtx/ntxmia.vf diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d78525fdf73..0d4335d26a8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -658,6 +658,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'newproof', "die 'skipping, use piff'", 'newsletr', "&MAKEnewsletr", 'newthm', "die 'skipping, obsolete, no longer on ctan'", + 'newtx', "&MAKEflatten", 'nlatexdb', "die 'skipping, C#/.NET'", 'nohyph', "die 'skipping, nohyph must be done by hand'", 'norasi-c90', "&MAKEnorasi_c90", @@ -1623,6 +1624,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'mpattern', 'metapost', 'musixtex', 'generic', 'mxedruli', 'fonts', + 'newtx', 'fonts', 'nkarta', 'fonts', 'oberdiek', 'generic', 'ocherokee', 'omega', |