summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* LaTeX reader: add warning when parsing unescaped charactersJohn MacFarlane2017-01-25
* LaTeX reader: Make sure we process includes in preamble.John MacFarlane2017-01-25
* LaTeX reader: further fixes to include.John MacFarlane2017-01-25
* Give source position for include file loop.John MacFarlane2017-01-25
* LaTeX reader: Proper include file processing.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* 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