aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)Author
2017-07-25Merge branch 'textcolor-support' of https://github.com/schrieveslaach/pandoc ...John MacFarlane
2017-07-24LaTeX reader: support etoolbox's ifstrequal.John MacFarlane
2017-07-24LaTeX reader: removed code for non-exported 'macro'.John MacFarlane
2017-07-24LaTeX reader: Removed 'macro'.John MacFarlane
2017-07-24LaTeX reader: some improvements in macro parsing.John MacFarlane
2017-07-24Refactored some common code in LaTeX reader.John MacFarlane
2017-07-21LaTeX reader: improved heuristic for raw block/inline.John MacFarlane
2017-07-21LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane
2017-07-19LaTeX reader: fixed regression with starred environment names.John MacFarlane
2017-07-13Add LaTeX xspace support (#3797)schrieveslaach
2017-07-13Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-supportMarc Schreiber
2017-07-12Remove redundant imports (#3796)Alexander Krotov
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane
2017-07-07Use takeP in LaTeX reader.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-12Merge branch 'master' into textcolor-supportschrieveslaach
2017-06-11Support for \faCheck and \faClose (#3727)schrieveslaach
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-06-01LaTeX reader: handle some width specifiers on table columns.John MacFarlane
2017-06-01LaTeX reader: more table refactoring.John MacFarlane
2017-06-01LaTeX reader: Small refactoring of table parsing code.John MacFarlane
2017-06-01LaTeX reader: Handle block structure inside table cells.John MacFarlane
2017-06-01Add \colorbox supportMarc Schreiber
2017-05-29LaTeX reader: handle escaped & inside table cell.John MacFarlane
2017-05-29LaTeX reader: don't crash on empty enumerate environment.John MacFarlane
2017-05-24LaTeX reader: Fixed failures on \ref{}, \label{} with `+raw_tex`.John MacFarlane
2017-05-24Parsing: Provide parseFromString'.John MacFarlane
2017-05-24LaTeX reader: parse tikzpicture as raw verbatim environment...John MacFarlane
2017-05-23Add suggestions of @jgm: parse bracketed stuff as inlinesMarc Schreiber
2017-05-21Finished implemtation of `--resource-path`.John MacFarlane
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach
2017-05-04\textcolor will be parse as span at the beginning of a paragraphMarc Schreiber
2017-05-03\textcolor works as inline and block commandMarc Schreiber
2017-05-03Add block version of \textcolorMarc Schreiber
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach
2017-05-02Add basic \textcolor support to LaTeX readerMarc Schreiber
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane
2017-04-22Add siunitx Support (#3588)schrieveslaach
2017-03-29lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach
2017-03-27LaTeX reader: add support for LaTeX subfiles package.schrieveslaach
2017-03-24Revert "LaTeX reader: be more picky about beamer angle arguments."John MacFarlane
2017-03-24LaTeX reader: be more picky about beamer angle arguments.John MacFarlane
2017-03-13Better handling of \part in LaTeX.John MacFarlane