texlive[59430] Master/texmf-dist: libertinust1math (2jun21)

commits+karl at tug.org commits+karl at tug.org
Wed Jun 2 22:54:32 CEST 2021


Revision: 59430
          http://tug.org/svn/texlive?view=revision&revision=59430
Author:   karl
Date:     2021-06-02 22:54:32 +0200 (Wed, 02 Jun 2021)
Log Message:
-----------
libertinust1math (2jun21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf
    trunk/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex
    trunk/Master/texmf-dist/doc/fonts/libertinust1math/README
    trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty

Modified: trunk/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex	2021-06-02 14:28:06 UTC (rev 59429)
+++ trunk/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex	2021-06-02 20:54:32 UTC (rev 59430)
@@ -112,6 +112,15 @@
 \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

Modified: trunk/Master/texmf-dist/doc/fonts/libertinust1math/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/libertinust1math/README	2021-06-02 14:28:06 UTC (rev 59429)
+++ trunk/Master/texmf-dist/doc/fonts/libertinust1math/README	2021-06-02 20:54:32 UTC (rev 59430)
@@ -6,8 +6,11 @@
 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.
 2. Modified the code in the sty file affecting the behavior of \bigg and \Bigg so they work as expected.

Modified: trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty	2021-06-02 14:28:06 UTC (rev 59429)
+++ trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty	2021-06-02 20:54:32 UTC (rev 59430)
@@ -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 at MathSymbol{\ntrianglelefteq}          {\mathrel}{symbols}{"32}
 \libus at MathSymbol{\ntrianglerighteq}         {\mathrel}{symbols}{"33}
 \libus at MathSymbol{\vdotsmath}                {\mathrel}{symbols}{"34}
-        \DeclareRobustCommand\vdots{%
-                \ifmmode\vdotsmath\else%
-                {\usefont{LS1}{libusscr}{\f at series}{n}\char"34}%
-                \fi}
+  \DeclareRobustCommand\vdots{%
+       \ifmmode\vdotsmath\else%
+          {\usefont{LS2}{libertinust1mathsym}{\f at series}{n}\char"34}
+          %{\usefont{LS1}{libusscr}{\f at series}{n}\char"34}%
+       \fi}
 \libus at MathSymbol{\unicodecdots}             {\mathord}{symbols}{"35} \let\@cdots=\unicodecdots \DeclareRobustCommand\cdots{\mathinner{\unicodecdots}}
 \libus at MathSymbol{\adots}                    {\mathrel}{symbols}{"36}
 \libus at MathSymbol{\ddots}                    {\mathrel}{symbols}{"37}



More information about the tex-live-commits mailing list.