texlive[75990] Master/texmf-dist: concmath-otf (5aug25)
commits+karl at tug.org
commits+karl at tug.org
Tue Aug 5 22:38:01 CEST 2025
Revision: 75990
https://tug.org/svn/texlive?view=revision&revision=75990
Author: karl
Date: 2025-08-05 22:38:01 +0200 (Tue, 05 Aug 2025)
Log Message:
-----------
concmath-otf (5aug25)
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 2025-08-05 20:37:48 UTC (rev 75989)
+++ trunk/Master/texmf-dist/doc/fonts/concmath-otf/README.md 2025-08-05 20:38:01 UTC (rev 75990)
@@ -124,7 +124,10 @@
unified to default rule thickness.
- Glyphs U+2032 to U+2037 and U+2057 (prime and co.) resized so that f.i.
\(f'\), \(f\prime\) and \(f^{\prime}\) produce the same output.
-
+* v0.66:
+ - Up and down arrows variants enhanced.
+ - Math table fixes for horizontal composition of over/underbrace.
+
---
Copyright 2022-2025 Daniel Flipo
E-mail: daniel (dot) flipo (at) free (dot) fr
Modified: trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx 2025-08-05 20:37:48 UTC (rev 75989)
+++ trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx 2025-08-05 20:38:01 UTC (rev 75990)
@@ -20,7 +20,8 @@
\newcommand*{\pkg}[1]{\texttt{#1}}
\newcommand*{\file}[1]{\texttt{#1}}
\newcommand*{\opt}[1]{\texttt{#1}}
-\newcommand*{\cmd}[1]{\texttt{\textbackslash #1}}\newcommand*{\showtchar}[1]{\cmd{#1}~\csname #1\endcsname}
+\newcommand*{\cmd}[1]{\texttt{\textbackslash #1}}
+\newcommand*{\showtchar}[1]{\cmd{#1}~\csname #1\endcsname}
\newcommand*{\showmchar}[1]{\cmd{#1}~$(\csname #1\endcsname)$}
\newcommand*{\showmchardollar}[1]{\texttt{\$\cmd{#1}\$}~$(\csname #1\endcsname)$}
@@ -27,7 +28,7 @@
\title{Concrete-Math font, OTF version}
\author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
-\newcommand*{\version}{0.65}
+\newcommand*{\version}{0.66}
\begin{document}
\maketitle
@@ -547,7 +548,8 @@
\verb+\setmathfont{Asana-Math.otf}[range={"294A-"2951,"2964,"2ABB-"2ABE}]+
Let’s mention \pkg{albatross}, a useful tool to find out the list of fonts
-providing a given glyph: f.i. type in a terminal ``\texttt{albatross U+2964}'',
+providing a given glyph: f.i. type in a terminal
+``\texttt{albatross -t U+2964}'',
see the manpage or \file{albatross-manual.pdf}.
\section{Acknowledgements}
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 2025-08-05 20:37:48 UTC (rev 75989)
+++ trunk/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty 2025-08-05 20:38:01 UTC (rev 75990)
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2022/06/01]
-\def\fileversion{0.65}
-\def\filedate{2025-02-15}
+\def\fileversion{0.66}
+\def\filedate{2025-08-05}
\ProvidesPackage{concmath-otf}[\filedate\space\fileversion]
% Ensure luatex or xetex engine
@@ -82,8 +82,8 @@
\Umathchardef\nsubseteqq = 3 0 "E0AE \relax
\Umathchardef\nsupseteqq = 3 0 "E0AF \relax
% \widearc and\overrightarc
- \newcommand*{\widearc}{\Umathaccent 0 0 "E540 }%
- \newcommand*{\overrightarc}{\Umathaccent 0 0 "20D5 }%
+ \providecommand*{\widearc}{\Umathaccent 0 0 "E540 }%
+ \providecommand*{\overrightarc}{\Umathaccent 0 0 "20D5 }%
% amssymb
\@ifpackageloaded{amssymb}%
{\PackageWarning{concmath-otf}{%
More information about the tex-live-commits
mailing list.