@hackage HaTeX2.0.0

Library for write LaTeX code.

You can write LaTeX files using this package. See Text.LaTeX for a brief introduction.

Report any bug or suggestion to the author:

danieldiaz@asofilak.es

Also, if you have an example where you use HaTeX, you could send it to the same email. Thanks in advance.

Changes from last version:

  • IMPORTANT: LaTeXM monad has been replaced by LaTeXT monadic transformer. So, change types of form LaTeXM a (or LaTeX) to LaTeXT m a (or LaTeX m). This allow you to use computations of any monad through a lift function.

  • Function iolx replaced by mlx.

  • IMPORTANT: IO module has been removed.

  • Added new documentation.

  • Added new macros.