summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
Commit message (Expand)AuthorAge
* LaTeX reader: support `\foreignlanguage` from babel.John MacFarlane2017-12-26
* `latex_macros` extension changes.John MacFarlane2017-12-22
* LaTeX reader: use applyMacros in rawLaTeXBlock, rawLaTeXInline.John MacFarlane2017-12-22
* LaTeX reader: Refactored inlineCommand.John MacFarlane2017-12-22
* LaTeX reader: Fixed subtle bug in tokenizer.John MacFarlane2017-12-21
* LaTeX reader: export tokenize, untokenize.John MacFarlane2017-12-15
* Fixed regression in LateX tokenization.John MacFarlane2017-12-15
* LaTeX reader: fix \ before newline.John MacFarlane2017-12-08
* Support beamer `\alert` in LaTeX reader. Closes #4091.John MacFarlane2017-11-29
* LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane2017-11-13
* Fix comment that confuses haddock.John MacFarlane2017-11-12
* LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane2017-11-12
* LaTeX reader: allow optional args for parbox.John MacFarlane2017-11-12
* LaTeX reader: handle `%` comment right after command.John MacFarlane2017-10-31
* LaTeX reader: insert space when needed in macro expansion.John MacFarlane2017-10-30
* Allow unbraced arguments for macros.John MacFarlane2017-10-30
* Allow body of macro definition to be unbraced.John MacFarlane2017-10-30
* More hlint fixes.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* LaTeX Reader: support \lettrinemb212017-10-22
* LaTeX Reader: use opt function consistentlymb212017-10-22
* LaTeX reader: be more forgiving in parsing command options.John MacFarlane2017-10-19
* LaTeX reader: Strip off quotes in `\include` filenames.John MacFarlane2017-10-19
* LaTeX reader: support `\expandafter`.John MacFarlane2017-10-19
* LaTeX reader: handle `\DeclareRobustCommand`.John MacFarlane2017-10-19
* Latex reader: Skip spaces in image optionsBen Firshman2017-10-17
* Improved handling of include files in LaTeX reader.John MacFarlane2017-10-16
* LaTeX reader: don't treat "..." as Quoted.John MacFarlane2017-10-08
* Small logic fix.John MacFarlane2017-10-08
* LaTeX reader: read polyglossia/babel \text($LANG){...}.bucklereed2017-10-06
* Removed old beamer template.John MacFarlane2017-09-08
* LaTeX reader: Better support for ogonek accents.John MacFarlane2017-09-05
* LaTeX reader: Improve handling of accents.John MacFarlane2017-09-05
* LaTeX reader: support `\k` ogonek accent.John MacFarlane2017-09-05
* LaTeX reader: improved support for \hyperlink, \hypertarget.John MacFarlane2017-08-25
* LaTeX reader: RN and Rn, from biblatex (#3854)bucklereed2017-08-24
* LaTeX reader: Set identifiers on Spans used for \label.John MacFarlane2017-08-20
* LaTeX reader: allow `]` inside group in option brackets.John MacFarlane2017-08-20
* 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