summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* LaTeX reader: don't eat excess whitespace after macros.John MacFarlane2015-10-09
* LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane2015-10-09
* LaTeX reader: support longtable.John MacFarlane2015-09-23
* LaTeX reader: Implement \Cite.John MacFarlane2015-08-08
* LaTeX reader: support abstract environment.John MacFarlane2015-07-23
* LaTeX reader: properly handle booktabs lines.John MacFarlane2015-07-21
* LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane2015-06-29
* LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane2015-06-29
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* LaTeX reader: recognize `\newpage` as a block command.John MacFarlane2015-04-22
* LaTeX Reader: Code cleanupNikolay Yakimov2015-04-12
* Latex Reader: Block commands code cleanupNikolay Yakimov2015-03-31
* Latex Reader: Guard against para starting with inline macroNikolay Yakimov2015-03-30
* LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov2015-03-30
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Change return type of LaTeX readerMatthew Pickering2015-02-18
* | Properly gobble spaces after \\.John MacFarlane2015-03-14
* | LaTeX reader: allow block content in \title{}.John MacFarlane2015-03-14
* | LaTeX reader: allow non-empty colsep in tablesMathias Schenner2015-03-08
* | LaTeX reader: allow valign argument in tablesMathias Schenner2015-03-08
* | LaTeX reader: ignore options in `\lstinline`.John MacFarlane2015-03-07
|/
* LaTeX reader: don't limit includes to .tex extension.John MacFarlane2015-01-22
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* LaTeX reader: handle `tabular*` environment.John MacFarlane2015-01-01
* LaTeX reader: parse math environments as inline when possible.John MacFarlane2014-12-16
* LaTeX reader: parse label after caption into a span...John MacFarlane2014-12-15
* Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-pa...John MacFarlane2014-12-15
|\
| * cref, sepWikiwide2014-10-03
* | LaTeX reader: better handling of `\noindent` and `\greektext`.John MacFarlane2014-12-15
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* | LaTeX reader: support `\smartcite` and `\Smartcite` from biblatex.John MacFarlane2014-11-25
|/
* Exported runParserT and StreamMatthew Pickering2014-07-22
* Removed (>>~) functionMatthew Pickering2014-07-11
* LaTeX reader: Correctly handle table rows with too few cells.John MacFarlane2014-06-17
* LaTeX reader: handle leading/trailing spaces in emph better.John MacFarlane2014-06-16
* LaTeX reader: don't assume preamble doesn't contain environments.John MacFarlane2014-06-16
* allow (and discard) optional argument for \captionJames Aspnes2014-06-12
* LaTeX reader: Handle comments at the end of tables.John MacFarlane2014-06-03
* Org reader: support for inline LaTeXAlbert Krewinkel2014-05-20
* LaTeX reader: Support `\addbibresource`.John MacFarlane2014-05-12
* LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.John MacFarlane2014-05-11
* LaTeX reader: Don't error on "%foo" with no newline.John MacFarlane2014-05-10
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* LaTeX reader: Fixed regression introduced with last commit.John MacFarlane2014-05-03
* LaTeX reader: Better error messages with include files.John MacFarlane2014-05-03
* LaTeX reader: Made `\nocite` work.John MacFarlane2014-04-26
* LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane2014-04-06
* LaTeX reader: Better handling of figure and table with caption.John MacFarlane2014-03-25
* Revert "LaTeX reader: Added LPState."John MacFarlane2014-03-25
* LaTeX reader: Added LPState.John MacFarlane2014-03-25