summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* LaTeX reader: implement \newtoggle, \iftoggle, \toggletrue|falseJohn MacFarlane2017-08-18
* LaTeX reader: support \lq, \rq.John MacFarlane2017-08-17
* LaTeX reader: support \textquoteleft|right, \textquotedblleft|right.John MacFarlane2017-08-17
* LaTeX reader: rudimentary support for `\hyperlink`.John MacFarlane2017-08-16
* LaTeX reader: use Link instead of Span for `\ref`.John MacFarlane2017-08-16
* LaTeX reader: add Support for `glossaries` and `acronym` package (#3589)schrieveslaach2017-08-16
* Better handle complex \def macros as raw latex.John MacFarlane2017-08-13
* LaTeX reader: Allow @ as a letter in control sequences.John MacFarlane2017-08-13
* LaTeX reader: fix `\let\a=0` case, with single character token.John MacFarlane2017-08-13
* Resolve references to section numbers in LaTeX reader.John MacFarlane2017-08-13
* LaTeX reader: track header numbers and correlate with labels.John MacFarlane2017-08-13
* Put content of \ref, \label commands into span… (#3639)schrieveslaach2017-08-13
* LaTeX reader: Fixed space after \figurename etc.John MacFarlane2017-08-12
* LaTeX reader: support \chaptername, \partname, \abstractname, etc.John MacFarlane2017-08-12
* LaTeX reader: have `\setmainlanguage` set `lang` in metadata.John MacFarlane2017-08-12
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* LaTeX reader: Use `label` instead of `data-label` for label in caption.John MacFarlane2017-08-09
* Small tweak to previous commit.John MacFarlane2017-08-07
* LaTeX reader: Support simple `\def` macros.John MacFarlane2017-08-07
* LaTeX reader: Support `\let`.John MacFarlane2017-08-07
* LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed2017-08-05
* Merge branch 'textcolor-support' of https://github.com/schrieveslaach/pandoc ...John MacFarlane2017-07-25
|\
| * Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-supportMarc Schreiber2017-07-13
| |\
| * \ Merge branch 'master' into textcolor-supportschrieveslaach2017-06-12
| |\ \
| * | | Add \colorbox supportMarc Schreiber2017-06-01
| * | | Add suggestions of @jgm: parse bracketed stuff as inlinesMarc Schreiber2017-05-23
| * | | \textcolor will be parse as span at the beginning of a paragraphMarc Schreiber2017-05-04
| * | | \textcolor works as inline and block commandMarc Schreiber2017-05-03
| * | | Add block version of \textcolorMarc Schreiber2017-05-03
| * | | Add basic \textcolor support to LaTeX readerMarc Schreiber2017-05-02
* | | | LaTeX reader: support etoolbox's ifstrequal.John MacFarlane2017-07-24
* | | | LaTeX reader: removed code for non-exported 'macro'.John MacFarlane2017-07-24
* | | | LaTeX reader: Removed 'macro'.John MacFarlane2017-07-24
* | | | LaTeX reader: some improvements in macro parsing.John MacFarlane2017-07-24
* | | | Refactored some common code in LaTeX reader.John MacFarlane2017-07-24
* | | | LaTeX reader: improved heuristic for raw block/inline.John MacFarlane2017-07-21
* | | | LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane2017-07-21
* | | | LaTeX reader: fixed regression with starred environment names.John MacFarlane2017-07-19
* | | | Add LaTeX xspace support (#3797)schrieveslaach2017-07-13
| |_|/ |/| |
* | | Remove redundant imports (#3796)Alexander Krotov2017-07-12
* | | Make sure \write18 is parsed as raw LaTeX.John MacFarlane2017-07-12
* | | Use takeP in LaTeX reader.John MacFarlane2017-07-07
* | | Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* | | Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
| |/ |/|
* | Support for \faCheck and \faClose (#3727)schrieveslaach2017-06-11
* | Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* | LaTeX reader: handle some width specifiers on table columns.John MacFarlane2017-06-01
* | LaTeX reader: more table refactoring.John MacFarlane2017-06-01
* | LaTeX reader: Small refactoring of table parsing code.John MacFarlane2017-06-01
* | LaTeX reader: Handle block structure inside table cells.John MacFarlane2017-06-01