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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
LaTeX reader: improve `\def` and implement `\newif`.
John MacFarlane
2
-15
/
+63
2021-05-20
LaTeX reader: More siunitx improvements. Closes #6658.
John MacFarlane
2
-46
/
+95
2021-05-20
LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.
John MacFarlane
1
-35
/
+50
2021-05-20
LaTeX reader sinuitx: fix + sign on ang.
John MacFarlane
1
-3
/
+6
2021-05-20
LaTeX reader siunitx: add leading 0 to numbers starting with .
John MacFarlane
1
-2
/
+5
2021-05-20
LaTeX reader: Fix parsing of `+-` in siunitx numbers.
John MacFarlane
1
-4
/
+7
2021-05-20
LaTeX reader: support `\pm` in `SI{..}`.
John MacFarlane
1
-1
/
+3
2021-05-19
LaTeX reader: better support for `\xspace`.
John MacFarlane
1
-2
/
+19
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
3
-5
/
+24
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
-119
/
+122
2021-03-07
LaTeX reader: handle table cells containing `&` in `\verb`.
John MacFarlane
1
-1
/
+6
2021-03-03
Revert "Add T.P.Readers.LaTeX.Include."
John MacFarlane
2
-79
/
+2
2021-03-03
Add T.P.Readers.LaTeX.Include.
John MacFarlane
2
-2
/
+79
2021-03-03
Remove T.P.Readers.LaTeX.Accent.
John MacFarlane
2
-81
/
+68
2021-03-03
Move enquote commands to T.P.LaTeX.Lang.
John MacFarlane
2
-4
/
+32
2021-03-03
Moved more into T.P.Readers.LaTeX.Lang.
John MacFarlane
2
-4
/
+91
2021-03-03
Split out T.P.Readers.LaTeX.Inline.
John MacFarlane
1
-0
/
+275
2021-03-01
Factor out T.P.Readers.LaTeX.Macro.
John MacFarlane
1
-0
/
+153
2021-02-28
Change T.P.Readers.LaTeX.SIunitx to export a command map...
John MacFarlane
1
-7
/
+14
2021-02-28
T.P.Readers.LaTeX: Don't export tokenize, untokenize.
John MacFarlane
1
-0
/
+9
2021-02-28
Factor out T.P.Readers.LaTeX.Math.
John MacFarlane
1
-0
/
+221
2021-02-28
Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.
John MacFarlane
1
-2
/
+20
2021-02-28
Factor out T.P.Readers.LaTeX.Citation.
John MacFarlane
2
-0
/
+215
2021-02-27
Factor out T.P.Readers.LaTeX.Table.
John MacFarlane
2
-0
/
+406
2021-02-27
Split off T.P.Readers.LaTeX.Accent.
John MacFarlane
1
-0
/
+78
2021-02-21
LaTeX reader: further optimizations in satisfyTok.
John MacFarlane
1
-5
/
+5
2021-02-21
LaTeX reader: removed sExpanded in state.
John MacFarlane
1
-7
/
+2
2021-02-21
LaTeX reader: further performance optimization.
John MacFarlane
1
-23
/
+19
2021-02-20
LaTeX reader: Another small improvement to macro handling.
John MacFarlane
1
-4
/
+3
2021-02-20
LaTeX reader: avoid macro resolution code if no macros defined.
John MacFarlane
1
-16
/
+19
2021-02-20
T.P.Readers.LaTeX.Parsing: improve braced'.
John MacFarlane
1
-16
/
+13
2021-02-12
LaTeX reader improvements.
John MacFarlane
1
-18
/
+66
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
3
-3
/
+3
2021-01-04
LaTeX reader: handle filecontents environment.
John MacFarlane
1
-0
/
+2
2020-11-16
Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.
John MacFarlane
1
-0
/
+26
2020-11-16
Improve fix to siunitx numbers with minus.
John MacFarlane
1
-1
/
+1
2020-11-16
LaTeX reader: Fix negative numbers in siunitx commands.
John MacFarlane
1
-2
/
+4
2020-11-02
LaTeX reader: fix bug parsing macro arguments.
John MacFarlane
1
-1
/
+5
2020-10-08
LaTeX reader: Fix parsing of "show name" in newtheorem.
John MacFarlane
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
3
-12
/
+10
2020-09-10
Improved uncertainty handling in slunitx.
John MacFarlane
1
-6
/
+11
2020-09-10
LaTeX reader: support parenthesized uncertainties in siunitx.
John MacFarlane
1
-2
/
+14
2020-09-02
Support numrange, numlist for siunitx.
John MacFarlane
1
-8
/
+24
2020-09-02
Support some missing siunitx commands.
John MacFarlane
1
-0
/
+8
2020-09-02
LaTeX reader: Support siunitx `\ang`.
John MacFarlane
1
-0
/
+12
2020-09-02
LaTeX reader: support `\si` and improve other siunitx commands.
John MacFarlane
1
-8
/
+22
2020-09-02
LaTeX reader: support `\num` from siunitx.
John MacFarlane
1
-5
/
+38
2020-09-02
LaTeX reader: Support squared, cubed, tothe in siunitx.
John MacFarlane
1
-12
/
+22
2020-09-02
LaTeX reader: Factored out siunitx stuff into separate module.
John MacFarlane
1
-0
/
+241
[next]