14 Oct 2011 15:01
lhs2tex-hl 1.4.3 released
Alessandro Vermeulen <a.vermeulen <at> students.uu.nl>
2011-10-14 13:01:37 GMT
2011-10-14 13:01:37 GMT
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
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed