Skip to content

Commit 92f8c50

Browse files
MoelfJeffBezanson
authored andcommitted
\leq and \geq synonyms (#32434)
1 parent f77743c commit 92f8c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/REPL/src/latex_symbols.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,9 @@ const latex_symbols = Dict(
589589
"\\equiv" => "",
590590
"\\nequiv" => "",
591591
"\\le" => "",
592+
"\\leq" => "",
592593
"\\ge" => "",
594+
"\\geq" => "",
593595
"\\leqq" => "",
594596
"\\geqq" => "",
595597
"\\lneqq" => "",

0 commit comments

Comments
 (0)