summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* Add siunitx Support (#3588)schrieveslaach2017-04-22
* lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach2017-03-29
* LaTeX reader: add support for LaTeX subfiles package.schrieveslaach2017-03-27
* Revert "LaTeX reader: be more picky about beamer angle arguments."John MacFarlane2017-03-24
* LaTeX reader: be more picky about beamer angle arguments.John MacFarlane2017-03-24
* Better handling of \part in LaTeX.John MacFarlane2017-03-13
* Expand \newenvironment macros.John MacFarlane2017-03-10
* LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`.John MacFarlane2017-03-09
* Markdown reader: Treat certain environments as inlineJohn MacFarlane2017-03-07
* LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane2017-03-06
* LaTeX reader: support all \textXX commands.John MacFarlane2017-03-05
* LaTeX reader: small improvements in parsing arguments.John MacFarlane2017-03-05
* LaTeX reader: Handle spaces before \cite arguments.John MacFarlane2017-03-05
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* LaTeX reader: don't drop contents of \hypertarget.John MacFarlane2017-03-01
* LaTeX reader: Handle komascript `\dedication`.John MacFarlane2017-02-27
* Minor cleanups in LaTeX reader.John MacFarlane2017-02-27
* LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane2017-02-25
* Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands."John MacFarlane2017-02-25
* Implemented `\graphicspath` in LaTeX reader.John MacFarlane2017-02-24
* When parsing raw LaTeX commands, include trailing space.John MacFarlane2017-02-22
* LaTeX reader: include contents of `\parbox`.John MacFarlane2017-02-14
* Removed unnecessary import.John MacFarlane2017-02-14
* LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane2017-02-13
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* LaTeX reader: Improved messages for skipped environments.John MacFarlane2017-02-10
* LaTeX reader: Improved warning messages for unknown commands.John MacFarlane2017-02-10
* LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane2017-02-09
* LaTeX reader: support `\lstinputlisting`.John MacFarlane2017-02-08
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Refactored include file handling in LaTeX reader.John MacFarlane2017-02-07
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* 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