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-11-26
LaTeX reader: don't treat `\vspace` and `\hspace` as block commands.
John MacFarlane
1
-1
/
+0
2016-11-20
Allow beamer-style <...> options in raw LaTeX (also in Markdown).
John MacFarlane
1
-1
/
+13
2016-11-19
LaTeX reader: improved table handling.
John MacFarlane
1
-4
/
+13
2016-11-19
LaTeX reader: limited support for minipage.
John MacFarlane
1
-0
/
+2
2016-11-19
LaTeX reader: improved parsing of tables.
John MacFarlane
1
-5
/
+13
2016-11-02
LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.
John MacFarlane
1
-10
/
+15
2016-11-01
Handle hungarumlaut in LaTeX reader. Closes #3201.
John MacFarlane
1
-0
/
+16
2016-10-31
LaTeX reader: allow for []s inside LaTeX optional args.
John MacFarlane
1
-1
/
+2
2016-07-29
LaTeX reader: drop duplicate `*` in bibtexKeyChars
Albert Krewinkel
1
-1
/
+1
2016-07-20
LaTeX reader: be more forgiving of non-standard characters.
John MacFarlane
1
-1
/
+1
2016-07-20
LaTeX reader: more robust parsing of unknown environments.
John MacFarlane
1
-2
/
+9
2016-07-01
LaTeX reader: strip off double quotes around image source if present.
John MacFarlane
1
-1
/
+8
2016-06-29
LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.
John MacFarlane
1
-2
/
+2
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
[next]