| Sorry for directing this to glasgow-haskell-bugs, but I have given up
| wading through Megs of cross-referencing WWW-documentation on
| Haskell. My question is quite simply: is there a LaTeX2e package that
| allows you to process a literate (.lhs) file directly, i.e. do
| something like
| 
| \documentclass{article}
| \usepackage{lit}
| \begin{document}
| \input{myprog.lhs}
| \end{document}

I've a lot of sympathy with this --- getting documentation written at all is
bad enough; keeping it well organised is even harder.

I don't know of a Latex package, but lit2latex does a decent job.  It doesn't
meet your object of not being written in Perl, but I don't believe you need
to give it any options.

Simon

Reply via email to