aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2013-12-19HLint: use fromMaybeHenry de Valence1-1/+2
2013-12-19HLint: use /=Henry de Valence1-1/+1
2013-12-19HLint: Use allHenry de Valence1-4/+4
2013-12-17LaTeX writer: Better treatment of footnotes in tables.John MacFarlane1-6/+29
2013-12-17LaTeX writer: Factored out function for table cell creation.John MacFarlane1-13/+17
2013-12-04Add booktabs package for LaTeX tablesJose Luis Duran1-5/+5
2013-11-23LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane1-1/+10
2013-11-16LaTeX writer: Properly escape pdftitle, pdfauthor.John MacFarlane1-2/+4
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane1-1/+8
2013-10-17LaTeX writer: Specially escape non-ascii characters in labels.John MacFarlane1-6/+14
2013-10-17LaTeX writer: Add link anchors for code blocks with identifiers.John MacFarlane1-5/+11
2013-10-16Use isURI instead of isAbsoluteURI.John MacFarlane1-2/+2
2013-10-13Treat div with class "notes" as speaker notes in slide formats.John MacFarlane1-1/+6
2013-09-19LaTeX writer: Don't print biblio if --natbib or --biblatex option used.John MacFarlane1-10/+17
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane1-2/+6
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-6/+2
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel1-2/+6
2013-08-19Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane1-1/+5
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane1-6/+7
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-2/+1
2013-08-10Use query instead of queryWith.John MacFarlane1-3/+4
2013-08-10Adjustments for new Format newtype.John MacFarlane1-5/+8
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-07-26Beamer: add allowframebreaks to slide if set in header classes.John MacFarlane1-8/+11
2013-07-25LaTeX writer: Change `\` to `/` in paths.John MacFarlane1-2/+4
2013-07-04LaTeX writer: Don't use ligatures in escaping inline code.John MacFarlane1-9/+15
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-25/+25
2013-06-26Stop escaping `|` in LaTeX math.John MacFarlane1-9/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-50/+48
2013-06-02LaTeX writer: Always create labels for sections.John MacFarlane1-7/+9
2013-04-15Fixed footnote numbers in LaTeX/PDF tables.John MacFarlane1-17/+4
2013-03-24Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane1-0/+6
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-57/+4
2013-03-04LaTeX writer: Support line numbering with `--listings`.John MacFarlane1-2/+8
2013-02-16LaTeX writer: Omit lists with no items.John MacFarlane1-0/+3
2013-02-15LaTeX writer: Include unnumbered sections in TOC.John MacFarlane1-12/+18
2013-02-14Implemented "unnumbered" headers in LaTeX writer.John MacFarlane1-8/+11
2013-02-12Shared: Changed type of Element.John MacFarlane1-2/+2
2013-01-28LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane1-1/+3
2013-01-17Convert highlighting-kate language to listings languageJohn MacFarlane1-19/+63
2013-01-15LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane1-4/+9
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-2/+11
2013-01-11Changed hspace in last commit to 0.333em.John MacFarlane1-1/+1
2013-01-11LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane1-1/+13
2013-01-09Fixed regression in example lists.John MacFarlane1-6/+7
2013-01-09Added Attr field to Header.John MacFarlane1-5/+5