kosmikus / lhs2tex

Preprocessor for typesetting Haskell sources with LaTeX
Other
99 stars 28 forks source link

float literals not rendered correctly #16

Closed andreasabel closed 12 years ago

andreasabel commented 12 years ago

Float literals like

  1e-20

are rendered as

  1 e - 20

which cannot be parsed by Haskell.

kosmikus commented 12 years ago

Hopefully fixed now.