aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Texinfo.hs
AgeCommit message (Expand)AuthorFilesLines
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+4
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-5/+7
2011-01-26Add support for attributes in inline Code.John MacFarlane1-2/+2
2011-01-26Adjusted writers to use "tex".John MacFarlane1-1/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+8
2010-12-22Texinfo writer: Updated to use Pretty.John MacFarlane1-56/+37
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-0/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-18Texinfo writer: Handle images in figures.fiddlosopher1-0/+6
2010-03-13Use template variables for include-before/after.fiddlosopher1-7/+1
2010-03-13Texinfo writer: fixed headerless tables.fiddlosopher1-1/+3
2009-12-31Updated texinfo writer to use new templates.fiddlosopher1-87/+37
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-44/+46
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-3/+3
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-4/+10
2009-11-01Set utf-8 encoding in texinfo headers.fiddlosopher1-2/+4
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+474