summaryrefslogtreecommitdiff
path: root/fonts/libertinust1math
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-13 03:01:31 +0000
committerNorbert Preining <norbert@preining.info>2021-09-13 03:01:31 +0000
commite403b5892f209477e44b123a10b5b35cc425d8e9 (patch)
treed591f7d54ea3dda044ed78c3a95b96589149f411 /fonts/libertinust1math
parentcac1f99f7d65e4d3c8bc7575c30f6b1bc605a683 (diff)
CTAN sync 202109130301
Diffstat (limited to 'fonts/libertinust1math')
-rw-r--r--fonts/libertinust1math/README5
-rw-r--r--fonts/libertinust1math/doc/LibertinusT1Math-doc.pdfbin2122498 -> 2136901 bytes
-rw-r--r--fonts/libertinust1math/doc/LibertinusT1Math-doc.tex4
3 files changed, 7 insertions, 2 deletions
diff --git a/fonts/libertinust1math/README b/fonts/libertinust1math/README
index b672cf28f1..91851b0a58 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.4 2021-06-01
+Current version 1.2.5 2021-09-01
+
+Changes in version 1.2.5
+Corrections to examples in documentation, mostly about loading amsmath before amsthm. (Thanks Maurice Hansen.)
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.)
diff --git a/fonts/libertinust1math/doc/LibertinusT1Math-doc.pdf b/fonts/libertinust1math/doc/LibertinusT1Math-doc.pdf
index 2da16e4bc4..2d18a79abf 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 9aa0d2a98f..46acb929f4 100644
--- a/fonts/libertinust1math/doc/LibertinusT1Math-doc.tex
+++ b/fonts/libertinust1math/doc/LibertinusT1Math-doc.tex
@@ -11,6 +11,7 @@
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[varqu,varl]{zi4}% inconsolata
+\usepackage{amsmath} % must load before amsthm
\usepackage{amsthm}
\usepackage{libertinust1math}
\usepackage{bm}
@@ -82,7 +83,8 @@ if you used a {\tt libertine} package that set a value for \verb|\LinuxLibertine
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[varqu,varl]{zi4}% inconsolata for mono, not LibertineMono
-\usepackage{amsthm} % libertinust1math loads amsmath
+\usepackage{amsmath} % must load amsmath before amsthm
+\usepackage{amsthm}
\usepackage{libertinust1math} % slanted integrals, by default
\usepackage[scr=boondoxo,bb=boondox]{mathalfa} %Omit bb=boondox for default libertinus bb
\end{verbatim}