aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2009-12-31LaTeX reader: use \\ to separate multiple authors.fiddlosopher1-3/+3
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-5/+5
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-1/+1
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+1
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher1-1/+1
2009-06-03Improved LaTeX reader's coverage of math modes.fiddlosopher1-3/+7
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+774
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-652/+0
2007-11-10Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher1-1/+2
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+651
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-651/+0
2007-10-28Modified specialChar in LaTeX reader so that '"'fiddlosopher1-1/+3
2007-09-02LaTeX command and environment names can't contain numbers.fiddlosopher1-4/+4
2007-08-30Fixed bug in LaTeX reader, which wrongly assumed that thefiddlosopher1-1/+1
2007-08-29Cleaned up LaTeX reader.fiddlosopher1-24/+24
2007-08-28Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher1-1/+1
2007-08-18Bug fixes in readers:fiddlosopher1-1/+2
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