Skip to content

Commit

Permalink
fix GreaterEqual docstring and removing another sed hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jan 15, 2025
1 parent d3fc5b5 commit 28ff6a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion mathics/builtin/testing_expressions/equality_inequality.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class GreaterEqual(_ComparisonOperator, _SympyComparison):
<dl>
<dt>'GreaterEqual[$x$, $y$]'
<dt>$x$ \u2256 $y$ or '$x$ >= $y$'
<dt>$x$ \u2265 $y$ or '$x$ >= $y$'
<dd>yields 'True' if $x$ is known to be greater than or equal
to $y$.
</dl>
Expand Down
5 changes: 0 additions & 5 deletions mathics/doc/latex/sed-hack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28ff6a6

Please sign in to comment.