Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-25 | Use texmath's parser in TexMath module. | John MacFarlane | 1 | -197/+53 | |
* This replaces a lot of custom parser code, and expands the tex -> unicode conversion. * The behavior has also changed: if the whole formula can't be converted, the whole formula is left in raw TeX. Previously, pandoc converted parts of the formula to unicode and left other parts in raw TeX. * Added (but not yet exported) readTeXMath', which returns a Maybe. * Updated tests | |||||
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 | |
2009-11-28 | Added \int to characters handled as unicode in tex math. | fiddlosopher | 1 | -0/+1 | |
Resolves Issue #177. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1628 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-10-04 | Added haddock comments warning that readers assume \n line endings. | fiddlosopher | 1 | -1/+2 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1608 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+233 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1528 788f1e2b-df1e-0410-8736-df70ead52e1b |