aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2017-03-01LaTeX reader: don't drop contents of \hypertarget.John MacFarlane1-0/+3
2017-02-27LaTeX reader: Handle komascript `\dedication`.John MacFarlane1-0/+2
2017-02-27Minor cleanups in LaTeX reader.John MacFarlane1-5/+4
2017-02-25LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane1-3/+5
2017-02-25Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands."John MacFarlane1-0/+1
2017-02-24Implemented `\graphicspath` in LaTeX reader.John MacFarlane1-1/+8
2017-02-22When parsing raw LaTeX commands, include trailing space.John MacFarlane1-2/+2
2017-02-14LaTeX reader: include contents of `\parbox`.John MacFarlane1-0/+1
2017-02-14Removed unnecessary import.John MacFarlane1-1/+1
2017-02-13LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane1-12/+33
2017-02-11Use new warnings throughout the code base.John MacFarlane1-6/+13
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