pandoc/Text/Pandoc/Writers
fiddlosopher ef028fee59 Added --gladtex and --mimetex options.
+ New HTMLMathMethod structure in WriterOptions keeps track of how to
  display math in HTML output.
+ If none of the special options are selected, default to displaying
  TeX math verbatim, with no enclosing $'s, in HTML.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1125 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-12-01 03:11:52 +00:00
..
ConTeXt.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00
Docbook.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00
HTML.hs Added --gladtex and --mimetex options. 2007-12-01 03:11:52 +00:00
LaTeX.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00
Man.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00
Markdown.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00
RST.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00
RTF.hs Changed all writers to handle new Math block element. 2007-11-29 08:09:31 +00:00