[Haskell-cafe] lhs2tex-hl 1.4.3 released

Alessandro Vermeulen a.vermeulen at students.uu.nl
Fri Oct 14 15:01:37 CEST 2011


Dear all,

I've uploaded a new version of lhs2tex-hl [1] to hackage [2]. It includes:

1. It now builds on GHC 7.2.x
2. You can list the LaTeX commands you have to implement (with a default implementation) with lhs2TeX-hl --action=ListCommands
3. Binary operators should now be typeset correctly.

What does it do? It generates formatting statement for highlighting your Haskell code in your lhs2TeX compatible documents. Generate a fmt file with

> lhs2TeX-hl -o file.fmt file.lhs

and add the following to your lhs file:

%include file.fmt

Have fun

With kind regards,
Alessandro Vermeulen

[1] https://github.com/spockz/lhs2texhl
[2] http://hackage.haskell.org/package/lhs2TeX-hl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111014/fed428cd/attachment.htm>


More information about the Haskell-Cafe mailing list