index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-24
LaTeX reader: improve references.
John MacFarlane
1
-2
/
+5
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
1
-2
/
+2
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
1
-16
/
+17
2021-09-19
Ignore (and gobble parameters of) CSLReferences environment.
John MacFarlane
1
-0
/
+1
2021-08-21
LaTeX-parser: restrict \endinput to current file
Simon Schuster
1
-1
/
+5
2021-07-11
Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).
John MacFarlane
1
-6
/
+3
2021-06-01
LaTeX reader: don't allow optional * on symbol control sequences.
John MacFarlane
1
-2
/
+4
2021-05-19
LaTeX reader: better support for `\xspace`.
John MacFarlane
1
-12
/
+0
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-11
/
+12
2021-04-25
Minor code reformatting.
John MacFarlane
1
-1
/
+2
2021-04-25
Writers: Recognize custom syntax definitions (#7241)
Jan Tojnar
1
-1
/
+2
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
1
-1
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
1
-1
/
+1
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
1
-2
/
+2
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
1
-1
/
+1
2021-03-18
Require safe >= 0.3.18 and remove cpp.
John MacFarlane
1
-5
/
+0
2021-03-07
LaTeX reader: support hyperref command.
John MacFarlane
1
-4
/
+13
2021-03-03
Revert "Add T.P.Readers.LaTeX.Include."
John MacFarlane
1
-7
/
+50
2021-03-03
Add T.P.Readers.LaTeX.Include.
John MacFarlane
1
-50
/
+7
2021-03-03
Remove T.P.Readers.LaTeX.Accent.
John MacFarlane
1
-1
/
+1
2021-03-03
Move enquote commands to T.P.LaTeX.Lang.
John MacFarlane
1
-20
/
+2
2021-03-03
Moved more into T.P.Readers.LaTeX.Lang.
John MacFarlane
1
-78
/
+6
2021-03-03
Split out T.P.Readers.LaTeX.Inline.
John MacFarlane
1
-336
/
+138
2021-03-01
Make T.P.Readers.LaTeX.Types an unexported module.
John MacFarlane
1
-1
/
+1
2021-03-01
Factor out T.P.Readers.LaTeX.Macro.
John MacFarlane
1
-139
/
+2
2021-02-28
Removed unnecessary pragmas.
John MacFarlane
1
-2
/
+0
2021-02-28
Change T.P.Readers.LaTeX.SIunitx to export a command map...
John MacFarlane
1
-9
/
+2
2021-02-28
T.P.Readers.LaTeX: Don't export tokenize, untokenize.
John MacFarlane
1
-2
/
+0
2021-02-28
Factor out T.P.Readers.LaTeX.Math.
John MacFarlane
1
-193
/
+8
2021-02-28
LaTeX reader: another small efficiency improvement.
John MacFarlane
1
-6
/
+12
2021-02-28
LaTeX reader efficiency improvements.
John MacFarlane
1
-31
/
+42
2021-02-28
Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.
John MacFarlane
1
-14
/
+2
2021-02-28
LaTeX reader: remove two unnecessary parsers in inline.
John MacFarlane
1
-2
/
+0
2021-02-28
Factor out T.P.Readers.LaTeX.Citation.
John MacFarlane
1
-186
/
+16
2021-02-27
Factor out T.P.Readers.LaTeX.Table.
John MacFarlane
1
-363
/
+5
2021-02-27
Split off T.P.Readers.LaTeX.Accent.
John MacFarlane
1
-60
/
+8
2021-02-13
LaTeX reader: remove unnecessary line
John MacFarlane
1
-1
/
+0
2021-02-12
Avoid an unnecessary withRaw.
John MacFarlane
1
-1
/
+4
2021-02-12
LaTeX reader improvements.
John MacFarlane
1
-4
/
+2
2021-01-26
Clean up BibTeX parsing.
John MacFarlane
1
-0
/
+18
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2021-01-04
LaTeX reader: handle filecontents environment.
John MacFarlane
1
-6
/
+26
2021-01-02
LaTeX reader: put contents of unknown environments in a Div...
John MacFarlane
1
-1
/
+1
2020-12-05
LaTeX reader: don't apply theorem default styling to a figure inside.
John MacFarlane
1
-0
/
+1
2020-11-29
LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.
John MacFarlane
1
-1
/
+11
2020-11-26
LaTeX reader: preserve center environment (#6852)
Igor Pashev
1
-1
/
+1
2020-11-21
LaTeX reader: more robust parsing of bracketed options.
John MacFarlane
1
-3
/
+8
2020-11-20
Improve LaTeX option parsing...
John MacFarlane
1
-1
/
+3
2020-11-16
Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.
John MacFarlane
1
-26
/
+0
2020-11-05
LaTeX reader: better handling of `\\` inside math in table cells.
John MacFarlane
1
-0
/
+2
[next]