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
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
2014-06-17
LaTeX reader: Correctly handle table rows with too few cells.
John MacFarlane
1
-3
/
+7
2014-06-16
LaTeX reader: handle leading/trailing spaces in emph better.
John MacFarlane
1
-17
/
+17
2014-06-16
LaTeX reader: don't assume preamble doesn't contain environments.
John MacFarlane
1
-1
/
+1
2014-06-12
allow (and discard) optional argument for \caption
James Aspnes
1
-1
/
+1
2014-06-03
LaTeX reader: Handle comments at the end of tables.
John MacFarlane
1
-0
/
+1
2014-05-20
Org reader: support for inline LaTeX
Albert Krewinkel
1
-0
/
+1
2014-05-12
LaTeX reader: Support `\addbibresource`.
John MacFarlane
1
-0
/
+2
2014-05-11
LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.
John MacFarlane
1
-1
/
+6
2014-05-10
LaTeX reader: Don't error on "%foo" with no newline.
John MacFarlane
1
-1
/
+1
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-05-03
LaTeX reader: Fixed regression introduced with last commit.
John MacFarlane
1
-10
/
+10
2014-05-03
LaTeX reader: Better error messages with include files.
John MacFarlane
1
-55
/
+117
2014-04-26
LaTeX reader: Made `\nocite` work.
John MacFarlane
1
-3
/
+6
2014-04-06
LaTeX reader: handle @{} and p{length} in tabular.
John MacFarlane
1
-2
/
+3
2014-03-25
LaTeX reader: Better handling of figure and table with caption.
John MacFarlane
1
-11
/
+34
2014-03-25
Revert "LaTeX reader: Added LPState."
John MacFarlane
1
-18
/
+0
2014-03-25
LaTeX reader: Added LPState.
John MacFarlane
1
-0
/
+18
2014-03-25
LaTeX reader: Better handling of "table" environment.
John MacFarlane
1
-0
/
+1
2013-12-19
HLint: use `elem` and `notElem`
Henry de Valence
1
-3
/
+2
2013-12-17
LaTeX reader: Support babel-style quoting: `` "`..."' ``.
John MacFarlane
1
-0
/
+2
2013-12-13
LaTeX reader: add support for Verb macro
Jeff Arnold
1
-0
/
+1
2013-12-06
HTML reader: Parse LaTeX math if appropriate options are set.
John MacFarlane
1
-1
/
+2
2013-11-18
LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.
John MacFarlane
1
-7
/
+17
2013-11-17
LaTeX reader: Support `\textnormal` as span with class "nodecor".
John MacFarlane
1
-0
/
+1
2013-10-21
LaTeX reader: Improved citation parsing.
John MacFarlane
1
-6
/
+13
2013-10-11
LaTeX reader: Ensure that preamble doesn't contribute to text of doc.
John MacFarlane
1
-8
/
+8
2013-10-11
LaTeX reader: Fixed character escaping in \url{}.
John MacFarlane
1
-3
/
+1
2013-09-28
LaTeX reader: Parse {groups} as Span.
John MacFarlane
1
-1
/
+10
[next]