texlive[68989] Master/texmf-dist: concmath-otf (28nov23)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 28 21:42:53 CET 2023


Revision: 68989
          https://tug.org/svn/texlive?view=revision&revision=68989
Author:   karl
Date:     2023-11-28 21:42:53 +0100 (Tue, 28 Nov 2023)
Log Message:
-----------
concmath-otf (28nov23)

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.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	2023-11-28 00:43:11 UTC (rev 68988)
+++ trunk/Master/texmf-dist/doc/fonts/concmath-otf/README.md	2023-11-28 20:42:53 UTC (rev 68989)
@@ -93,6 +93,17 @@
     Iwona text fonts.
   - Typewriter alphabet (Latin) added, derived from RobotoMono-Regular.
   - Bold Script (Uppercase only) glyphs added.
+* v0.60:
+  - Fixed IsExtendedShape flags.
+  - \mid (U+2223) and \parallel (U+2225) vertical variants changed.
+  - Blackboard bold capitals redesigned from scratch to match Concrete 
+	upright capitals.
+  - Bold glyphs redesigned.
+  - Concrete-Math-Bold.sfd added (minimal subset of glyphs).
+  - Superscripts get a suitable boldness (ssty feature enhanced).
+  - Inconsistencies between delimiter sizes fixed.
+  - Metrics of \widebreve, \widecheck, \widehat, \widetilde first
+    horizontal variant (.h0) changed: f.i. $\hat{r} \ne \widehat{r}$.
   
 ---
 Copyright 2022-2023  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	2023-11-28 00:43:11 UTC (rev 68988)
+++ trunk/Master/texmf-dist/doc/fonts/concmath-otf/concmath-otf.ltx	2023-11-28 20:42:53 UTC (rev 68989)
@@ -27,7 +27,7 @@
 \title{Concrete Math font, OTF version}
 \author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
 
-\newcommand*{\version}{0.50}
+\newcommand*{\version}{0.60}
 
 \begin{document}
 \maketitle
@@ -507,6 +507,20 @@
 
 \end{itemize}
 
+\subsection{Bold variant}
+
+In case short maths formulas have to be printed in section titles,
+a \emph{limited} bold variant has been added in version~0.60.
+Example of usage:\\
+\verb+\setmathfont{Concrete-Math-Bold.otf}[version=bold, +\textit{options}\verb+]+
+\\
+\verb+\section{\mathversion{bold} Einstein’s equation $E=mc^2$}+
+
+It is also possible to use the \verb+\boldmath+ command if the BoldFont has
+been declared when defining Concrete-Math:\\
+\verb+\setmathfont{Concrete-Math-Regular.otf}[BoldFont=Concrete-Math-Bold.otf]+\\
+\verb+\section{\boldmath Einstein’s equation $E=mc^2$}+
+
 \subsection{Missing symbols}
 
 \CCM{} does not aim at being as complete as \file{STIXTwoMath-Regular} or

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.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	2023-11-28 00:43:11 UTC (rev 68988)
+++ trunk/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty	2023-11-28 20:42:53 UTC (rev 68989)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}[2022/06/01]
-\def\fileversion{0.50}
-\def\filedate{2023-07-20}
+\def\fileversion{0.60}
+\def\filedate{2023-11-28}
 \ProvidesPackage{concmath-otf}[\filedate\space\fileversion]
 
 % Ensure luatex or xetex engine
@@ -52,6 +52,7 @@
 
 %Math fonts:
 % Following Joseph Wright in https://tex.stackexchange.com/questions/451
+\CCM at KV@Option{BoldFont}{Concrete-Math-Bold.otf}
 \begingroup
   \edef\temp{%
     \endgroup



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