pandoc/Text/Pandoc
fiddlosopher 0f4bdc6b7d Added Text.Pandoc.PDF module, 'pdf' as new output option.
The module calls pdflatex to produce the PDF, and is basically shell
scripting in haskell. But this is better than the existing markdown2pdf
script, which is limited to POSIX.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1394 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-08-10 17:33:20 +00:00
..
Readers Small improvements to citation parsing in markdown reader. 2008-08-06 03:34:06 +00:00
Writers Removed unneeded space after "\\item" in LaTeX and ConTeXt output. 2008-08-09 16:50:46 +00:00
ASCIIMathML.hs Improved template handling: 2008-08-02 17:22:55 +00:00
Biblio.hs Text/Pandoc/Biblio.hs - made getRefs point-free. 2008-08-05 23:18:42 +00:00
Blocks.hs Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings. 2008-07-13 22:50:57 +00:00
CharacterReferences.hs Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings. 2008-06-17 19:07:17 +00:00
DefaultHeaders.hs Improved template handling: 2008-08-02 17:22:55 +00:00
Definition.hs Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +00:00
Highlighting.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
ODT.hs Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present. 2008-08-08 00:11:58 +00:00
PDF.hs Added Text.Pandoc.PDF module, 'pdf' as new output option. 2008-08-10 17:33:20 +00:00
Shared.hs Use 'bracket' to improve withTempDir Text.Pandoc.Shared. 2008-08-10 17:33:07 +00:00
TH.hs Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present. 2008-08-08 00:11:58 +00:00
UTF8.hs Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present. 2008-08-08 00:11:58 +00:00
XML.hs Escape '\160' as " ", not " " in XML. 2008-07-13 16:31:34 +00:00