Copyright | (c) Ivan Lazar Miljenovic 2009 |
---|---|
License | 2-Clause BSD |
Maintainer | [email protected] |
Safe Haskell | None |
Language | Haskell98 |
Data.Graph.Analysis.Reporting.Pandoc
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).
Documentation
data PandocDocument Source #
Definition of a Pandoc Document. Size measurements are in inches, and a 6:4 ratio is used for width:length.
Instances
alsoSaveDot :: PandocDocument -> PandocDocument Source #
Also save the generated Dot code to file when creating visualisations.