aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
AgeCommit message (Expand)AuthorFilesLines
2012-01-28Remove dependency on old-time.John MacFarlane1-2/+2
2012-01-15ImageSize: extract dpi information from PNG and JPEG.John MacFarlane1-5/+4
2012-01-14ODT writer now sizes images appropriately.John MacFarlane1-1/+8
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane1-1/+2
2011-07-17ODT writer: Construct META-INF/manifest.xml based on archive contents.John MacFarlane1-3/+28
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-2/+4
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-1/+2
2010-12-22ODT writer: Don't wrap text in opendocument.John MacFarlane1-1/+1
2010-07-08Added writerUserDataDir to WriterOptions.John MacFarlane1-3/+3
2010-07-08Added writerSourceDirectory to WriterOptions.John MacFarlane1-6/+6
2010-07-05Made a proper ODT writer.John MacFarlane1-0/+83