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