summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* Shared: Made splitBy take a test instead of an element.John MacFarlane2010-12-21
* Fixed preamble parsing in LaTeX reader.John MacFarlane2010-12-14
* Added support for latex cite commands in latex reader.Nathan Gass2010-12-13
* LaTeX reader: Improved parsing of preamble.John MacFarlane2010-12-10
* Made latex \section, \chapter parsers more forgiving of whitespace.John MacFarlane2010-07-13
* Parse \chapter{} in latex.John MacFarlane2010-07-13
* Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* Changed rawLaTeXInline to accept '\section', '\begin', etc.John MacFarlane2010-04-26
* Properly escape URIs in all readers.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* LaTeX reader: ignore \section, \pdfannot, \pdfstringdef.fiddlosopher2010-03-14
* LaTeX reader: Ignore alt title in section headers.fiddlosopher2010-03-14
* LaTeX reader: don't treat \section as inline LaTeX.fiddlosopher2010-03-13
* LaTeX reader: recognize nonbreaking space ~.fiddlosopher2010-03-13
* LaTeX reader: handle \ (interword space).fiddlosopher2010-02-27
* LaTeX reader: allow any special character to be escaped.fiddlosopher2010-02-26
* LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers.fiddlosopher2010-02-12
* LaTeX reader: use \\ to separate multiple authors.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Improved LaTeX reader's coverage of math modes.fiddlosopher2009-06-03
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher2007-11-10
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Modified specialChar in LaTeX reader so that '"'fiddlosopher2007-10-28
* LaTeX command and environment names can't contain numbers.fiddlosopher2007-09-02
* Fixed bug in LaTeX reader, which wrongly assumed that thefiddlosopher2007-08-30
* Cleaned up LaTeX reader.fiddlosopher2007-08-29
* Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher2007-08-28
* Bug fixes in readers:fiddlosopher2007-08-18
* LaTeX reader: parse \texttt{} as code, as long as there'sfiddlosopher2007-08-15
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Added parsing for \url to LaTeX reader.fiddlosopher2007-08-03
* Removed examplep specific stuff in LaTeX reader.fiddlosopher2007-07-28
* Changes in LaTeX reader to accommodate Pandoc's own use offiddlosopher2007-07-28
* Added support for definition lists to LaTeX reader.fiddlosopher2007-07-23
* Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).fiddlosopher2007-07-22
* Added subscript and superscript support to LaTeX reader.fiddlosopher2007-07-22
* LaTeX reader: Added clauses for tilde and caret.fiddlosopher2007-07-22
* Added support for strikeout (\sout) to latexfiddlosopher2007-07-22
* Moved Text.ParserCombinators.Pandoc ->fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher2007-02-15
* Replaced "choice [(try (string ...), ...]" idiom withfiddlosopher2007-02-12