aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane1-2/+0
2021-02-28Factor out T.P.Readers.LaTeX.Math.John MacFarlane1-193/+8
2021-02-28LaTeX reader: another small efficiency improvement.John MacFarlane1-6/+12
2021-02-28LaTeX reader efficiency improvements.John MacFarlane1-31/+42
2021-02-28Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.John MacFarlane1-14/+2
2021-02-28LaTeX reader: remove two unnecessary parsers in inline.John MacFarlane1-2/+0
2021-02-28Factor out T.P.Readers.LaTeX.Citation.John MacFarlane1-186/+16
2021-02-27Factor out T.P.Readers.LaTeX.Table.John MacFarlane1-363/+5
2021-02-27Split off T.P.Readers.LaTeX.Accent.John MacFarlane1-60/+8
2021-02-13LaTeX reader: remove unnecessary lineJohn MacFarlane1-1/+0
2021-02-12Avoid an unnecessary withRaw.John MacFarlane1-1/+4
2021-02-12LaTeX reader improvements.John MacFarlane1-4/+2
2021-01-26Clean up BibTeX parsing.John MacFarlane1-0/+18
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane1-6/+26
2021-01-02LaTeX reader: put contents of unknown environments in a Div...John MacFarlane1-1/+1
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane1-0/+1
2020-11-29LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.John MacFarlane1-1/+11
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev1-1/+1
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane1-3/+8
2020-11-20Improve LaTeX option parsing...John MacFarlane1-1/+3
2020-11-16Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.John MacFarlane1-26/+0
2020-11-05LaTeX reader: better handling of `\\` inside math in table cells.John MacFarlane1-0/+2
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane1-7/+8
2020-10-13LaTeX reader: support more acronym commands.John MacFarlane1-0/+10
2020-10-10LaTeX reader: allow blank lines inside `\author`.John MacFarlane1-6/+3
2020-10-08LaTeX reader: Fix parsing of "show name" in newtheorem.John MacFarlane1-5/+6
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane1-1/+1
2020-09-15LaTeX reader: fix improper empty cell filtering (#6689)Christian Despres1-8/+82
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-32/+31
2020-09-08Reader.LaTeX.hs: remove trailing whitespaceAlbert Krewinkel1-7/+7
2020-09-02Support numrange, numlist for siunitx.John MacFarlane1-1/+3
2020-09-02LaTeX reader: Support siunitx `\ang`.John MacFarlane1-0/+1
2020-09-02Skip opts for `\si`.John MacFarlane1-1/+1
2020-09-02LaTeX reader: support `\si` and improve other siunitx commands.John MacFarlane1-0/+1
2020-09-02LaTeX reader: support `\num` from siunitx.John MacFarlane1-1/+2
2020-09-02LaTeX reader: Factored out siunitx stuff into separate module.John MacFarlane1-223/+3
2020-08-15[Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608)Laurent P. René de Cotret1-28/+48
2020-08-14Change SIRange to SIrange (#6617)Emerson Harkin1-4/+4
2020-08-07[Latex Reader] Table cell parser not consuming spaces correctly (#6597)Laurent P. René de Cotret1-0/+2
2020-07-23Minimal support for SIRange in LaTeX reader (#6418)Emerson Harkin1-0/+24
2020-07-23Col-span and row-span in LaTeX reader (#6470)Laurent P. René de Cotret1-19/+57
2020-07-23Further improvements to ams theorem support, and a test.John MacFarlane1-2/+3
2020-07-23LaTeX reader: Add identifier in divs for ams theorem environments.John MacFarlane1-1/+1
2020-07-22LaTeX reader: SUpport ams `\theoremstyle`.John MacFarlane1-6/+28
2020-07-22Implement first optional argument for `\newtheorem`.John MacFarlane1-23/+30
2020-07-22LaTeX reader: Don't boldface alt title in theorems.John MacFarlane1-2/+2
2020-07-22LaTeX reader: support theorem environments and `\newtheorem`.John MacFarlane1-3/+63
2020-07-22LaTeX reader: support ams proof environment.John MacFarlane1-0/+27
2020-07-22Moved more from LaTeX reader to LaTeX.Parsing.John MacFarlane1-63/+0