Skip to content

Commit

Permalink
related to racket/gui#303
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Oct 10, 2023
1 parent 3085e98 commit 3e12c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scribble-lib/scribble/latex-render.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,8 @@
[(#\⋈) "$\\bowtie$"]
[(#\⊆) "$\\subseteq$"]
[(#\⊇) "$\\supseteq$"]
[(#\⊈) "$\\nsubseteq$"]
[(#\⊊) "$\\subsetneq$"]
[(#\≌) "$\\cong$"] ;; this is wrong but left in for backwards compatibility
[(#\≅) "$\\cong$"]
[(#\⊏) "$\\sqsubset$"]
Expand Down

0 comments on commit 3e12c25

Please sign in to comment.