aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2017-05-24LaTeX reader: Fixed failures on \ref{}, \label{} with `+raw_tex`.John MacFarlane1-6/+9
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-6/+6
2017-05-24LaTeX reader: parse tikzpicture as raw verbatim environment...John MacFarlane1-0/+14
2017-05-21Finished implemtation of `--resource-path`.John MacFarlane1-2/+2
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane1-1/+1
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth1-1/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane1-30/+43
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach1-1/+1
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach1-1/+6
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach1-1/+13
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach1-0/+1
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane1-5/+11
2017-04-22Add siunitx Support (#3588)schrieveslaach1-0/+17
2017-03-29lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach1-1/+8
2017-03-27LaTeX reader: add support for LaTeX subfiles package.schrieveslaach1-0/+1
2017-03-24Revert "LaTeX reader: be more picky about beamer angle arguments."John MacFarlane1-1/+1
2017-03-24LaTeX reader: be more picky about beamer angle arguments.John MacFarlane1-1/+1
2017-03-13Better handling of \part in LaTeX.John MacFarlane1-8/+17
2017-03-10Expand \newenvironment macros.John MacFarlane1-10/+12
2017-03-09LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`.John MacFarlane1-9/+14
2017-03-07Markdown reader: Treat certain environments as inlineJohn MacFarlane1-1/+3
2017-03-06LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane1-0/+5
2017-03-05LaTeX reader: support all \textXX commands.John MacFarlane1-1/+5
2017-03-05LaTeX reader: small improvements in parsing arguments.John MacFarlane1-10/+7
2017-03-05LaTeX reader: Handle spaces before \cite arguments.John MacFarlane1-3/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-29/+29
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