summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* LaTeX reader: don't treat `\vspace` and `\hspace` as block commands.John MacFarlane2016-11-26
* Allow beamer-style <...> options in raw LaTeX (also in Markdown).John MacFarlane2016-11-20
* LaTeX reader: improved table handling.John MacFarlane2016-11-19
* LaTeX reader: limited support for minipage.John MacFarlane2016-11-19
* LaTeX reader: improved parsing of tables.John MacFarlane2016-11-19
* LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.John MacFarlane2016-11-02
* Handle hungarumlaut in LaTeX reader. Closes #3201.John MacFarlane2016-11-01
* LaTeX reader: allow for []s inside LaTeX optional args.John MacFarlane2016-10-31
* LaTeX reader: drop duplicate `*` in bibtexKeyCharsAlbert Krewinkel2016-07-29
* LaTeX reader: be more forgiving of non-standard characters.John MacFarlane2016-07-20
* LaTeX reader: more robust parsing of unknown environments.John MacFarlane2016-07-20
* LaTeX reader: strip off double quotes around image source if present.John MacFarlane2016-07-01
* LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane2016-06-29
* LaTeX reader: handle interior `$` characters in math.John MacFarlane2016-02-28
* LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane2016-01-31
* Properly handle LaTeX "math" environment as inline math.John MacFarlane2016-01-29
* Fixed regression in latex smart quote parsing.John MacFarlane2016-01-11
* LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane2015-12-22
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* LaTeX reader: Improved smart quote parsing.John MacFarlane2015-11-24
* LaTeX reader: Use curly quotes for unmatched `.John MacFarlane2015-11-23
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane2015-11-19
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane2015-11-08
|\ \
| * | LaTeX reader: Handle `comment` environment.ARATA Mizuki2015-11-08
* | | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
|/ /
* | LaTeX reader: fixed longtable support.John MacFarlane2015-10-15
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | 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