aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane1-1/+2
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-11-08LaTeX reader: Handle `comment` environment.ARATA Mizuki1-1/+2
2015-10-15LaTeX reader: fixed longtable support.John MacFarlane1-1/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+1
2015-10-09LaTeX reader: don't eat excess whitespace after macros.John MacFarlane1-4/+4
2015-10-09LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane1-1/+3
2015-09-23LaTeX reader: support longtable.John MacFarlane1-0/+2
2015-08-08LaTeX reader: Implement \Cite.John MacFarlane1-0/+1
2015-07-23LaTeX reader: support abstract environment.John MacFarlane1-0/+1
2015-07-21LaTeX reader: properly handle booktabs lines.John MacFarlane1-1/+10
2015-06-29LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane1-1/+1
2015-06-29LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane1-2/+0
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-22LaTeX reader: recognize `\newpage` as a block command.John MacFarlane1-0/+1
2015-04-12LaTeX Reader: Code cleanupNikolay Yakimov1-92/+82
2015-03-31Latex Reader: Block commands code cleanupNikolay Yakimov1-3/+2
2015-03-30Latex Reader: Guard against para starting with inline macroNikolay Yakimov1-0/+1
2015-03-30LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov1-3/+13
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-7/+4
2015-03-14Properly gobble spaces after \\.John MacFarlane1-10/+12
2015-03-14LaTeX reader: allow block content in \title{}.John MacFarlane1-1/+3
2015-03-08LaTeX reader: allow non-empty colsep in tablesMathias Schenner1-1/+1
2015-03-08LaTeX reader: allow valign argument in tablesMathias Schenner1-1/+1
2015-03-07LaTeX reader: ignore options in `\lstinline`.John MacFarlane1-1/+1
2015-02-18Change return type of LaTeX readerMatthew Pickering1-7/+4
2015-01-22LaTeX reader: don't limit includes to .tex extension.John MacFarlane1-2/+8
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-2/+2
2015-01-01LaTeX reader: handle `tabular*` environment.John MacFarlane1-3/+5
2014-12-16LaTeX reader: parse math environments as inline when possible.John MacFarlane1-15/+42
2014-12-15LaTeX reader: parse label after caption into a span...John MacFarlane1-4/+11
2014-12-15Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-pa...John MacFarlane1-0/+2
2014-12-15LaTeX reader: better handling of `\noindent` and `\greektext`.John MacFarlane1-1/+3
2014-12-15Improved texorpdfstring patch #1148.John MacFarlane1-0/+1
2014-11-25LaTeX reader: support `\smartcite` and `\Smartcite` from biblatex.John MacFarlane1-0/+2
2014-10-03cref, sepWikiwide1-0/+2
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