[latexrefman-commits] [SCM] latexrefman updated: r1138 - trunk
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Sat Sep 17 19:25:14 CEST 2022
Author: karl
Date: 2022-09-17 17:25:13 +0000 (Sat, 17 Sep 2022)
New Revision: 1138
Modified:
trunk/ChangeLog
trunk/latex2e.texi
Log:
\bigtriangle{up,down} are mathbin not mathop, and \varbigtriangle{up,down} are synonyms
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2022-09-17 16:25:46 UTC (rev 1137)
+++ trunk/ChangeLog 2022-09-17 17:25:13 UTC (rev 1138)
@@ -1,5 +1,10 @@
2022-09-17 Karl Berry <karl at freefriends.org>
+ * latex2e.texi (Math symbols): \bigtriangle{up,down} are binary
+ operators (mathbin), not [big] operators (mathop), per fontdef.dtx.
+ And \varbigtriangle{up,down} are synonyms.
+ Report from Masato Shinokawa, 18 Apr 2022 10:36:24.
+
* latex2e.texi (\lastlinefit): reset to 0 (latest texinfo.tex sets
to 500) to avoid numerous new underfull box warnings for last
lines of paragraphs.
Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi 2022-09-17 16:25:46 UTC (rev 1137)
+++ trunk/latex2e.texi 2022-09-17 17:25:13 UTC (rev 1138)
@@ -17,6 +17,7 @@
@c xx merge permuted-index
@c xx merge latex-manual from savannah
@c xx merge display style math
+ at c xx systematically check stated math atom type vs. fontdef.dtx etc.
@c xx check recent ltnews for (lots of) changes
@c xx \write of non-ASCII chars (vincent mail of 14 Mar 2020 21:39:41)
@c xx \nonstopmode etc., if they are officially supported by LaTeX?
@@ -12299,11 +12300,12 @@
@BES{2A02,\bigotimes} Variable-sized, or n-ary, circled times operator (operator).
@item \bigtriangledown
- at BES{25BD,\bigtriangledown} Variable-sized, or n-ary, open triangle pointing down
-(operator).
+ at BES{25BD,\bigtriangledown} Variable-sized, or n-ary, open triangle
+pointing down (binary). Synonym: @var{\varbigtriangledown}.
@item \bigtriangleup
- at BES{25B3,\bigtriangleup} Variable-sized, or n-ary, open triangle pointing up (operator).
+ at BES{25B3,\bigtriangleup} Variable-sized, or n-ary, open triangle
+pointing up (binary). Synonym: @var{\varbigtriangleup}.
@item \bigsqcup
@BES{2A06,\bigsqcup} Variable-sized, or n-ary, square union (operator).
More information about the latexrefman-commits
mailing list.