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
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-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
2013-08-25
Merge pull request #961 from nougad/add_latex_listings_label
John MacFarlane
1
-2
/
+6
2013-08-24
Removed dependency on citeproc-hs.
John MacFarlane
1
-6
/
+2
2013-08-22
Write id for code block to label attr in latex when listing is used
Florian Eitel
1
-2
/
+6
2013-08-19
Scale LaTeX tables so they don't exceed columnwidth.
John MacFarlane
1
-1
/
+5
2013-08-16
LaTeX writer: Avoid problem with footnotes in unnumbered headers.
John MacFarlane
1
-6
/
+7
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
1
-2
/
+1
2013-08-10
Use query instead of queryWith.
John MacFarlane
1
-3
/
+4
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-5
/
+8
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+2
2013-07-26
Beamer: add allowframebreaks to slide if set in header classes.
John MacFarlane
1
-8
/
+11
2013-07-25
LaTeX writer: Change `\` to `/` in paths.
John MacFarlane
1
-2
/
+4
2013-07-04
LaTeX writer: Don't use ligatures in escaping inline code.
John MacFarlane
1
-9
/
+15
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+2
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-25
/
+25
[next]