Skip to content

Commit

Permalink
Added \ulcorner, \urcorner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 6, 2011
1 parent ce52c30 commit 5dfac0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Text/TeXMath/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ enclosures = [ ("(", ESymbol Open "(")
, ("\\lVert", ESymbol Open "\x2225")
, ("\\rVert", ESymbol Close "\x2225")
, ("\\Vert", ESymbol Close "\x2016")
, ("\\ulcorner", ESymbol Open "\x231C")
, ("\\urcorner", ESymbol Close "\x231D")
]

symbols :: M.Map String Exp
Expand Down

0 comments on commit 5dfac0c

Please sign in to comment.