summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Texinfo.hs
Commit message (Expand)AuthorAge
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Texinfo writer: Fixed internal cross-references.John MacFarlane2012-09-24
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Texinfo writer: Escape special characters in node titles.John MacFarlane2012-04-25
* Texinfo writer: retain directories in image paths.Peter Wang2012-03-21
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Adjusted writers to use "tex".John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Texinfo writer: Updated to use Pretty.John MacFarlane2010-12-22
* Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* Updated copyright notices.John MacFarlane2010-03-23
* Texinfo writer: Handle images in figures.fiddlosopher2010-03-18
* Use template variables for include-before/after.fiddlosopher2010-03-13
* Texinfo writer: fixed headerless tables.fiddlosopher2010-03-13
* Updated texinfo writer to use new templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Set utf-8 encoding in texinfo headers.fiddlosopher2009-11-01
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24