Skip to content

Commit

Permalink
TeX: support \hdots as synonym of \ldots. #126.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 14, 2018
1 parent b70582a commit 5e6f91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Text/TeXMath/Readers/TeX.hs
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ symbols = M.fromList
, ("\\prime",ESymbol Ord "\8242")
, ("\\dots",ESymbol Ord "\8230")
, ("\\ldots",ESymbol Ord "\8230")
, ("\\hdots",ESymbol Ord "\8230")
, ("\\cdots",ESymbol Ord "\8943")
, ("\\vdots",ESymbol Ord "\8942")
, ("\\ddots",ESymbol Ord "\8945")
Expand Down

0 comments on commit 5e6f91a

Please sign in to comment.