Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-26 | Stop escaping `|` in LaTeX math. | John MacFarlane | 1 | -9/+2 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -50/+48 |
2013-06-02 | LaTeX writer: Always create labels for sections. | John MacFarlane | 1 | -7/+9 |
2013-04-15 | Fixed footnote numbers in LaTeX/PDF tables. | John MacFarlane | 1 | -17/+4 |
2013-03-24 | Added syntax for "pauses" in beamer or reaveljs slide shows. | John MacFarlane | 1 | -0/+6 |
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -57/+4 |
2013-03-04 | LaTeX writer: Support line numbering with `--listings`. | John MacFarlane | 1 | -2/+8 |
2013-02-16 | LaTeX writer: Omit lists with no items. | John MacFarlane | 1 | -0/+3 |
2013-02-15 | LaTeX writer: Include unnumbered sections in TOC. | John MacFarlane | 1 | -12/+18 |
2013-02-14 | Implemented "unnumbered" headers in LaTeX writer. | John MacFarlane | 1 | -8/+11 |
2013-02-12 | Shared: Changed type of Element. | John MacFarlane | 1 | -2/+2 |
2013-01-28 | LaTeX writer: Avoid extra space at start/end of table cell. | John MacFarlane | 1 | -1/+3 |
2013-01-17 | Convert highlighting-kate language to listings language | John MacFarlane | 1 | -19/+63 |