diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-26 22:05:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-26 22:05:20 +0000 |
commit | 2546daca3495e2e08a6e1f5d391a5fc3246eadee (patch) | |
tree | 4f331ac454f1b2fb45ded8c2d22badb25137f298 /Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | |
parent | 053051acf0c2867c7f420a12fbf16c0179091462 (diff) |
newtx 0.94 (25may12)
git-svn-id: svn://tug.org/texlive/trunk@26664 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex index 87e579d35c9..398526dbd83 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -61,6 +61,7 @@ loads the math part of the {\tt txfonts} (with revised metrics and additional gl \begin{itemize} \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|; \item {\tt libertine} loads different versions of math italic and bold math italic based on \textsf{Libertine} rather than \textsf{Times}---the {\tt varg} option is disabled in this case, as the equivalent variant forms are made available by default; +\item the {\tt libertine} option also replaces both slanted and upright Greek symbols by their Libertine glyphs; \item {\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 @@ -74,9 +75,10 @@ causes no error, unlike the same combination with {\tt txfonts}, but does nothin \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 amssymbols} (the default) and {\tt noamssymbols} determine whether the {\tt txfonts} versions of the \textsc{ams} symbols ({\tt msam}, {\tt msbm}) are loaded---if so, they override previous settings in {\tt amsmath}. \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. \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. +\item The \textsf{newtxmath} package, like the original \textsf{txfonts}, contains two different Blackboard Bold alphabets, the default, triggered by \verb|\mathbb{}|, takes its glyphs from the font which replaces {\tt msam} and has the same overall appearance of a hollowed-out text font, which I find neither bold not blackboard-like. The other option, triggered by \verb|\varmathbb{}|, is more geometric and, in my opinion, preferable. The option {\tt varbb} makes \verb|\mathbb{}| behave like \verb|\varmathbb{}|. +\item {\tt amssymbols} (the default) and {\tt noamssymbols} determine whether the {\tt txfonts} versions of the \textsc{ams} symbols ({\tt msam}, {\tt msbm}) are loaded---if so, they override previous settings in {\tt amsmath}. If you use the option {\tt noamssymbols}, then \verb|\mathbb{}| is set to mean the same as \verb|\varmathbb{}|. (One advantage of {\tt noamssymbols} is that you save two of your precious math families for other purposes, such as setting a couple of external math alphabets by means of the \textsf{mathalfa} package.) \end{itemize} \textsc{Example 1:} \begin{verbatim} @@ -190,6 +192,7 @@ Complete match between text and math size and weight; \textsc{Libertine and MathTimePro2:}\\ \begin{verbatim} \usepackage{libertine} +\usepackage[T1]{fontenc} \usepackage[lite]{mtpro2} \end{verbatim} \[\includegraphics{sample-libmtp-crop}\] @@ -205,6 +208,7 @@ Mismatch of weight between text and math; \textsc{Libertine and newtxmath:}\\ \begin{verbatim} \usepackage{libertine} +\usepackage[T1]{fontenc} \usepackage[libertine]{newtxmath} \end{verbatim} \[\includegraphics{sample-lib-crop}\] |