summaryrefslogtreecommitdiff
path: root/fonts/libertinust1math
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/libertinust1math
parent138d0a6cfd5f2187973fb6b83ad2fb0dcf5a8348 (diff)
CTAN sync 202106030302
Diffstat (limited to 'fonts/libertinust1math')
-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
4 files changed, 20 insertions, 7 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}