diff options
author | Norbert Preining <norbert@preining.info> | 2023-12-30 03:00:54 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-12-30 03:00:54 +0000 |
commit | fb8f0178a957d045f6b876e11ab2beb02d1ac08a (patch) | |
tree | ee01c077c689cd45c03b9669a414e02d1cb21328 /macros/latex/contrib/mathastext/README.md | |
parent | a5ae3453af00d8ec9eb8bf64151fc4c8bcb18021 (diff) |
CTAN sync 202312300300
Diffstat (limited to 'macros/latex/contrib/mathastext/README.md')
-rw-r--r-- | macros/latex/contrib/mathastext/README.md | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/macros/latex/contrib/mathastext/README.md b/macros/latex/contrib/mathastext/README.md index ca1c2c1387..44b778b728 100644 --- a/macros/latex/contrib/mathastext/README.md +++ b/macros/latex/contrib/mathastext/README.md @@ -12,9 +12,9 @@ of the [LPPL1.3c](http://www.latex-project.org/lppl/lppl-1-3c.txt) The Author of this Work is Jean-Francois Burnol (`jfbu at free dot fr`) -Copyright (C) 2011-2016, 2018, 2019, 2022, 2023 Jean-Francois Burnol +Copyright (C) 2011-2019, 2022, 2023 Jean-Francois Burnol - Source: mathastext.dtx 1.3za 2023/12/20 + Source: mathastext.dtx 1.3zb 2023/12/29 DESCRIPTION @@ -53,7 +53,7 @@ package loading time, for these characters: 0123456789 !?,.:;+-=()[]/#$%&<>|{}\ -Main options: `italic`, `subdued`, `LGRgreek`. +Main options: `italic`, `frenchmath`, `subdued`, `LGRgreek`. - Use the `italic` option to get the Latin letters in math mode be in italics. Digits and log-like operator names (pre-defined as well as user-defined) will be in the same shape as the text @@ -82,6 +82,29 @@ Main options: `italic`, `subdued`, `LGRgreek`. RECENT CHANGES ============== +1.3zb \[2023/12/29\] +----- + +* Update to the `frenchmath*` option to maintain compatibility + with the [frenchmath](https://ctan.org/pkg/frenchmath) + package whose release 2.7 (2023/12/23) has replaced + the ncccomma package by the decimalcomma package. + +* The `frenchmath+` option holds the former meaning of `frenchmath*`. + +* Option `decimalcomma` to load the eponymous package by Antoine + Missier. This is tacitly done by `frenchmath*`. + +* No more messages sent to the console output during loading, + only info messages going into the log, and using (more or less) + the official LaTeX interface: after close to 13 years of development + of this package it was perhaps finally the time to do it. + +* Documentation improvements. Close to 13 years after the + birth of the package, and as it nowadays rarely wakes up from + dormancy, this was almost last chance to try to improve a few + things. + 1.3za \[2023/12/20\] ----- |