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-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
2012-03-03
Use \textasciitilde for ~ in LaTeX writer.
John MacFarlane
1
-1
/
+1
2012-03-02
Fixed bug in LaTeX string escaper (with ~).
John MacFarlane
1
-1
/
+1
2012-02-06
LaTeX writer: prevent adjacent hyphens from forming ligatures.
John MacFarlane
1
-20
/
+32
2012-01-27
LaTeX writer: escape # in href URLs. Closes #359.
John MacFarlane
1
-6
/
+2
2012-01-27
Removed some unused code.
John MacFarlane
1
-3
/
+0
2012-01-25
Added --slide-level option to override default.
John MacFarlane
1
-1
/
+5
2012-01-25
LaTeX/beamer: --chapters causes level 1 to be \part{..}.
John MacFarlane
1
-3
/
+6
2012-01-23
Slides: New approach, using hierarchicalize.
John MacFarlane
1
-23
/
+31
2012-01-23
LaTeX beamer: Only add [fragile] to slide if it contains verbatim.
John MacFarlane
1
-1
/
+8
2012-01-23
Use Slides in LaTeX writer for beamer.
John MacFarlane
1
-29
/
+17
2011-12-30
Fixed layout bug in ConTeXt and LaTeX writers.
John MacFarlane
1
-2
/
+2
2011-12-30
LaTeX writer: only use hyperdef on section if there's a link to it.
John MacFarlane
1
-27
/
+34
2011-12-30
Add support for internal links to LaTeX writer.
John MacFarlane
1
-27
/
+50
2011-12-30
LaTeX writer: Improved detection of book classes.
John MacFarlane
1
-6
/
+9
2011-12-29
Added 'beamer' as an output format.
John MacFarlane
1
-13
/
+75
2011-12-27
Added `--highlight-style` and `--no-highlight` options.
John MacFarlane
1
-2
/
+3
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-8
/
+5
2011-12-26
Updated highlighting for highlighting-kate 0.4.
John MacFarlane
1
-5
/
+7
2011-12-23
LaTeX writer: Support highlighting for inline code.
John MacFarlane
1
-8
/
+18
2011-12-23
LaTeX writer: Have LHS files set the "listings" variable.
John MacFarlane
1
-1
/
+1
2011-12-23
LaTeX writer: Implemented syntax highlighting for CodeBlocks.
John MacFarlane
1
-69
/
+82
2011-10-01
LaTeX writer: don't escape # or ~ inside href{...}.
John MacFarlane
1
-7
/
+11
2011-09-23
Added escaping of euro character to LaTeX writer.
John MacFarlane
1
-0
/
+1
[next]