texlive[42320] Master/texmf-dist/doc/fonts/newtx: newtx (21oct16)
commits+karl at tug.org
commits+karl at tug.org
Fri Oct 21 23:41:00 CEST 2016
Revision: 42320
http://tug.org/svn/texlive?view=revision&revision=42320
Author: karl
Date: 2016-10-21 23:41:00 +0200 (Fri, 21 Oct 2016)
Log Message:
-----------
newtx (21oct16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/newtx/README
trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf
trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex
Modified: trunk/Master/texmf-dist/doc/fonts/newtx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/README 2016-10-21 21:40:36 UTC (rev 42319)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README 2016-10-21 21:41:00 UTC (rev 42320)
@@ -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.51 2016-10-15
+Current version: 1.511 2016-10-20
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.511
+Corrected documentation regarding \setSYdimens and \setEXdimens.
+
Changes in version 1.51
1. Added full bold version of Blackboard Bold from STIX 1.1.
2. New option, varvw, to access rounder versions of v and w only in math italic.
Modified: trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex 2016-10-21 21:40:36 UTC (rev 42319)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex 2016-10-21 21:41:00 UTC (rev 42320)
@@ -185,9 +185,9 @@
\item {\tt smallerops} (new as of version 1.5) causes big operators other than integrals to render up to 20\% less tall, so that displayed formulas may occupy less vertical space. For example, in the following display, the first operator is the usual \verb|\sum|, the second is what you would get with {\tt smallerops}, the third is \verb|\sum| and the fourth is \verb|\smallsum|, the latter being used mainly with inline math.
\[\sum \Sumop \sum \smallsum\]
Similarly, there are \verb|\smallprod| and \verb|\smallcoprod| which, along with \verb|\smallsum|, are of class {\tt mathop}, unlike their Greek letter equivalents.
-\item (New as of version 1.5.) Two new commands are provided to modify {\tt fontdimen} values in math mode: \verb|\setSYdimens| and \verb|\setEXdimens|, which allow you to change the {\tt fontdimen} parameters for the {\tt symbol} and {\tt extension} fonts respectively. Their arguments can be any valid \TeX\ commands to change {\tt fontdimen} values and must be used only in your preamble. For example:
+\item (New as of version 1.5.) Two macros allow you to change {\tt fontdimen} values in math mode: \verb|\setSYdimens| and \verb|\setEXdimens|, which allow you to change the {\tt fontdimen} parameters for the {\tt symbol} and {\tt extension} fonts respectively. They may be used only in your preamble. Their arguments can be any valid \TeX\ commands to change {\tt fontdimen} values. For example:
\begin{verbatim}
-\setSYdimens{\fontdimen16\font=2pt\fontdimen17\font=2pt }
+\def\setSYdimens{\fontdimen16\font=2pt\fontdimen17\font=1.15\fontdimen17\font }
\end{verbatim}
Don't use these unless you know what you're doing.
\item {\tt varg} causes the math italic letters \verb|g,v,w,y| to be replaced by versions which are more distinctive---eg, useful for distinguishing math italic \verb|v| from \verb|\nu|;
More information about the tex-live-commits
mailing list