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
2017-06-11
Support for \faCheck and \faClose (#3727)
schrieveslaach
1
-0
/
+3
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-2
/
+3
2017-06-01
LaTeX reader: handle some width specifiers on table columns.
John MacFarlane
1
-3
/
+13
2017-06-01
LaTeX reader: more table refactoring.
John MacFarlane
1
-12
/
+13
2017-06-01
LaTeX reader: Small refactoring of table parsing code.
John MacFarlane
1
-16
/
+18
2017-06-01
LaTeX reader: Handle block structure inside table cells.
John MacFarlane
1
-18
/
+18
2017-05-29
LaTeX reader: handle escaped & inside table cell.
John MacFarlane
1
-3
/
+5
2017-05-29
LaTeX reader: don't crash on empty enumerate environment.
John MacFarlane
1
-1
/
+1
2017-05-24
LaTeX reader: Fixed failures on \ref{}, \label{} with `+raw_tex`.
John MacFarlane
1
-6
/
+9
2017-05-24
Parsing: Provide parseFromString'.
John MacFarlane
1
-6
/
+6
2017-05-24
LaTeX reader: parse tikzpicture as raw verbatim environment...
John MacFarlane
1
-0
/
+14
2017-05-21
Finished implemtation of `--resource-path`.
John MacFarlane
1
-2
/
+2
2017-05-16
Merge pull request #3671 from WUUUGI/horizont-spacing
John MacFarlane
1
-1
/
+1
2017-05-15
Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...
Henri Werth
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-06
LaTeX reader: Better handling of comments inside math environments.
John MacFarlane
1
-30
/
+43
2017-05-06
Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)
schrieveslaach
1
-1
/
+1
2017-05-03
LaTeX reader: Add support for tabularx environment (#3632)
schrieveslaach
1
-1
/
+6
2017-04-26
LaTeX reader: Add basic support for hyphenat package (#3603)
schrieveslaach
1
-1
/
+13
2017-04-26
LaTeX reader: Add support for \vdots (#3607)
schrieveslaach
1
-0
/
+1
2017-04-24
LaTeX reader: better support for subfigure package.
John MacFarlane
1
-5
/
+11
2017-04-22
Add siunitx Support (#3588)
schrieveslaach
1
-0
/
+17
2017-03-29
lstinline with braces can be used (verb cannot be used with braces) (#3535)
schrieveslaach
1
-1
/
+8
2017-03-27
LaTeX reader: add support for LaTeX subfiles package.
schrieveslaach
1
-0
/
+1
2017-03-24
Revert "LaTeX reader: be more picky about beamer angle arguments."
John MacFarlane
1
-1
/
+1
2017-03-24
LaTeX reader: be more picky about beamer angle arguments.
John MacFarlane
1
-1
/
+1
2017-03-13
Better handling of \part in LaTeX.
John MacFarlane
1
-8
/
+17
2017-03-10
Expand \newenvironment macros.
John MacFarlane
1
-10
/
+12
2017-03-09
LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`.
John MacFarlane
1
-9
/
+14
2017-03-07
Markdown reader: Treat certain environments as inline
John MacFarlane
1
-1
/
+3
2017-03-06
LaTeX reader: allow newpage, clearpage, pagebreak in inline contexts
John MacFarlane
1
-0
/
+5
2017-03-05
LaTeX reader: support all \textXX commands.
John MacFarlane
1
-1
/
+5
2017-03-05
LaTeX reader: small improvements in parsing arguments.
John MacFarlane
1
-10
/
+7
2017-03-05
LaTeX reader: Handle spaces before \cite arguments.
John MacFarlane
1
-3
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-29
/
+29
2017-03-01
LaTeX reader: don't drop contents of \hypertarget.
John MacFarlane
1
-0
/
+3
2017-02-27
LaTeX reader: Handle komascript `\dedication`.
John MacFarlane
1
-0
/
+2
2017-02-27
Minor cleanups in LaTeX reader.
John MacFarlane
1
-5
/
+4
2017-02-25
LaTeX reader: allow hspace and vspace to count as raw block or inline.
John MacFarlane
1
-3
/
+5
2017-02-25
Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands."
John MacFarlane
1
-0
/
+1
2017-02-24
Implemented `\graphicspath` in LaTeX reader.
John MacFarlane
1
-1
/
+8
2017-02-22
When parsing raw LaTeX commands, include trailing space.
John MacFarlane
1
-2
/
+2
2017-02-14
LaTeX reader: include contents of `\parbox`.
John MacFarlane
1
-0
/
+1
2017-02-14
Removed unnecessary import.
John MacFarlane
1
-1
/
+1
2017-02-13
LaTeX reader: properly handle column prefixes/suffixes.
John MacFarlane
1
-12
/
+33
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-6
/
+13
2017-02-10
LaTeX reader: Improved messages for skipped environments.
John MacFarlane
1
-5
/
+13
2017-02-10
LaTeX reader: Improved warning messages for unknown commands.
John MacFarlane
1
-19
/
+23
2017-02-09
LaTeX reader: Issue warnings when skipping unknown latex commands.
John MacFarlane
1
-4
/
+10
2017-02-08
LaTeX reader: support `\lstinputlisting`.
John MacFarlane
1
-11
/
+34
[next]