aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-22Moved more from LaTeX reader to LaTeX.Parsing.John MacFarlane1-0/+67
2020-07-20Move some code from T.P.R.LaTeX. to T.P.R.LaTeX.Parsing.John MacFarlane1-0/+64
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel3-6/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel3-3/+3
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane1-2/+4
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane1-0/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane1-2/+4
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc2-23/+25
2019-11-02LaTeX untokenize: Ensure space between control sequence and following letter.John MacFarlane1-2/+14
2019-10-23T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser.John MacFarlane1-4/+3
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-5/+5
2019-09-09LaTeX reader: Fix parsing of optional arguments that contain braced text.John MacFarlane1-4/+3
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane1-1/+1
2019-08-14LaTeX reader: improve withRaw so it can handle cases where...John MacFarlane1-2/+3
2019-07-19Markdown: Ensure that expanded latex macros end with space if original did.John MacFarlane1-1/+10
2019-07-16LaTeX reader: handle \looseness command values better.John MacFarlane1-5/+4
2019-03-01Remove license boilerplate.John MacFarlane3-54/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel3-6/+6
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane1-3/+3
2018-12-31Remove unused HasHeaderMap (#5175)Alexander1-6/+0
2018-11-19LaTeX reader: cleaned up handling of dimension arguments.John MacFarlane1-5/+11
2018-10-15LaTeX reader: withVerbatimMode now does nothing if already inJohn MacFarlane1-4/+8
2018-10-15LaTeX reader: simplified type on doMacros'.John MacFarlane1-11/+8
2018-10-15LaTeX reader: small efficiency improvement.John MacFarlane1-1/+2
2018-10-15LaTeX reader: tokenize before pulling tokens,John MacFarlane1-11/+14
2018-10-15LaTeX reader: improved parsing of `\def`, `\let`.John MacFarlane1-16/+23
2018-10-15LaTeX reader: Fix small regression in pattern argumnents...John MacFarlane1-1/+2
2018-10-15More refactoring of LaTeX reader code.John MacFarlane1-33/+36
2018-10-15T.P.R.LaTeX.Parsing: moved more functions.John MacFarlane1-57/+64