summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-03 03:02:31 +0000
committerNorbert Preining <norbert@preining.info>2021-06-03 03:02:31 +0000
commitd231c6331f53a048d29c2f847254a9f56d5ee2dd (patch)
treec8b2637a679254e40e8d4da5c03fda92cfaa7974 /fonts
parent138d0a6cfd5f2187973fb6b83ad2fb0dcf5a8348 (diff)
CTAN sync 202106030302
Diffstat (limited to 'fonts')
-rw-r--r--fonts/libertinust1math/README5
-rw-r--r--fonts/libertinust1math/doc/LibertinusT1Math-doc.pdfbin2013952 -> 2122498 bytes
-rw-r--r--fonts/libertinust1math/doc/LibertinusT1Math-doc.tex9
-rw-r--r--fonts/libertinust1math/tex/libertinust1math.sty13
-rw-r--r--fonts/newpx/README5
-rw-r--r--fonts/newpx/tex/newpxmath.sty10
6 files changed, 30 insertions, 12 deletions
diff --git a/fonts/libertinust1math/README b/fonts/libertinust1math/README
index 3269f20bce..b672cf28f1 100644
--- a/fonts/libertinust1math/README
+++ b/fonts/libertinust1math/README
@@ -6,7 +6,10 @@ The LibertinusT1Math font a Type1 font (accompanied by LaTeX support files) deri
The LibertinusT1Math font is available under the terms of Open Font License version
1.1, and the support files are released under the LPPL.
-Current version 1.2.3 2021-05-16
+Current version 1.2.4 2021-06-01
+
+Changes in version 1.2.4
+Modified the code for \vdots to reference the correct fd file and now works as expected in text mode. (Thanks Maurice Hansen.)
Changes in version 1.2.3
1. Modified the sty file to increase script and scriptscript sizes, which were too small in some cases.
diff --git a/fonts/libertinust1math/doc/LibertinusT1Math-doc.pdf b/fonts/libertinust1math/doc/LibertinusT1Math-doc.pdf
index 089ce9024a..2da16e4bc4 100644
--- a/fonts/libertinust1math/doc/LibertinusT1Math-doc.pdf
+++ b/fonts/libertinust1math/doc/LibertinusT1Math-doc.pdf
Binary files differ
diff --git a/fonts/libertinust1math/doc/LibertinusT1Math-doc.tex b/fonts/libertinust1math/doc/LibertinusT1Math-doc.tex
index 17f290ca44..9aa0d2a98f 100644
--- a/fonts/libertinust1math/doc/LibertinusT1Math-doc.tex
+++ b/fonts/libertinust1math/doc/LibertinusT1Math-doc.tex
@@ -112,6 +112,15 @@ There are no bold symbols in LibertinusMath, but there are bold Roman and Greek
\item There is an upright partial derivative symbol named \verb|\uppartial| that typesets as $\uppartial$, for those who wish to follow ISO rules.
\item There are (as of version 1.1) macros for mathematical sans serif: \verb|\mathsf|, \verb|\mathsfit| (italic sans), \verb|\mathsfbf| (bold sans) and \verb|\mathsfbfit| (bold sans italic.) See the end of this documentation for details.
\item If you use one of the AMS classes such as {\tt amsart} or {\tt amsbook}, then the AMS fonts will be loaded even though not needed, taking up two of your precious sixteen math families. If you are running out of families (``too many math alphabets used in version normal''), use another capable class such as {\tt memoir} or {\tt scrartcl} and gain two more families.
+\item The subscripts and superscripts can appear a bit indistinct because they are rather faint and a bit small. You may find it useful to
+add to your preamble a number of lines like
+\begin{verbatim}
+\DeclareMathSizes{10}{10}{8}{6.5}
+\DeclareMathSizes{10.95}{11}{9}{7.5}
+\DeclareMathSizes{11}{11}{9}{7.5}
+\end{verbatim}
+The four arguments, \verb|#1|, \verb|#2|, \verb|#3|, \verb|#4|, have
+the following effects: if the main text font is being rendered at \verb|#1pt|, math will be rendered at \verb|#2pt| with subscripts at \verb|#3pt| and sub-subscripts at \verb|#4pt|. So, you need an entry for all the text sizes you might use in the document.
\end{itemize}
The next pages show the font tables for LibertinusT1Math. If you see an unfamiliar symbol and wish to learn its \LaTeX\ name, get the \LaTeX\ name of the font (e.g., {\tt operators}, {\tt letters}, {\tt symbols}, {\tt largesymbols}) and the hex location of the glyph (e.g., \verb|"FF| is hex notation for $255$) and search {\tt libertinust1math.sty} by hex number.
\newpage
diff --git a/fonts/libertinust1math/tex/libertinust1math.sty b/fonts/libertinust1math/tex/libertinust1math.sty
index cffe34bad4..1b5a46861e 100644
--- a/fonts/libertinust1math/tex/libertinust1math.sty
+++ b/fonts/libertinust1math/tex/libertinust1math.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\def\fileversion{1.2.3}
-\def\filedate{2021/05/16}
+\def\fileversion{1.2.4}
+\def\filedate{2021/06/01}
\ProvidesPackage{libertinust1math}
[\filedate\space v\fileversion---latex support for LibertinusT1Math (msharpe)]
@@ -1083,10 +1083,11 @@
\libus@MathSymbol{\ntrianglelefteq} {\mathrel}{symbols}{"32}
\libus@MathSymbol{\ntrianglerighteq} {\mathrel}{symbols}{"33}
\libus@MathSymbol{\vdotsmath} {\mathrel}{symbols}{"34}
- \DeclareRobustCommand\vdots{%
- \ifmmode\vdotsmath\else%
- {\usefont{LS1}{libusscr}{\f@series}{n}\char"34}%
- \fi}
+ \DeclareRobustCommand\vdots{%
+ \ifmmode\vdotsmath\else%
+ {\usefont{LS2}{libertinust1mathsym}{\f@series}{n}\char"34}
+ %{\usefont{LS1}{libusscr}{\f@series}{n}\char"34}%
+ \fi}
\libus@MathSymbol{\unicodecdots} {\mathord}{symbols}{"35} \let\@cdots=\unicodecdots \DeclareRobustCommand\cdots{\mathinner{\unicodecdots}}
\libus@MathSymbol{\adots} {\mathrel}{symbols}{"36}
\libus@MathSymbol{\ddots} {\mathrel}{symbols}{"37}
diff --git a/fonts/newpx/README b/fonts/newpx/README
index 419c633bc7..58bebc7bac 100644
--- a/fonts/newpx/README
+++ b/fonts/newpx/README
@@ -1,10 +1,13 @@
This package, based initially on pxfonts, provides many fixes and enhancements to that package, splitting it in two parts---newpxtext and newpxmath---which may be run independently of one another. It provides scaling, improved metrics, and other options. For proper operation, the packages require that the packages newtxmath, pxfonts and TeXGyrePagella be installed and their map files enabled. The text package now relies on an extension of the TeXGyrePagella Type1 fonts that is provided with this package. The accompanying MANIFEST-newpx.txt provides details of the extension as requested by GUST-FONT-LICENSE.txt
-Current version: 1.423 2021-05-31
+Current version: 1.424 2021-06-01
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.424
+Modified definitions of \AmS and \AmSfont so the \AmS now works properly. (Thanks Maurice Hansen.)
+
Changes in version 1.423
1. Corrected weight of regular math accents, which were rendering in bold weight.
2. Corrected the bold symbol circledivide in bold weight. (It was inexplicably mirrored.)
diff --git a/fonts/newpx/tex/newpxmath.sty b/fonts/newpx/tex/newpxmath.sty
index a0f497c1d8..2910b19bfd 100644
--- a/fonts/newpx/tex/newpxmath.sty
+++ b/fonts/newpx/tex/newpxmath.sty
@@ -11,8 +11,8 @@
% of glyph collisions.
% These modifications are by Michael Sharpe, msharpe at ucsd dot edu
-\def\fileversion{1.415}
-\def\filedate{2021/03/22}
+\def\fileversion{1.424}
+\def\filedate{2021/06/01}
\ProvidesPackage{newpxmath}
[\filedate\space v\fileversion]
%\@ifundefined{newpxmathLoaded}{}{\endinput}
@@ -252,8 +252,10 @@ amssymbols,uprightGreek}
\DeclareSymbolFontAlphabet{\symb@ls@lph@}{symbols}
\ifx\AmSfont\@undefined\else
-\renewcommand{\AmSfont}{{%
- \usefont{LMS}{npxsy}{\if\@xp\@car\f@series\@nil bb\else m\fi}{n}}}
+\renewcommand{\AmS}{{\protect\AmSfont
+ A\kern-.19em\lower.5ex\hbox{M}\kern-.025emS}}
+\renewcommand{\AmSfont}{%
+ \usefont{LMS}{npxsy}{\if\@xp\@car\f@series\@nil bb\else m\fi}{n}}
\fi