Skip to content

Commit

Permalink
Remove special override for \perp...
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jgm committed Jan 6, 2025
1 parent 1782269 commit 4f8d982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/TeXMath/Readers/TeX/Commands.hs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ symbolMapOverrides = M.fromList
, ("\\overbar",ESymbol Accent "\175")
, ("\\overline",ESymbol TOver "\175")
, ("\\overrightarrow",ESymbol Accent "\8407")
, ("\\perp",ESymbol Rel "\8869")
, ("\\phi",EIdentifier "\981")
, ("\\pi",EIdentifier "\960")
, ("\\preceq",ESymbol Rel "\8828")
Expand Down

0 comments on commit 4f8d982

Please sign in to comment.