aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-3/+3
2020-04-17LaTeX reader: don't put surrounding Div around Table.John MacFarlane1-2/+5
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-5/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-10/+10
2020-04-15Implement the new Table typedespresc1-12/+13
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane1-1/+8
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-9/+9
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-4/+5
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-13A bit more cleanup (#6141)Joseph C. Sible1-22/+21
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane1-21/+32
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane1-25/+41
2020-02-07Resolve HLint warningsAlbert Krewinkel1-3/+3
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane1-17/+17
2020-02-03Allow & in LaTeX citation keys.John MacFarlane1-1/+1
2020-01-28Added a try that was needed for the commit fc78be1.John MacFarlane1-1/+1
2020-01-10LaTeX reader: allow beamer overlays for all commands in all raw tex.John MacFarlane1-10/+10
2020-01-08LaTeX reader: improve parsing of raw environments.John MacFarlane1-1/+1
2019-12-05Avoid deprecation warning for minimumDef using CPP.John MacFarlane1-1/+6
2019-11-21LaTeX reader: parse \micro siunitx unit command (#5921)Jose Luis Duran1-0/+1
2019-11-15LaTeX Reader: Add KOMA-Script metadata commands (#5910)Andrew Dunning1-1/+8
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-166/+168
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane1-9/+9
2019-11-02LaTeX untokenize: Ensure space between control sequence and following letter.John MacFarlane1-0/+1
2019-11-02LaTeX reader: Don't omit macro definitions defined in the preamble.John MacFarlane1-6/+7
2019-11-02LaTeX reader: parse macro defs as raw latex...John MacFarlane1-8/+13
2019-11-02LaTeX reader: fixed a hang/memory leak in certain circumstances.John MacFarlane1-3/+3
2019-10-23T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser.John MacFarlane1-6/+13
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-2/+2
2019-09-24LaTeX reader: Add 'tikzcd' to list of special environments.Eigil Rischel1-0/+1
2019-09-02LaTeX reader: don't try to parse includes if raw_tex is set.John MacFarlane1-5/+13
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane1-1/+1
2019-08-27LaTeX reader: fix `\\` in `\parbox` inside a table cell.John MacFarlane1-3/+18
2019-08-05Treat `ly` as verbatim too (#5671)Urs Liska1-0/+1
2019-07-24LaTeX reader: handle `\passthrough` macro used by latex writer.John MacFarlane1-0/+2
2019-07-22LaTeX reader: support tex `\tt` command.John MacFarlane1-0/+1
2019-07-20LaTeX reader: search for image with list of extensions...John MacFarlane1-6/+16
2019-07-13Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)Vasily Alferov1-1/+11
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane1-21/+30
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-1/+1
2019-06-21Support epigraph command in LaTeX Reader.oquechy1-0/+8
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-7/+13
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-2/+7
2019-05-03LaTeX reader: Allow newlines in `\mintinline`.John MacFarlane1-3/+7
2019-04-10LaTeX reader: add braces when resolving `\DeclareMathOperator`.John MacFarlane1-1/+2
2019-03-10LaTeX reader: support `\underline`, `\ul`, `\uline` (#5359)Paul Tilley1-0/+5
2019-03-07Add inNote to Footcite and FootcitesJohn MacFarlane1-2/+2
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2