aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-10LaTeX reader: Improved messages for skipped environments.John MacFarlane1-5/+13
2017-02-10LaTeX reader: Improved warning messages for unknown commands.John MacFarlane1-19/+23
2017-02-09LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane1-4/+10
2017-02-08LaTeX reader: support `\lstinputlisting`.John MacFarlane1-11/+34
2017-02-07Refactored some files formerly in LaTeX reader.John MacFarlane1-21/+2
2017-02-07Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane1-29/+9
2017-02-07Refactored include file handling in LaTeX reader.John MacFarlane1-14/+16
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-7/+12
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-2/+2
2017-01-25Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane1-1/+1
2017-01-25LaTeX reader: add warning when parsing unescaped charactersJohn MacFarlane1-4/+5
2017-01-25LaTeX reader: Make sure we process includes in preamble.John MacFarlane1-0/+1
2017-01-25LaTeX reader: further fixes to include.John MacFarlane1-7/+11
2017-01-25Give source position for include file loop.John MacFarlane1-1/+1
2017-01-25LaTeX reader: Proper include file processing.John MacFarlane1-111/+33
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal1-1/+1
2017-01-25Unify Errors.Jesse Rosenthal1-2/+2
2017-01-25Working on readers.Jesse Rosenthal1-98/+105
2016-11-26LaTeX reader: don't treat `\vspace` and `\hspace` as block commands.John MacFarlane1-1/+0
2016-11-20Allow beamer-style <...> options in raw LaTeX (also in Markdown).John MacFarlane1-1/+13
2016-11-19LaTeX reader: improved table handling.John MacFarlane1-4/+13
2016-11-19LaTeX reader: limited support for minipage.John MacFarlane1-0/+2
2016-11-19LaTeX reader: improved parsing of tables.John MacFarlane1-5/+13
2016-11-02LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.John MacFarlane1-10/+15
2016-11-01Handle hungarumlaut in LaTeX reader. Closes #3201.John MacFarlane1-0/+16
2016-10-31LaTeX reader: allow for []s inside LaTeX optional args.John MacFarlane1-1/+2
2016-07-29LaTeX reader: drop duplicate `*` in bibtexKeyCharsAlbert Krewinkel1-1/+1
2016-07-20LaTeX reader: be more forgiving of non-standard characters.John MacFarlane1-1/+1
2016-07-20LaTeX reader: more robust parsing of unknown environments.John MacFarlane1-2/+9
2016-07-01LaTeX reader: strip off double quotes around image source if present.John MacFarlane1-1/+8
2016-06-29LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane1-2/+2
2016-02-28LaTeX reader: handle interior `$` characters in math.John MacFarlane1-4/+12
2016-01-31LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane1-1/+2
2016-01-29Properly handle LaTeX "math" environment as inline math.John MacFarlane1-0/+1
2016-01-11Fixed regression in latex smart quote parsing.John MacFarlane1-4/+5
2015-12-22LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane1-1/+3
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane1-3/+9
2015-11-24LaTeX reader: Improved smart quote parsing.John MacFarlane1-14/+13
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane1-1/+8
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-10/+19
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane1-9/+15
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