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
2017-12-02
LaTeX writer: escape `_` in code with --listings.
John MacFarlane
1
-1
/
+1
2017-12-01
LaTeX writer: allow specifying just width or height for image size.
John MacFarlane
1
-1
/
+6
2017-12-01
LaTeX writer: escape ~ in code with --listings.
John MacFarlane
1
-1
/
+1
2017-12-01
Revert "LaTeX writer: Add keepaspectratio to includegraphics..."
John MacFarlane
1
-6
/
+1
2017-11-30
LaTeX writer: Add keepaspectratio to includegraphics...
John MacFarlane
1
-1
/
+6
2017-11-29
Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.
John MacFarlane
1
-2
/
+4
2017-11-01
hlint
Alexander Krotov
1
-1
/
+1
2017-10-31
LaTeX/Beamer writer: support "blocks" inside columns and other Divs.
John MacFarlane
1
-0
/
+4
2017-10-29
Source code reformatting.
John MacFarlane
1
-2
/
+2
2017-10-29
hlint suggestions.
John MacFarlane
1
-49
/
+53
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-2
/
+2
2017-09-08
Write euro symbol directly in LaTeX
Andrew Dunning
1
-6
/
+0
2017-09-07
LaTeX writer: use proper code for list enumerators.
John MacFarlane
1
-2
/
+13
2017-08-14
Implement multicolumn support for slide formats.
John MacFarlane
1
-2
/
+21
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-2
/
+2
2017-08-06
LaTeX writer: Don't use figure inside table cell.
John MacFarlane
1
-2
/
+4
2017-06-28
Make `papersize: a4` work regardless of the case of `a4`.
John MacFarlane
1
-0
/
+4
2017-06-28
LaTeX writer: fixed detection of otherlangs.
John MacFarlane
1
-3
/
+3
2017-06-26
LaTeX writer: use BCP47 parser.
John MacFarlane
1
-89
/
+105
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
2017-06-20
Fixed footnotes in table captions.
John MacFarlane
1
-16
/
+18
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-7
/
+10
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+1
2017-05-18
Don't render LaTeX images with data: URIs.
John MacFarlane
1
-0
/
+3
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-29
LaTeX writer: Fix problem with escaping in lstinline.
John MacFarlane
1
-1
/
+6
2017-04-28
LaTeX writer: don't use lstinline it \item[..].
John MacFarlane
1
-1
/
+7
2017-04-25
LaTeX writer: fix error with line breaks after empty content.
John MacFarlane
1
-19
/
+28
2017-04-03
Include \VerbatimFootnotes for highlighted code blocks
Timm Albers
1
-2
/
+5
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
1
-22
/
+24
2017-03-16
LaTeX/Beamer writer: allow hyperlinks to frames.
John MacFarlane
1
-4
/
+13
2017-03-13
Highlighting: highlighting now returns an Either rather than Maybe.
John MacFarlane
1
-4
/
+9
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-62
/
+62
2017-03-02
LaTeX writer: add `\leavevmode` before hypertarget at start of paragraph.
John MacFarlane
1
-1
/
+8
2017-03-02
LaTeX writer: use % after hypertarget before code block
John MacFarlane
1
-1
/
+4
2017-03-02
LaTeX writer: minor tweak to hypertarget (semantically irrelevant).
John MacFarlane
1
-1
/
+3
2017-03-01
LaTeX writer: always add hypertarget when there's a non-empty identifier.
John MacFarlane
1
-29
/
+19
2017-02-23
Removed `\strut` at beginning of table cells.
John MacFarlane
1
-1
/
+1
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-36
/
+51
2017-02-05
Handle language in inline code with --listings.
John MacFarlane
1
-4
/
+9
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
1
-25
/
+50
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
1
-7
/
+12
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
1
-4
/
+0
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
1
-3
/
+3
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-0
/
+1
2016-12-23
Updates to use skylighting rather than highlighting-kate.
John MacFarlane
1
-2
/
+2
2016-12-16
LaTeX writer: allow tables with empty cells to count as "plain."
John MacFarlane
1
-0
/
+1
[next]