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-11-24
LaTeX reader: Fix semantics of `\ref`.
John MacFarlane
1
-5
/
+3
2021-11-24
LaTeX reader: improve references.
John MacFarlane
3
-3
/
+22
2021-11-24
LaTeX reader: omit visible content for `\label{...}`.
John MacFarlane
1
-2
/
+1
2021-11-15
LaTeX reader: add rudimentary support for `\autoref` (#7693)
Albert Krewinkel
1
-0
/
+1
2021-10-11
LaTeX reader: Implement siunitx v3 commands.
John MacFarlane
1
-1
/
+5
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
1
-3
/
+3
2021-09-19
LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".
John MacFarlane
1
-0
/
+7
2021-08-21
LaTeX-parser: restrict \endinput to current file
Simon Schuster
1
-0
/
+4
2021-08-13
LaTeX reader: proper implicit grouping around environment macros.
John MacFarlane
1
-1
/
+2
2021-08-11
Fix some lint issues.
John MacFarlane
2
-6
/
+5
2021-08-11
LaTeX reader: Support `\global` before `\def`, `\let`, etc.
John MacFarlane
1
-2
/
+10
2021-08-11
Fix scope for LaTeX macros.
John MacFarlane
3
-55
/
+100
2021-08-11
LaTeX reader: improve handling of plain TeX macro primitives.
John MacFarlane
2
-6
/
+29
2021-07-17
LaTeX reader: avoid trailing hyphen in translating languages.
John MacFarlane
1
-2
/
+2
2021-07-16
LaTeX reader: Support `\cline` in LaTeX tables.
John MacFarlane
1
-0
/
+1
2021-07-11
Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).
John MacFarlane
1
-5
/
+34
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
[next]