lhs2TeX-hl version 1.4.5 has been released!

Oct 15, 2011 00:00 · 96 words · 1 minute read haskell lhs2tex-hl

I’ve just released a new version of lhs2TeX-hl: 1.4.5 and it includes some new features:

  1. Added support for recursively traversing includes of .lhs files
  2. The program now doesn't fail completely when haskell-src-exts fails to parse a file. An error is reported and the program continues. :) A fmt file is still generated.
  3. functions that aren't functions but constants are now given the tag `constant'
  4. Removed a faulty command from the list.
  5. Cleaned up some code. (Probably introduced other ugly code)
  6. Binary operators are now typeset better. (I hope :))

Please let me know what you think.