Skip to content

Commit 4f8d982

Browse files
committed
Remove special override for \perp...
in Text.TeXMath.Readers.TeX.Commands. This caused `\perp` to be read as U+22A5 instead of U+27C2. This addresses the mismatch with the TeX writer (which associates `\bot` with U+22A5 and `\perp` with U+27C2). Closes #247.
1 parent 1782269 commit 4f8d982

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Text/TeXMath/Readers/TeX/Commands.hs

-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ symbolMapOverrides = M.fromList
272272
, ("\\overbar",ESymbol Accent "\175")
273273
, ("\\overline",ESymbol TOver "\175")
274274
, ("\\overrightarrow",ESymbol Accent "\8407")
275-
, ("\\perp",ESymbol Rel "\8869")
276275
, ("\\phi",EIdentifier "\981")
277276
, ("\\pi",EIdentifier "\960")
278277
, ("\\preceq",ESymbol Rel "\8828")

0 commit comments

Comments
 (0)