aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TeXMath.hs
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Fixed whitespace errors.John MacFarlane1-1/+1
2012-01-19Added Docx writer.John MacFarlane1-4/+7
2011-11-08TeXMath writer: Use unicode thin spaces for thin spaces.John MacFarlane1-1/+7
2011-01-26Add support for attributes in inline Code.John MacFarlane1-1/+1
2011-01-05Updated for texmath 0.5.John MacFarlane1-13/+13
2010-10-19TeXMath: handle variables modified with \acute, \bar, etc.John MacFarlane1-0/+15
2010-10-19TeXMath reader: handle \textit, \textbf, etc.John MacFarlane1-1/+5
2010-07-22Require texmath >= 0.3, adjusted for new elements.John MacFarlane1-0/+3
2010-04-25Use texmath's parser in TexMath module.John MacFarlane1-197/+53
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2009-11-28Added \int to characters handled as unicode in tex math.fiddlosopher1-0/+1
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher1-1/+2
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+233