aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2007-08-15LaTeX reader: parse \texttt{} as code, as long as there'sfiddlosopher1-2/+9
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-305/+231
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-8/+22
2007-08-03Added parsing for \url to LaTeX reader.fiddlosopher1-1/+6
2007-07-28Removed examplep specific stuff in LaTeX reader.fiddlosopher1-13/+1
2007-07-28Changes in LaTeX reader to accommodate Pandoc's own use offiddlosopher1-2/+23
2007-07-23Added support for definition lists to LaTeX reader.fiddlosopher1-11/+23
2007-07-22Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).fiddlosopher1-5/+3
2007-07-22Added subscript and superscript support to LaTeX reader.fiddlosopher1-1/+14
2007-07-22LaTeX reader: Added clauses for tilde and caret.fiddlosopher1-2/+10
2007-07-22Added support for strikeout (\sout) to latexfiddlosopher1-3/+7
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-16/+7
2007-02-15Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher1-1/+1
2007-02-12Replaced "choice [(try (string ...), ...]" idiom withfiddlosopher1-5/+5
2007-02-12+ Added some needed "try"s before multicharacter parsers,fiddlosopher1-2/+2
2007-01-24More smart quote bug fixes:fiddlosopher1-1/+6
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher1-1/+1
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-22/+52
2006-12-21Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher1-5/+6
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher1-1/+1
2006-12-20+ Added module data for haddock.fiddlosopher1-52/+66
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher1-4/+3
2006-12-17Removed a / in a comment that was causing haddock to fail.fiddlosopher1-6/+6
2006-11-27Minor improvements to LaTeX reader:fiddlosopher1-3/+9
2006-11-26Refactored LaTeX reader for clarity (added isArg function).fiddlosopher1-1/+5
2006-11-26Pandoc bug fixes:fiddlosopher1-46/+45
2006-10-17initial importfiddlosopher1-0/+585