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
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-02-01
LaTeX writer: use right fold for escapeString.
John MacFarlane
1
-15
/
+13
2019-02-01
LaTeX writer: code simplification in escaping.
John MacFarlane
1
-20
/
+21
2019-02-01
LaTeX writer: avoid `{}` after control sequences when escaping.
John MacFarlane
1
-26
/
+36
2019-01-25
LaTeX writer: add `#` special characeters for listings.
John MacFarlane
1
-1
/
+1
2019-01-10
Make raw content marked `beamer` work in `beamer` output.
John MacFarlane
1
-14
/
+18
2019-01-09
Beamer writer: avoid duplicated `fragile` property in some cases.
John MacFarlane
1
-1
/
+3
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-2
/
+14
2018-12-31
Replace read with safeRead (#5186)
Mauro Bieg
1
-5
/
+7
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-12
LaTeX writer: don't emit `[<+->]` unless beamer output,
John MacFarlane
1
-2
/
+3
2018-11-01
LaTeX writer: remove unused local bind
Alexander Krotov
1
-1
/
+1
2018-10-31
LaTeX writer: add newline if math ends in a comment.
John MacFarlane
1
-2
/
+12
2018-10-08
LaTeX writer with `--listings`: don't pass through org-babel attributes.
John MacFarlane
1
-1
/
+4
2018-10-08
LaTeX writer: with `--biblatex`, use `\autocite` when possible.
John MacFarlane
1
-13
/
+21
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-39
/
+105
2018-09-29
LaTeX writer: Fix description lists contining highlighted code.
John MacFarlane
1
-2
/
+4
2018-09-22
LaTeX writer: fix a use of `last` that might take empty list.
John MacFarlane
1
-3
/
+3
2018-08-16
LaTeX writer/template: be sensitive to `filecolor` variable.
John MacFarlane
1
-1
/
+2
2018-06-12
Beamer: Allow "noframenumbering" option (#4696)
Raymond Ehlers
1
-1
/
+2
2018-06-07
LaTeX writer: properly handle footnotes in table captions.
John MacFarlane
1
-17
/
+22
2018-06-07
beamer output: fix single digit column percentage (#4691)
Mauro Bieg
1
-1
/
+1
2018-04-26
LaTeX writer: Update \lstinline delimiters. (#4369)
Tim Parenti
1
-1
/
+1
2018-04-16
Beamer writer: don't use format specifier for default ordered lists.
John MacFarlane
1
-0
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-13
Beamer: put hyperlink after `\begin{frame}`.
John MacFarlane
1
-8
/
+8
2018-02-22
Presentations: Use divs to set incremental/non-incremental
Jesse Rosenthal
1
-46
/
+67
2018-02-21
LaTeX writer: Put hypertarget inside figure environment.
John MacFarlane
1
-4
/
+4
2018-02-21
LaTeX writer: Fix image height with percentage.
John MacFarlane
1
-1
/
+5
2018-01-19
hlint code improvements.
John MacFarlane
1
-4
/
+4
2018-01-16
LaTeX writer: escape & in lstinline
Robert Schütz
1
-1
/
+1
2018-01-10
LaTeX reader: fix inconsistent column widths.
John MacFarlane
1
-2
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-28
LaTeX writer: Use \endhead after \toprule in headerless tables.
John MacFarlane
1
-4
/
+3
2017-12-26
LaTeX writer: Allow fragile=singleslide attribute in beamer slides.
John MacFarlane
1
-2
/
+2
2017-12-15
LaTeX writer: use \renewcommand for \textlatin with babel.
John MacFarlane
1
-4
/
+7
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
[next]