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
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-10-01
Moved babelLangToBCP, polyglossiaLangToBCP to new module...
John MacFarlane
1
-0
/
+173
2018-09-28
Added Text.Pandoc.Readers.LaTeX.Parsing (unexported).
John MacFarlane
1
-0
/
+663
2018-08-14
LaTeX reader: handle parameter patterns for `\def`.
John MacFarlane
1
-1
/
+5
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-27
hlint suggestions.
John MacFarlane
1
-1
/
+0
2017-10-16
Improved handling of include files in LaTeX reader.
John MacFarlane
1
-4
/
+4
2017-08-07
LaTeX reader: Support `\let`.
John MacFarlane
1
-1
/
+5
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
1
-0
/
+48