Skip to content

Commit

Permalink
Support \mathds in TeX. #126.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 14, 2018
1 parent fdc238a commit b70582a
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 @@ -530,6 +530,7 @@ styleOps = M.fromList
, ("\\mathsf", EStyled TextSansSerif)
, ("\\mathsfup", EStyled TextSansSerif)
, ("\\mathbb", EStyled TextDoubleStruck)
, ("\\mathds", EStyled TextDoubleStruck) -- mathds package
, ("\\mathcal", EStyled TextScript)
, ("\\mathscr", EStyled TextScript)
, ("\\mathfrak", EStyled TextFraktur)
Expand Down

0 comments on commit b70582a

Please sign in to comment.