./wip/lhs2tex, Preprocessor for typesetting Haskell sources with LaTeX

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12nb2, Package name: lhs2tex-1.12nb2, Maintainer: esg

lhs2TeX is a preprocessor to generate LaTeX code from literate Haskell sources.

lhs2TeX includes the following features:

* Different styles to process your source file: for instance, "tt"
style uses a monospaced font for the code while still allowing you to
highlight keywords etc, whereas "poly" style uses proportional fonts
for identifiers, handles indentation nicely, is able to replace binary
operators by mathematical symbols and take care of complex horizontal
alignments.
* Formatting directives, which let you customize the way certain
tokens in the source code should appear in the processed output.
* A liberal parser that can handle most of the language
extensions; you don't have to restrict yourself to Haskell 98.
* Preprocessor-style conditionals that allow you to generate
different versions of a document from a single source file (for
instance, a paper and a presentation).
* Active documents: you can use Haskell to generate parts of the
document (useful for papers on Haskell).
* A manual explaining all the important aspects of lhs2TeX.


Required to run:
[devel/gmp] [print/kpathsea] [print/tex-tools] [print/tex-colortbl] [print/tex-latex-bin] [print/tex-lazylist]

Required to build:
[lang/ghc] [pkgtools/cwrappers]

Master sites:

RMD160: 37b774da406e5c60720a23dbc971b3799c8b2faf
Filesize: 568.604 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-20 02:30:23 by Min Sik Kim | Files touched by this commit (2)
Log message:
Do not depend on teTeX.
   2011-01-17 11:48:03 by Emil Sköldberg | Files touched by this commit (17)
Log message:
Update maintainer email address to valid address.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-05-20 02:58:40 by Thomas Klausner | Files touched by this commit (75) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2007-04-23 18:07:00 by Emil Sköldberg | Files touched by this commit (3)
Log message:
Update to version 1.12.

Changes since 1.11:

* Compatible with ghc-6.6.

* Compatible with cabal-1.1.6; traditional configure/make
  installation should still work. Thanks to Brian Smith
  for submitting a patch to improve the Cabal experience
  on Windows.
   2007-01-10 12:30:45 by Emil Sköldberg | Files touched by this commit (3)
Log message:
Fixed "test ==" issue.
   2006-08-28 13:28:52 by Emil Sköldberg | Files touched by this commit (4)
Log message:
Update to version 1.11.

Changes (w.r.t. lhs2TeX 1.9)
----------------------------

[Note that 1.10 has never been released to avoid confusion
with some privately distributed versions.] 

* Specification code is now handled correctly (that is, ignored) 
  in the "code" and "newcode" styles.

* Comments and Pragmas are handled in a better way by 
  the "newcode" style.

* There are some new forms of implicit formatting directives.

* The LaTeX code produced in the poly style looks slightly
  more beautiful.

* There is a new Library section, containing some frequently
  used formatting directives.

* Generation of file/linenumber directives in the produced
  LaTeX code, for Stefan Wehr's "adjust" tool. Based on a
  patch submitted by Stefan Wehr.

* lhs2TeX can now replace ghc's literate preprocessor.

* Improved efficiency of \eval and \perform (to call ghci
  or hugs from lhs2TeX documents).