[latexrefman-commits] [SCM] latexrefman updated: r852 - trunk

karl at gnu.org.ua karl at gnu.org.ua
Tue Dec 8 23:41:34 CET 2020


Author: karl
Date: 2020-12-09 00:41:34 +0200 (Wed, 09 Dec 2020)
New Revision: 852

Modified:
   trunk/ChangeLog
   trunk/latex2e.texi
Log:
\bigvee vs. \bigwedge + \lor corrections

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2020-12-08 21:31:42 UTC (rev 851)
+++ trunk/ChangeLog	2020-12-08 22:41:34 UTC (rev 852)
@@ -1,3 +1,9 @@
+2020-12-08  Karl Berry  <karl at freefriends.org>
+
+	* latex2e.texi (Math symbols): \bigwedge and \bigvee were reversed;
+	similar mistake in \lor.
+	Report and fix from Henning Iseke, 7 Dec 2020 11:48:10.
+
 2020-12-08  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 
 	* latex2e.texi (description): Typo ``definition'' ->

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2020-12-08 21:31:42 UTC (rev 851)
+++ trunk/latex2e.texi	2020-12-08 22:41:34 UTC (rev 852)
@@ -2,7 +2,7 @@
 @c $Id$
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename latex2e.info
- at set UPDATED November 2020
+ at set UPDATED December 2020
 @include common.texi
 @settitle @LaTeX{}2e unofficial reference manual (@value{UPDATED})
 @comment %**end of header (This is for running Texinfo on a region.)
@@ -11435,10 +11435,10 @@
 (operator).  (Note that the name has only one p.)
 
 @item \bigvee
- at BES{22C1,\bigvee} Variable-sized, or n-ary, logical-and (operator).
+ at BES{22C1,\bigvee} Variable-sized, or n-ary, logical-or (operator).
 
 @item \bigwedge
- at BES{22C0,\bigwedge} Variable-sized, or n-ary, logical-or (operator).
+ at BES{22C0,\bigwedge} Variable-sized, or n-ary, logical-and (operator).
 
 @item \bot
 @BES{22A5}, Up tack, bottom, least element of a partially ordered
@@ -11644,8 +11644,8 @@
 @BES{03BB,\lambda} Lowercase Greek letter (ordinary).
 
 @item \land
- at BES{2227,\land} Logical and (binary).  This is a synonym for @code{\wedge}.
-See also logical or at tie{}@code{\lor}.
+ at BES{2227,\land} Logical and (binary).  Synonym:@tie{}@code{\wedge}.
+See also logical at tie{}or at tie{}@code{\lor}.
 
 @item \langle
 @BES{27E8,\langle} Left angle, or sequence, bracket (opening).  Similar:
@@ -11734,7 +11734,8 @@
 double-line right arrow at tie{}@code{\Longrightarrow}.
 
 @item \lor
- at BES{2228,\lor} Logical or (binary).  Synonym: wedge at tie{}@code{\wedge}. 
+ at BES{2228,\lor} Logical or (binary).  Synonym:@tie{}@code{\vee}.
+See also logical at tie{}and at tie{}@code{\land}.
 
 @item \mapsto
 @BES{21A6,\mapsto} Single-line left arrow starting with vertical bar



More information about the latexrefman-commits mailing list.