aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
2013-01-05Support --toc-depth in context writer.John MacFarlane1-0/+6
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-23/+23
2012-06-27ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane1-6/+2
2012-06-26Don't escape `_` as `\letterunderscore{}` in ConTeXt.John MacFarlane1-1/+0
2012-05-31Escape `%` as `\letterpercent{}` not `\letterpercent ` in ConTeXt.John MacFarlane1-1/+1
2012-05-29ConTeXt writer: ensure space after `\stopformula`.John MacFarlane1-1/+1
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane1-10/+14
2012-04-29ConTeXt writer: Fixed escaping of `%`.John MacFarlane1-2/+2
2012-03-07Set mainlang variable in context writer.John MacFarlane1-0/+2
2011-12-30Fixed layout bug in ConTeXt and LaTeX writers.John MacFarlane1-2/+2
2011-12-30Added support for internal links in ConTeXt writer.John MacFarlane1-30/+15
2011-12-30ConTeXt writer: Add section labels and internal links as in HTML.B. Scott Michel1-21/+71
2011-12-30ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane1-2/+2
2011-12-30Small tweaks to hyphenatedurl patch.John MacFarlane1-9/+6
2011-12-30ConTeXt_url_hyphenationB. Scott Michel1-6/+13
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+4
2011-08-20ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane1-2/+2
2011-08-18ConTeXt: Use buffering for footnotes containing code blocks.John MacFarlane1-2/+8
2011-08-18ConTeXt: Escape # in link URLs.John MacFarlane1-1/+2
2011-07-19ConTeXt writer: Made \start/stoptyping flush with margin.John MacFarlane1-1/+1
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-1/+5
2011-01-26Add support for attributes in inline Code.John MacFarlane1-3/+3
2011-01-26Adjusted writers to use "tex".John MacFarlane1-2/+1
2011-01-26Distinguish latex & context environments; blank line after in writers.John MacFarlane1-3/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+8
2011-01-22ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane1-1/+1
2011-01-22ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane1-1/+1
2011-01-19Fixed problem with inline code in ConTeXt writer.John MacFarlane1-1/+3
2011-01-16Support --chapters for ConTeXt output as well.John MacFarlane1-3/+6
2010-12-20ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane1-73/+71
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane1-0/+2
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-0/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-16ConTeXt writer: support images in figures.fiddlosopher1-4/+6
2010-03-13Use template variables for include-before/after.fiddlosopher1-7/+1
2010-03-07ConTeXt writer: Don't use header in headerless table.fiddlosopher1-2/+4
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-1/+0
2009-12-31Context and latex writers - parse title, author, date before body.fiddlosopher1-7/+7
2009-12-31Use $for$ for multiple authors in context, latex, markdown.fiddlosopher1-2/+2
2009-12-31Implemented templates for context writer.fiddlosopher1-47/+28
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-35/+37
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-4/+5
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-6/+4
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+302
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-297/+0
2007-11-22+ Changed \useurl to \useURL in ConTeXt output.fiddlosopher1-1/+1
2007-11-18More improvements to ConTeXt writer:fiddlosopher1-79/+100
2007-11-17ConTeXt writer:fiddlosopher1-2/+4