summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/minim-math
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-06 21:39:56 +0000
committerKarl Berry <karl@freefriends.org>2023-03-06 21:39:56 +0000
commit6b55d88293fd8665fbdecde56bb693157fac7f35 (patch)
tree7f43817fc6f7c63cb3dd928bbc0b9d6f565ba483 /Master/texmf-dist/doc/luatex/minim-math
parentbd2947b936a22094e2869f7ec2921ba03f7d9218 (diff)
minim (all) (6mar23)
git-svn-id: svn://tug.org/texlive/trunk@66395 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/minim-math')
-rw-r--r--Master/texmf-dist/doc/luatex/minim-math/README9
-rw-r--r--Master/texmf-dist/doc/luatex/minim-math/minim-math.doc20
-rw-r--r--Master/texmf-dist/doc/luatex/minim-math/minim-math.pdfbin110408 -> 111554 bytes
3 files changed, 26 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/luatex/minim-math/README b/Master/texmf-dist/doc/luatex/minim-math/README
index 2463570ef86..e6f44401e2f 100644
--- a/Master/texmf-dist/doc/luatex/minim-math/README
+++ b/Master/texmf-dist/doc/luatex/minim-math/README
@@ -1,4 +1,4 @@
-Version: 2022/1.1
+Version: 2023/1.2
SUMMARY
@@ -18,6 +18,13 @@ In order to obtain the typeset manual of this package, simply say:
HISTORY
+2023/1.2 (1/1/2023)
+
+ Minor additions:
+
+ * Add \unaryminus and \smartdecimalcomma
+ * Add convenience functions for numbering displayed equations.
+
2022/1.1 (1/1/2022)
Minor changes:
diff --git a/Master/texmf-dist/doc/luatex/minim-math/minim-math.doc b/Master/texmf-dist/doc/luatex/minim-math/minim-math.doc
index 79ff1dee718..d458876b41e 100644
--- a/Master/texmf-dist/doc/luatex/minim-math/minim-math.doc
+++ b/Master/texmf-dist/doc/luatex/minim-math/minim-math.doc
@@ -8,8 +8,8 @@
\else \startmetadata
author {Esger Renkema}
title {minim-math}
- date {2022-03-03}
- version {2022/1.1}
+ date {2023-03-03}
+ version {2023/1.2}
keywords {LuaTeX; Plain TeX; Unicode mathematics}
stopmetadata
\maketitle \fi
@@ -117,6 +117,8 @@ sizes, too.
Say ⟦*\decimalcomma⟧ and have commas appear as $\decimalcomma1,2$ instead
of~$1,2$ (⟦*\nodecimalcomma⟧ restores the default).
+Say ⟦*\smartdecimalcomma⟧ for a comma that only acts as punctuation when not
+immediately followed by a digit.
The explicit ⟦*\comma⟧, like ⟦*\colon⟧, will always be punctuation.
The behaviour of limits on integral signs can be set by redefining
@@ -209,6 +211,20 @@ brackets:
⟦$$\underbrace[=1]{(x^2+∥penalty0y^2)}$$⟧ gives
$$\underbrace[=1]{(x^2 + y^2)}.$$
+Finally, the following (entirely optional) alternative to using dollar signs is
+provided, which also offers slight improvements in the spacing of displayed
+equations:
+\stopformulatagging\Ustartdisplaymath
+\halign{# \hfil&#\quad&#\hfil\cr
+&⟦\[ ... \]⟧&inline mathematics\cr
+⟦\display⟧&⟦\[ ... \]⟧&display mathematics\cr
+⟦\displaynr {nr}⟧&⟦\[ ... \]⟧&numbered display mathematics\cr
+⟦\displaynr⟧&⟦\[ ... \]⟧&automatically numbered display mathematics\cr
+}\Ustopdisplaymath\startformulatagging
+
+The automatic display numbering uses the count ⟦\equationnumber⟧ and the token
+list ⟦\setequationnumber⟧ internally. All displays created this way can be made
+left-aligned by saying ⟦\leftdisplaystrue⟧.
\section Best practices
diff --git a/Master/texmf-dist/doc/luatex/minim-math/minim-math.pdf b/Master/texmf-dist/doc/luatex/minim-math/minim-math.pdf
index 33e9aec9f6c..6a80c7a07e8 100644
--- a/Master/texmf-dist/doc/luatex/minim-math/minim-math.pdf
+++ b/Master/texmf-dist/doc/luatex/minim-math/minim-math.pdf
Binary files differ