Skip to content

Commit

Permalink
Added \lozenge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 6, 2011
1 parent 5dfac0c commit 540ee61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Text/TeXMath/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ symbols = M.fromList [
, ("\\angle", ESymbol Ord "\x2220")
, ("\\diamond", ESymbol Op "\x22C4")
, ("\\Diamond", ESymbol Op "\x25C7")
, ("\\lozenge", ESymbol Op "\x25CA")
, ("\\neg", ESymbol Op "\x00AC")
, ("\\lnot", ESymbol Ord "\x00AC")
, ("\\bot", ESymbol Ord "\x22A5")
Expand Down

0 comments on commit 540ee61

Please sign in to comment.