summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
...
* | LaTeX writer: handle line breaks in simple table cells.John MacFarlane2014-04-04
* | Make --toc-depth work well with books in latex/pdf output.John MacFarlane2014-03-31
* | Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman2014-02-09
|\|
| * HLint: use fromMaybeHenry de Valence2013-12-19
| * HLint: use /=Henry de Valence2013-12-19
| * HLint: Use allHenry de Valence2013-12-19
| * LaTeX writer: Better treatment of footnotes in tables.John MacFarlane2013-12-17
| * LaTeX writer: Factored out function for table cell creation.John MacFarlane2013-12-17
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
| * LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
| * LaTeX writer: Properly escape pdftitle, pdfauthor.John MacFarlane2013-11-16
* | Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman2014-02-08
|/
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* LaTeX writer: Specially escape non-ascii characters in labels.John MacFarlane2013-10-17
* LaTeX writer: Add link anchors for code blocks with identifiers.John MacFarlane2013-10-17
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Treat div with class "notes" as speaker notes in slide formats.John MacFarlane2013-10-13
* LaTeX writer: Don't print biblio if --natbib or --biblatex option used.John MacFarlane2013-09-19
* Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2013-08-25
|\
| * Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* | Removed dependency on citeproc-hs.John MacFarlane2013-08-24
|/
* Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane2013-08-19
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Use query instead of queryWith.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Beamer: add allowframebreaks to slide if set in header classes.John MacFarlane2013-07-26
* LaTeX writer: Change `\` to `/` in paths.John MacFarlane2013-07-25
* LaTeX writer: Don't use ligatures in escaping inline code.John MacFarlane2013-07-04
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Use new flexible metadata type.John MacFarlane2013-06-24
* LaTeX writer: Always create labels for sections.John MacFarlane2013-06-02
* Fixed footnote numbers in LaTeX/PDF tables.John MacFarlane2013-04-15
* Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane2013-03-24
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* LaTeX writer: Support line numbering with `--listings`.John MacFarlane2013-03-04
* LaTeX writer: Omit lists with no items.John MacFarlane2013-02-16
* LaTeX writer: Include unnumbered sections in TOC.John MacFarlane2013-02-15
* Implemented "unnumbered" headers in LaTeX writer.John MacFarlane2013-02-14
* Shared: Changed type of Element.John MacFarlane2013-02-12
* LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane2013-01-28
* Convert highlighting-kate language to listings languageJohn MacFarlane2013-01-17
* LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12