summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TeXMath.hs
Commit message (Expand)AuthorAge
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Use texmath 0.7 interface.John MacFarlane2014-08-04
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Moved most of Text.Pandoc.Readers.TeXMath to texmath 0.6.4.John MacFarlane2013-08-24
* Fixed whitespace errors.John MacFarlane2012-07-26
* Added Docx writer.John MacFarlane2012-01-19
* TeXMath writer: Use unicode thin spaces for thin spaces.John MacFarlane2011-11-08
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Updated for texmath 0.5.John MacFarlane2011-01-05
* TeXMath: handle variables modified with \acute, \bar, etc.John MacFarlane2010-10-19
* TeXMath reader: handle \textit, \textbf, etc.John MacFarlane2010-10-19
* Require texmath >= 0.3, adjusted for new elements.John MacFarlane2010-07-22
* Use texmath's parser in TexMath module.John MacFarlane2010-04-25
* Updated copyright notices.John MacFarlane2010-03-23
* Added \int to characters handled as unicode in tex math.fiddlosopher2009-11-28
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24