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
/
Parsing.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-31
LaTeX reader: don't let `\egroup` match `{`.
John MacFarlane
1
-3
/
+3
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
1
-6
/
+0
2018-11-19
LaTeX reader: cleaned up handling of dimension arguments.
John MacFarlane
1
-5
/
+11
2018-10-15
LaTeX reader: withVerbatimMode now does nothing if already in
John MacFarlane
1
-4
/
+8
2018-10-15
LaTeX reader: simplified type on doMacros'.
John MacFarlane
1
-11
/
+8
2018-10-15
LaTeX reader: small efficiency improvement.
John MacFarlane
1
-1
/
+2
2018-10-15
LaTeX reader: tokenize before pulling tokens,
John MacFarlane
1
-11
/
+14
2018-10-15
LaTeX reader: improved parsing of `\def`, `\let`.
John MacFarlane
1
-16
/
+23
2018-10-15
LaTeX reader: Fix small regression in pattern argumnents...
John MacFarlane
1
-1
/
+2
2018-10-15
More refactoring of LaTeX reader code.
John MacFarlane
1
-33
/
+36
2018-10-15
T.P.R.LaTeX.Parsing: moved more functions.
John MacFarlane
1
-57
/
+64
2018-10-15
T.P.R.LaTeX.Parsing: moved some functions up a level.
John MacFarlane
1
-20
/
+21
2018-10-01
Moved isArgTok to Readers.LaTeX.Parsing.
John MacFarlane
1
-1
/
+6
2018-09-28
Added Text.Pandoc.Readers.LaTeX.Parsing (unexported).
John MacFarlane
1
-0
/
+663