hatex-guide-1.0.1.6: HaTeX User's Guide.

Safe HaskellNone

Text.LaTeX.Guide

Contents

Description

The HaTeX User's Guide.

This module generates the HaTeX User's Guides from its custom syntax to any available format. This format is specified feeding the function writeGuide with a value of type Backend.

More information about how this library works can be found at the code repository on GitHub:

https://github.com/Daniel-Diaz/hatex-guide

Synopsis

Backends

data Backend Source

Available backends.

Constructors

LaTeX 
Wiki 

writeGuide :: Backend -> IO ()Source

Write in the current directory the LaTeX User's Guide using a determined backend.

Info

sectionList :: [String]Source

Ordered list of sections.

contributors :: [String]Source

List of contributors. Please, insert your name here if you have contributed in some way to the guide.

guideVersion :: VersionSource

The version of the guide. Based on the version of the package.