aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX
AgeCommit message (Expand)AuthorFilesLines
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane1-3/+6
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane1-2/+5
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane1-4/+7
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane1-1/+3
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane1-2/+19
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane3-5/+24
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-119/+122
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane1-1/+6
2021-03-03Revert "Add T.P.Readers.LaTeX.Include."John MacFarlane2-79/+2
2021-03-03Add T.P.Readers.LaTeX.Include.John MacFarlane2-2/+79
2021-03-03Remove T.P.Readers.LaTeX.Accent.John MacFarlane2-81/+68
2021-03-03Move enquote commands to T.P.LaTeX.Lang.John MacFarlane2-4/+32
2021-03-03Moved more into T.P.Readers.LaTeX.Lang.John MacFarlane2-4/+91
2021-03-03Split out T.P.Readers.LaTeX.Inline.John MacFarlane1-0/+275
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane1-0/+153
2021-02-28Change T.P.Readers.LaTeX.SIunitx to export a command map...John MacFarlane1-7/+14
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane1-0/+9
2021-02-28Factor out T.P.Readers.LaTeX.Math.John MacFarlane1-0/+221
2021-02-28Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.John MacFarlane1-2/+20
2021-02-28Factor out T.P.Readers.LaTeX.Citation.John MacFarlane2-0/+215
2021-02-27Factor out T.P.Readers.LaTeX.Table.John MacFarlane2-0/+406
2021-02-27Split off T.P.Readers.LaTeX.Accent.John MacFarlane1-0/+78
2021-02-21LaTeX reader: further optimizations in satisfyTok.John MacFarlane1-5/+5
2021-02-21LaTeX reader: removed sExpanded in state.John MacFarlane1-7/+2
2021-02-21LaTeX reader: further performance optimization.John MacFarlane1-23/+19
2021-02-20LaTeX reader: Another small improvement to macro handling.John MacFarlane1-4/+3
2021-02-20LaTeX reader: avoid macro resolution code if no macros defined.John MacFarlane1-16/+19
2021-02-20T.P.Readers.LaTeX.Parsing: improve braced'.John MacFarlane1-16/+13
2021-02-12LaTeX reader improvements.John MacFarlane1-18/+66
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel3-3/+3
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane1-0/+2
2020-11-16Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.John MacFarlane1-0/+26
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane1-1/+1
2020-11-16LaTeX reader: Fix negative numbers in siunitx commands.John MacFarlane1-2/+4
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane1-1/+5
2020-10-08LaTeX reader: Fix parsing of "show name" in newtheorem.John MacFarlane1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres3-12/+10
2020-09-10Improved uncertainty handling in slunitx.John MacFarlane1-6/+11
2020-09-10LaTeX reader: support parenthesized uncertainties in siunitx.John MacFarlane1-2/+14
2020-09-02Support numrange, numlist for siunitx.John MacFarlane1-8/+24
2020-09-02Support some missing siunitx commands.John MacFarlane1-0/+8
2020-09-02LaTeX reader: Support siunitx `\ang`.John MacFarlane1-0/+12
2020-09-02LaTeX reader: support `\si` and improve other siunitx commands.John MacFarlane1-8/+22
2020-09-02LaTeX reader: support `\num` from siunitx.John MacFarlane1-5/+38
2020-09-02LaTeX reader: Support squared, cubed, tothe in siunitx.John MacFarlane1-12/+22
2020-09-02LaTeX reader: Factored out siunitx stuff into separate module.John MacFarlane1-0/+241
2020-07-22LaTeX reader: SUpport ams `\theoremstyle`.John MacFarlane1-2/+10
2020-07-22LaTeX reader: support theorem environments and `\newtheorem`.John MacFarlane1-0/+2
2020-07-22LaTeX reader: support ams proof environment.John MacFarlane1-0/+10