]> git.lyx.org Git - lyx.git/commitdiff
Do not use big characters for some unicode points
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Sep 2024 17:42:29 +0000 (19:42 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Sep 2024 17:42:29 +0000 (19:42 +0200)
This modifies LOGICAL AND, LOGICAL OR, INTERSECTION and UNION.

Fixes bug #13099.

lib/unicodesymbols

index 66cbfc74aa89c08a6e2196a8fe73a439dfc49e41..1d0c32d0d12776ec264209467a67b4aeffa47cbf 100644 (file)
 0x2224 ""                         "" "force!=utf8x" "\\nmid" "" # DOES NOT DIVIDE # or "\\notdivides" "mathabx"
 0x2225 ""                         "" "force!=utf8x" "\\parallel" "" # PARALLEL TO
 0x2226 ""                         "" "force!=utf8x" "\\nparallel" "amssymb" # NOT PARALLEL TO
-0x2227 ""                         "" "force!=utf8x" "\\bigwedge" "" # LOGICAL AND
-0x2228 ""                         "" "force!=utf8x" "\\bigvee" "" # LOGICAL OR
-0x2229 ""                         "" "force!=utf8x" "\\bigcap" # INTERSECTION
-0x222a ""                         "" "force!=utf8x" "\\bigcup" "" # UNION
+0x2227 ""                         "" "force!=utf8x" "\\wedge" "" # LOGICAL AND
+0x2228 ""                         "" "force!=utf8x" "\\vee" "" # LOGICAL OR
+0x2229 ""                         "" "force!=utf8x" "\\cap" # INTERSECTION
+0x222a ""                         "" "force!=utf8x" "\\cup" "" # UNION
 0x222b ""                         "" "force!=utf8x" "\\int" "esint" # INTEGRAL
 0x222c ""                         "" "force!=utf8x" "\\iint" "esint|amsmath" # DOUBLE INTEGRAL
 0x222d ""                         "" "force!=utf8x" "\\iiint" "esint|amsmath" # TRIPLE INTEGRAL