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
/
Writers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-26
Stop escaping `|` in LaTeX math.
John MacFarlane
1
-9
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-50
/
+48
2013-06-02
LaTeX writer: Always create labels for sections.
John MacFarlane
1
-7
/
+9
2013-04-15
Fixed footnote numbers in LaTeX/PDF tables.
John MacFarlane
1
-17
/
+4
2013-03-24
Added syntax for "pauses" in beamer or reaveljs slide shows.
John MacFarlane
1
-0
/
+6
2013-03-05
Hide Text.Pandoc.Highlighting.
John MacFarlane
1
-57
/
+4
2013-03-04
LaTeX writer: Support line numbering with `--listings`.
John MacFarlane
1
-2
/
+8
2013-02-16
LaTeX writer: Omit lists with no items.
John MacFarlane
1
-0
/
+3
2013-02-15
LaTeX writer: Include unnumbered sections in TOC.
John MacFarlane
1
-12
/
+18
2013-02-14
Implemented "unnumbered" headers in LaTeX writer.
John MacFarlane
1
-8
/
+11
2013-02-12
Shared: Changed type of Element.
John MacFarlane
1
-2
/
+2
2013-01-28
LaTeX writer: Avoid extra space at start/end of table cell.
John MacFarlane
1
-1
/
+3
2013-01-17
Convert highlighting-kate language to listings language
John MacFarlane
1
-19
/
+63
2013-01-15
LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.
John MacFarlane
1
-4
/
+9
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-1
/
+2
2013-01-12
Escape `|` as `\vert` in LaTeX math.
John MacFarlane
1
-2
/
+11
2013-01-11
Changed hspace in last commit to 0.333em.
John MacFarlane
1
-1
/
+1
2013-01-11
LaTeX writer: Use `\hspace*` for nonbreaking space after line break.
John MacFarlane
1
-1
/
+13
2013-01-09
Fixed regression in example lists.
John MacFarlane
1
-6
/
+7
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-5
/
+5
2013-01-07
Implemented tight lists in context, latex writers.
John MacFarlane
1
-2
/
+12
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-1
/
+1
2013-01-05
LaTeX tables: Use minipage rather than parbox for block containers.
John MacFarlane
1
-2
/
+2
2013-01-05
Changed --toc-level to --toc-depth.
John MacFarlane
1
-1
/
+1
2013-01-05
Implemented --toc-level in LaTeX writer.
John MacFarlane
1
-0
/
+4
2012-11-04
LaTeX writer: Don't use [fragile] unnecessarily.
John MacFarlane
1
-1
/
+5
2012-09-16
LaTeX writer: Don't rely on the enumerate package.
John MacFarlane
1
-17
/
+27
2012-09-16
LaTeX writer: Properly escape strings inside \url{}.
John MacFarlane
1
-1
/
+2
2012-09-15
LaTeX writer: Don't escape _ in hyperref identifiers.
John MacFarlane
1
-1
/
+1
2012-09-15
LaTeX writer: don't escape _ in url.
John MacFarlane
1
-1
/
+1
2012-09-15
LaTeX writer: Don't use \endhead with longtable.
John MacFarlane
1
-1
/
+1
2012-09-15
LaTeX writer: Use longtable instead of ctable.
John MacFarlane
1
-19
/
+17
2012-08-08
Changes to literate haskell options.
John MacFarlane
1
-1
/
+1
2012-08-04
Don't include empty captions in figures.
John MacFarlane
1
-2
/
+4
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-06-25
Don't generate empty H1 after hrule slide breaks.
John MacFarlane
1
-2
/
+5
2012-06-03
Fixed `--incremental` behavior for Beamer.
John MacFarlane
1
-1
/
+1
2012-06-01
LaTeX writer: Ensure newline after Verbatim at end of footnote.
John MacFarlane
1
-1
/
+4
2012-05-14
LaTeX writer: More consistent interblock spacing.
John MacFarlane
1
-24
/
+18
2012-05-13
LaTeX reader: ensure we don't have extra blank lines at ends of cells.
John MacFarlane
1
-1
/
+1
2012-05-11
Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.
John MacFarlane
1
-24
/
+23
2012-04-30
Improved spacing around LaTeX block environments.
John MacFarlane
1
-5
/
+11
2012-04-30
LaTeX writer: Fixed spacing in quote environments.
John MacFarlane
1
-1
/
+2
2012-04-21
LaTeX writer: Use fixltx2e package to provide '\textsubscript'.
John MacFarlane
1
-8
/
+2
2012-04-21
LaTeX writer: Use `\hyperref[ident]{text}` for internal links.
John MacFarlane
1
-0
/
+4
2012-04-03
LaTeX writer: don't use eurosym package unless document has a €.
John MacFarlane
1
-11
/
+17
2012-03-25
Added PDF metadata (title,author) in LaTeX standalone + PDF output.
John MacFarlane
1
-0
/
+2
2012-03-12
Use {} around ctable caption. Closes #445.
John MacFarlane
1
-1
/
+1
2012-03-05
Fixed ployglossia support in LaTeX template for multiple langs.
John MacFarlane
1
-0
/
+2
[prev]
[next]