pandoc/Text/Pandoc
fiddlosopher d1832da9e1 Added Text.Pandoc.Readers.TeXMath and changed default handling of math.
+ Text.Pandoc.Readers.TeXMath exports readTeXMath, which reads raw TeX
  math and outputs a string of pandoc inlines that tries to render it
  as far as possible, lapsing into literal TeX when needed.
+ Added Text.Pandoc.Readers.TeXMath to pandoc.cabal + ghc66 version.
+ Modified writers so that readTeXMath is used for default HTMl output
  in HTML, S5, RTF, Docbook.
+ Updated README with information about how math is rendered in all formats.
+ Updated test suite.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1129 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-12-02 00:36:32 +00:00
..
Readers Added Text.Pandoc.Readers.TeXMath and changed default handling of math. 2007-12-02 00:36:32 +00:00
Writers Added Text.Pandoc.Readers.TeXMath and changed default handling of math. 2007-12-02 00:36:32 +00:00
Blocks.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00
CharacterReferences.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00
Definition.hs Added new Math block element. 2007-11-29 08:09:07 +00:00
Shared.hs Added HTMLMathMethod writer option. 2007-12-01 03:11:44 +00:00
UTF8.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00