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.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-28
LaTeX reader: handle interior `$` characters in math.
John MacFarlane
1
-4
/
+12
2016-01-31
LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.
John MacFarlane
1
-1
/
+2
2016-01-29
Properly handle LaTeX "math" environment as inline math.
John MacFarlane
1
-0
/
+1
2016-01-11
Fixed regression in latex smart quote parsing.
John MacFarlane
1
-4
/
+5
2015-12-22
LaTeX reader: allow blank space between braced arguments of commands.
John MacFarlane
1
-1
/
+3
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
1
-3
/
+9
2015-11-24
LaTeX reader: Improved smart quote parsing.
John MacFarlane
1
-14
/
+13
2015-11-23
LaTeX reader: Use curly quotes for unmatched `.
John MacFarlane
1
-1
/
+8
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-10
/
+19
2015-11-19
Rationalized behavior of --no-tex-ligatures and --smart.
John MacFarlane
1
-9
/
+15
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Merge pull request #2502 from minoki/latex-comment-environment
John MacFarlane
1
-1
/
+2
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-11-08
LaTeX reader: Handle `comment` environment.
ARATA Mizuki
1
-1
/
+2
2015-10-15
LaTeX reader: fixed longtable support.
John MacFarlane
1
-1
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+1
2015-10-09
LaTeX reader: don't eat excess whitespace after macros.
John MacFarlane
1
-4
/
+4
2015-10-09
LaTeX reader: don't eat whitespace after macro with only opt arg.
John MacFarlane
1
-1
/
+3
2015-09-23
LaTeX reader: support longtable.
John MacFarlane
1
-0
/
+2
2015-08-08
LaTeX reader: Implement \Cite.
John MacFarlane
1
-0
/
+1
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-10
/
+19
2015-07-23
LaTeX reader: support abstract environment.
John MacFarlane
1
-0
/
+1
2015-07-21
LaTeX reader: properly handle booktabs lines.
John MacFarlane
1
-1
/
+10
2015-06-29
LaTeX reader: Allow `_` and `^` as regular inline text.
John MacFarlane
1
-1
/
+1
2015-06-29
LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.
John MacFarlane
1
-2
/
+0
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-04-22
LaTeX reader: recognize `\newpage` as a block command.
John MacFarlane
1
-0
/
+1
2015-04-12
LaTeX Reader: Code cleanup
Nikolay Yakimov
1
-92
/
+82
2015-03-31
Latex Reader: Block commands code cleanup
Nikolay Yakimov
1
-3
/
+2
2015-03-30
Latex Reader: Guard against para starting with inline macro
Nikolay Yakimov
1
-0
/
+1
2015-03-30
LaTeX Reader: check for block-level newcommand aliases in blockCommand
Nikolay Yakimov
1
-3
/
+13
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
1
-7
/
+4
2015-03-14
Properly gobble spaces after \\.
John MacFarlane
1
-10
/
+12
2015-03-14
LaTeX reader: allow block content in \title{}.
John MacFarlane
1
-1
/
+3
2015-03-08
LaTeX reader: allow non-empty colsep in tables
Mathias Schenner
1
-1
/
+1
2015-03-08
LaTeX reader: allow valign argument in tables
Mathias Schenner
1
-1
/
+1
2015-03-07
LaTeX reader: ignore options in `\lstinline`.
John MacFarlane
1
-1
/
+1
2015-02-18
Change return type of LaTeX reader
Matthew Pickering
1
-7
/
+4
2015-01-22
LaTeX reader: don't limit includes to .tex extension.
John MacFarlane
1
-2
/
+8
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-2
/
+2
2015-01-01
LaTeX reader: handle `tabular*` environment.
John MacFarlane
1
-3
/
+5
2014-12-16
LaTeX reader: parse math environments as inline when possible.
John MacFarlane
1
-15
/
+42
2014-12-15
LaTeX reader: parse label after caption into a span...
John MacFarlane
1
-4
/
+11
2014-12-15
Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-pa...
John MacFarlane
1
-0
/
+2
2014-12-15
LaTeX reader: better handling of `\noindent` and `\greektext`.
John MacFarlane
1
-1
/
+3
2014-12-15
Improved texorpdfstring patch #1148.
John MacFarlane
1
-0
/
+1
2014-11-25
LaTeX reader: support `\smartcite` and `\Smartcite` from biblatex.
John MacFarlane
1
-0
/
+2
2014-10-03
cref, sep
Wikiwide
1
-0
/
+2
2014-07-22
Exported runParserT and Stream
Matthew Pickering
1
-2
/
+1
2014-07-11
Removed (>>~) function
Matthew Pickering
1
-1
/
+1
[next]