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
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-1
/
+1
2014-12-15
LaTeX writer: Handle consecutive linebreaks.
John MacFarlane
1
-2
/
+10
2014-12-15
LaTeX writer: better handling of display math in simple tables.
John MacFarlane
1
-1
/
+7
2014-12-15
Improved texorpdfstring patch #1148.
John MacFarlane
1
-3
/
+6
2014-12-15
Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...
John MacFarlane
1
-1
/
+4
2014-10-15
Escape spaces. Fixes jgm/pandoc#1694.
Bjorn Buckwalter
1
-1
/
+3
2014-09-09
LaTeX writer: Protect graphics in headers.
Jesse Rosenthal
1
-6
/
+15
2014-09-01
LaTeX writer: Avoid using reserved characters as \lstinline delimiters.
John MacFarlane
1
-1
/
+3
2014-09-01
LaTeX writer: Use a declaration for tight lists
Jose Luis Duran
1
-3
/
+3
2014-08-31
LaTeX writer: Put `~` before header in item text.
Jesse Rosenthal
1
-2
/
+12
2014-08-29
Merge pull request #1574 from jlduran/latex-horizontal-rule
John MacFarlane
1
-1
/
+1
2014-08-29
LaTeX writer: Add `\strut` to fix multiline tables
Jose Luis Duran
1
-1
/
+2
2014-08-28
LaTeX writer: Make Horizontal Rules more flexible
Jose Luis Duran
1
-1
/
+1
2014-08-28
LaTeX writer: Fix tables
Jose Luis Duran
1
-4
/
+11
2014-08-12
Merge pull request #1527 from mpickering/juicypixels
John MacFarlane
1
-2
/
+2
2014-08-13
LaTeX Writer: Added missing closing braces to hyperdef commands
Matthew Pickering
1
-2
/
+2
2014-08-12
Beamer: Use \footnote<.->{..} for notes.
John MacFarlane
1
-1
/
+6
2014-08-11
LaTeX writer: Don't produce `\label{}` for Div or Span.
John MacFarlane
1
-8
/
+7
2014-08-11
TeX Writer: Write hyperdef and label for identifiers on Div blocks
Matthew Pickering
1
-2
/
+7
2014-08-04
Add PatternGuards pragmas.
Artyom Kazak
1
-1
/
+2
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-3
/
+3
2014-07-29
LaTeX writer: use \(..\) instead of $..$ for inline math.
John MacFarlane
1
-1
/
+1
2014-07-15
LaTeX writer: Use \nolinkurl in email autolinks.
John MacFarlane
1
-2
/
+9
2014-07-10
LaTeX writer: Put table captions above tables.
John MacFarlane
1
-3
/
+2
2014-06-23
LaTeX writer: Use `\textquotesingle` for `'` in inline code.
John MacFarlane
1
-0
/
+1
2014-06-20
LaTeX writer: Correctly handle figures in notes.
John MacFarlane
1
-5
/
+7
2014-06-20
LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.
John MacFarlane
1
-1
/
+10
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-05-04
LaTeX writer: Fixed inconsistencies with reference escaping.
John MacFarlane
1
-64
/
+67
2014-04-25
LaTeX writer: Mark span contents with label if span has an ID
Albert Krewinkel
1
-7
/
+11
2014-04-06
LaTeX writer: Workaround for level 4-5 headers in quotes.
John MacFarlane
1
-2
/
+14
2014-04-04
LaTeX writer: handle line breaks in simple table cells.
John MacFarlane
1
-1
/
+20
2014-03-31
Make --toc-depth work well with books in latex/pdf output.
John MacFarlane
1
-2
/
+2
2014-02-10
src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for section
Vaclav Zeman
1
-1
/
+4
2014-02-09
Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.
Vaclav Zeman
1
-30
/
+69
2014-02-08
Use \/ to avoid en-dash ligature instead of -{}-.
Vaclav Zeman
1
-1
/
+1
2013-12-19
HLint: use fromMaybe
Henry de Valence
1
-1
/
+2
2013-12-19
HLint: use /=
Henry de Valence
1
-1
/
+1
2013-12-19
HLint: Use all
Henry de Valence
1
-4
/
+4
2013-12-17
LaTeX writer: Better treatment of footnotes in tables.
John MacFarlane
1
-6
/
+29
2013-12-17
LaTeX writer: Factored out function for table cell creation.
John MacFarlane
1
-13
/
+17
2013-12-04
Add booktabs package for LaTeX tables
Jose Luis Duran
1
-5
/
+5
2013-11-23
LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)
John MacFarlane
1
-1
/
+10
2013-11-16
LaTeX writer: Properly escape pdftitle, pdfauthor.
John MacFarlane
1
-2
/
+4
2013-10-21
Fix definition lists with internal links in terms (closes #1032).
John MacFarlane
1
-1
/
+8
2013-10-17
LaTeX writer: Specially escape non-ascii characters in labels.
John MacFarlane
1
-6
/
+14
2013-10-17
LaTeX writer: Add link anchors for code blocks with identifiers.
John MacFarlane
1
-5
/
+11
2013-10-16
Use isURI instead of isAbsoluteURI.
John MacFarlane
1
-2
/
+2
2013-10-13
Treat div with class "notes" as speaker notes in slide formats.
John MacFarlane
1
-1
/
+6
2013-09-19
LaTeX writer: Don't print biblio if --natbib or --biblatex option used.
John MacFarlane
1
-10
/
+17
[prev]
[next]