Name: hatex-guide Version: 1.0.1.4 Author: Daniel Díaz Build-type: Custom Category: LaTeX License: BSD3 License-file: license Maintainer: Daniel Díaz (dhelta `dot` diaz `at` gmail `dot` com) Bug-reports: https://github.com/Daniel-Diaz/hatex-guide/issues Synopsis: HaTeX User's Guide. Description: The HaTeX User's Guide is a manual explaining the HaTeX library (). This library can be used to output the guide in different formats. A compiled pdf version of the latex output can be found at . See the README file () for more details. Cabal-version: >= 1.6 Extra-source-files: -- README file README.md -- Source of the guide src/basics.htxg src/class.htxg src/epilogue.htxg src/monad.htxg src/packages.htxg src/preface.htxg -- Other resources (like images) res/machine.png Source-repository head type: git location: git@github.com:Daniel-Diaz/hatex-guide.git Library Build-depends: base == 4.* , HaTeX == 3.6.* , text == 0.11.* , filepath , parsec >= 3.1.2 && < 3.2 , directory Exposed-modules: Text.LaTeX.Guide Other-modules: Text.LaTeX.Guide.Auto Text.LaTeX.Guide.Syntax Text.LaTeX.Guide.Info Text.LaTeX.Guide.Backend.LaTeX Text.LaTeX.Guide.Backend.Wiki