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
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
3
-6
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
3
-3
/
+3
2020-02-12
LaTeX reader: improve caption and label parsing.
John MacFarlane
1
-2
/
+4
2020-02-11
LaTeX reader: resolve `\ref` to table numbers.
John MacFarlane
1
-0
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+2
2020-02-05
LaTeX reader: skip comments in more places where this is needed.
John MacFarlane
1
-2
/
+4
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2
-23
/
+25
2019-11-02
LaTeX untokenize: Ensure space between control sequence and following letter.
John MacFarlane
1
-2
/
+14
2019-10-23
T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser.
John MacFarlane
1
-4
/
+3
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-5
/
+5
2019-09-09
LaTeX reader: Fix parsing of optional arguments that contain braced text.
John MacFarlane
1
-4
/
+3
2019-09-02
LaTeX reader: properly handle optional arguments for macros.
John MacFarlane
1
-1
/
+1
2019-08-14
LaTeX reader: improve withRaw so it can handle cases where...
John MacFarlane
1
-2
/
+3
2019-07-19
Markdown: Ensure that expanded latex macros end with space if original did.
John MacFarlane
1
-1
/
+10
2019-07-16
LaTeX reader: handle \looseness command values better.
John MacFarlane
1
-5
/
+4
2019-03-01
Remove license boilerplate.
John MacFarlane
3
-54
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
3
-6
/
+6
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-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