texlive[70294] Master/texmf-dist: concmath-otf (1mar24)
commits+karl at tug.org
commits+karl at tug.org
Fri Mar 1 22:37:59 CET 2024
Revision: 70294
https://tug.org/svn/texlive?view=revision&revision=70294
Author: karl
Date: 2024-03-01 22:37:59 +0100 (Fri, 01 Mar 2024)
Log Message:
-----------
concmath-otf (1mar24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/concmath-otf/README.md
trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx
trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.pdf
trunk/Master/texmf-dist/doc/fonts/concmath-otf/unimath-concrete.pdf
trunk/Master/texmf-dist/fonts/opentype/public/concmath-otf/Concrete-Math-Bold.otf
trunk/Master/texmf-dist/fonts/opentype/public/concmath-otf/Concrete-Math.otf
trunk/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty
Modified: trunk/Master/texmf-dist/doc/fonts/concmath-otf/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/concmath-otf/README.md 2024-03-01 16:56:46 UTC (rev 70293)
+++ trunk/Master/texmf-dist/doc/fonts/concmath-otf/README.md 2024-03-01 21:37:59 UTC (rev 70294)
@@ -106,6 +106,13 @@
horizontal variant (.h0) changed: f.i. $\hat{r} \ne \widehat{r}$.
* v0.62:
- Further corrections of vertical delimiter sizes.
+* v0.63:
+ - Fixed Game glyph (U+2141).
+ - \leqslant, \geqslant (and related glyphs) are now vertically aligned
+ with \leq, \geq.
+ - Glyph mfrakZ (U+2128) corrected.
+ - Concrete-Math-Bold: missing italic correction added for int.up.
+ - Concrete-Math-Bold: added missing features +ss03, +ss04, +ss05.
---
Copyright 2022-2024 Daniel Flipo
Modified: trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx 2024-03-01 16:56:46 UTC (rev 70293)
+++ trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx 2024-03-01 21:37:59 UTC (rev 70294)
@@ -1,7 +1,7 @@
\DocumentMetadata{pdfstandard=A-2b, lang=en-GB}
\documentclass[a4paper,12pt]{scrartcl}
-\usepackage{amsmath, array, varioref}
+\usepackage{mathtools, array, varioref}
\usepackage[british]{babel}
\usepackage{concmath-otf}
\usepackage{subfig}
@@ -27,7 +27,7 @@
\title{Concrete Math font, OTF version}
\author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
-\newcommand*{\version}{0.62}
+\newcommand*{\version}{0.63}
\begin{document}
\maketitle
@@ -462,6 +462,12 @@
\[\widearc{AMB}\quad \overrightarc{AMB}\]
\end{itemize}
+All the extensible arrows provided by the \pkg{mathtools} package are
+available in the Concrete Math font (loading \pkg{concmath-otf.sty} is
+required), f.i.:
+\[X \xLeftrightarrow{above} Y \xhookrightarrow[under]{} Z\xmapsto{above} W\]
+
+
\subsection{Mathematical alphabets}
\label{ssec-math-alphabets}
Modified: trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/concmath-otf/unimath-concrete.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/concmath-otf/Concrete-Math-Bold.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/concmath-otf/Concrete-Math.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty 2024-03-01 16:56:46 UTC (rev 70293)
+++ trunk/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty 2024-03-01 21:37:59 UTC (rev 70294)
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2022/06/01]
-\def\fileversion{0.62}
-\def\filedate{2024-01-16}
+\def\fileversion{0.63}
+\def\filedate{2024-03-01}
\ProvidesPackage{concmath-otf}[\filedate\space\fileversion]
% Ensure luatex or xetex engine
More information about the tex-live-commits
mailing list.