aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2022-01-16LaTeX: parse thebibliographyHEADmasterIgor Pashev1-0/+38
2021-12-29Merge https://github.com/jgm/pandocIgor Pashev1-19/+28
2021-11-24LaTeX reader: improve references.John MacFarlane1-2/+5
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane1-2/+2
2021-10-22Use simpleFigure in Readers.Aner Lucero1-16/+17
2021-09-19Ignore (and gobble parameters of) CSLReferences environment.John MacFarlane1-0/+1
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster1-1/+5
2021-07-17Merge branch 'master' of https://github.com/jgm/pandocIgor Pashev1-1420/+265
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane1-6/+3
2021-06-27Ignore landscapeIgor Pashev1-0/+1
2021-06-12LaTeX: add flushright/flushleftIgor Pashev1-0/+2
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane1-2/+4
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane1-12/+0
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-11/+12
2021-04-25Minor code reformatting.John MacFarlane1-1/+2
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar1-1/+2
2021-04-22LaTeX->HTML: Automatically generate the TOCIgor Pashev1-0/+1
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-1/+1
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane1-2/+2
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane1-1/+1
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane1-5/+0
2021-03-07LaTeX reader: support hyperref command.John MacFarlane1-4/+13
2021-03-03Revert "Add T.P.Readers.LaTeX.Include."John MacFarlane1-7/+50
2021-03-03Add T.P.Readers.LaTeX.Include.John MacFarlane1-50/+7
2021-03-03Remove T.P.Readers.LaTeX.Accent.John MacFarlane1-1/+1
2021-03-03Move enquote commands to T.P.LaTeX.Lang.John MacFarlane1-20/+2
2021-03-03Moved more into T.P.Readers.LaTeX.Lang.John MacFarlane1-78/+6
2021-03-03Split out T.P.Readers.LaTeX.Inline.John MacFarlane1-336/+138
2021-03-01Make T.P.Readers.LaTeX.Types an unexported module.John MacFarlane1-1/+1
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane1-139/+2
2021-02-28Removed unnecessary pragmas.John MacFarlane1-2/+0
2021-02-28Change T.P.Readers.LaTeX.SIunitx to export a command map...John MacFarlane1-9/+2
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