Graphalyze-0.7.0.0: Graph-Theoretic Analysis library.Source codeContentsIndex
Data.Graph.Analysis.Reporting.Pandoc
MaintainerIvan.Miljenovic@gmail.com
Description

This module uses Pandoc to generate documents: http://johnmacfarlane.net/pandoc/

Note that Pandoc is released under GPL-2 or later, however according to the Free Software Foundation, I am indeed allowed to use it: http://www.fsf.org/licensing/licenses/gpl-faq.html#IfLibraryIsGPL since the 2-Clause BSD license that I'm using is GPL-compatible: http://www.fsf.org/licensing/licenses/index_html#GPLCompatibleLicenses (search for FreeBSD License, which is another name for it).

Synopsis
data PandocDocument
pandocHtml :: PandocDocument
pandocLaTeX :: PandocDocument
pandocRtf :: PandocDocument
pandocMarkdown :: PandocDocument
Documentation
data PandocDocument Source
Definition of a Pandoc Document. Size measurements are in inches, and a 6:4 ratio is used for width:length.
show/hide Instances
pandocHtml :: PandocDocumentSource
pandocLaTeX :: PandocDocumentSource
pandocRtf :: PandocDocumentSource
pandocMarkdown :: PandocDocumentSource
Produced by Haddock version 2.4.2