diff --git a/mathics/builtin/testing_expressions/equality_inequality.py b/mathics/builtin/testing_expressions/equality_inequality.py index a5b614cf2..542c7d685 100644 --- a/mathics/builtin/testing_expressions/equality_inequality.py +++ b/mathics/builtin/testing_expressions/equality_inequality.py @@ -514,7 +514,7 @@ class GreaterEqual(_ComparisonOperator, _SympyComparison):
'GreaterEqual[$x$, $y$]' -
$x$ \u2256 $y$ or '$x$ >= $y$' +
$x$ \u2265 $y$ or '$x$ >= $y$'
yields 'True' if $x$ is known to be greater than or equal to $y$.
diff --git a/mathics/doc/latex/sed-hack.sh b/mathics/doc/latex/sed-hack.sh index 333d26607..9f74ce417 100755 --- a/mathics/doc/latex/sed-hack.sh +++ b/mathics/doc/latex/sed-hack.sh @@ -24,8 +24,3 @@ sed -i -e 's/ç/\\c{c}/g' documentation.tex sed -i -e 's/ñ/\\~n/g' documentation.tex sed -i -e 's/ê/\\^e/g' documentation.tex sed -i -e "s/é/\\\'e/g" documentation.tex - -# other... -# Happends in GreaterEqual, probably because an error -# into the tables -sed -i -e 's/≖/=||=/g' documentation.tex