aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2014-07-22Exported runParserT and StreamMatthew Pickering1-2/+1
2014-07-11Removed (>>~) functionMatthew Pickering1-1/+1
2014-06-17LaTeX reader: Correctly handle table rows with too few cells.John MacFarlane1-3/+7
2014-06-16LaTeX reader: handle leading/trailing spaces in emph better.John MacFarlane1-17/+17
2014-06-16LaTeX reader: don't assume preamble doesn't contain environments.John MacFarlane1-1/+1
2014-06-12allow (and discard) optional argument for \captionJames Aspnes1-1/+1
2014-06-03LaTeX reader: Handle comments at the end of tables.John MacFarlane1-0/+1
2014-05-20Org reader: support for inline LaTeXAlbert Krewinkel1-0/+1
2014-05-12LaTeX reader: Support `\addbibresource`.John MacFarlane1-0/+2
2014-05-11LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.John MacFarlane1-1/+6
2014-05-10LaTeX reader: Don't error on "%foo" with no newline.John MacFarlane1-1/+1
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-05-03LaTeX reader: Fixed regression introduced with last commit.John MacFarlane1-10/+10
2014-05-03LaTeX reader: Better error messages with include files.John MacFarlane1-55/+117
2014-04-26LaTeX reader: Made `\nocite` work.John MacFarlane1-3/+6
2014-04-06LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane1-2/+3
2014-03-25LaTeX reader: Better handling of figure and table with caption.John MacFarlane1-11/+34
2014-03-25Revert "LaTeX reader: Added LPState."John MacFarlane1-18/+0
2014-03-25LaTeX reader: Added LPState.John MacFarlane1-0/+18
2014-03-25LaTeX reader: Better handling of "table" environment.John MacFarlane1-0/+1
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-3/+2
2013-12-17LaTeX reader: Support babel-style quoting: `` "`..."' ``.John MacFarlane1-0/+2
2013-12-13LaTeX reader: add support for Verb macroJeff Arnold1-0/+1
2013-12-06HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane1-1/+2
2013-11-18LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane1-7/+17
2013-11-17LaTeX reader: Support `\textnormal` as span with class "nodecor".John MacFarlane1-0/+1
2013-10-21LaTeX reader: Improved citation parsing.John MacFarlane1-6/+13
2013-10-11LaTeX reader: Ensure that preamble doesn't contribute to text of doc.John MacFarlane1-8/+8
2013-10-11LaTeX reader: Fixed character escaping in \url{}.John MacFarlane1-3/+1
2013-09-28LaTeX reader: Parse {groups} as Span.John MacFarlane1-1/+10
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane1-3/+3
2013-08-28LaTeX reader: allow spaces in alignment spec in tables.John MacFarlane1-2/+3
2013-08-27LaTeX reader: Allow accents with combining characters.John MacFarlane1-185/+185
2013-08-27Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane1-5/+3
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane1-1/+2
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-4/+1
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel1-1/+2
2013-08-21LaTeX reader: Added o-cedilla.John MacFarlane1-0/+2
2013-08-21Merge pull request #960 from semorrison/masterJohn MacFarlane1-0/+6
2013-08-21cedilla-o breaks the compile, removing againScott Morrison1-2/+0
2013-08-21adding some cedilla characters to the LaTeX readerScott Morrison1-0/+8
2013-08-16LaTeX reader: parse label after section command and set id.John MacFarlane1-2/+4
2013-08-16LaTeX reader missing \oe and \OE charactersScott Morrison1-0/+2
2013-08-16adding support for breve accents via \u{} while reading LaTeXScott Morrison1-0/+16
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-2/+2
2013-08-10Adjustments for new Format newtype.John MacFarlane1-1/+1
2013-07-25LaTeX reader: Support `\v{}` for hacek.John MacFarlane1-0/+37
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane1-7/+3
2013-06-27LaTeX reader: Support alltt environment.John MacFarlane1-2/+12
2013-06-24Use new flexible metadata type.John MacFarlane1-27/+22