Commit graph

9 commits

Author SHA1 Message Date
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
Emil Sköldberg
c5823eb89c 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-04-23 16:07:00 +00:00
Emil Sköldberg
2c18674c17 Fixed "test ==" issue. 2007-01-10 11:30:45 +00:00
Emil Sköldberg
a5c4390092 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).
2006-08-28 11:28:52 +00:00
Sergey Svishchev
fecc308457 Follow redirects in MASTER_SITEs and HOMEPAGEs. 2006-07-16 16:08:38 +00:00
Min Sik Kim
9852320e5f Use teTeX/module.mk to update ls-R properly. 2005-11-15 01:56:22 +00:00
Emil Sköldberg
83a421ddf0 Modifications to FileNameUtils.lhs done using subst.mk instead of manually
using ${SED} as suggested by Min Sik Kim.
2005-11-14 14:04:00 +00:00
Emil Sköldberg
2b07ec19ed 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.
2005-11-11 23:58:54 +00:00