aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-07Implemented tight lists in context, latex writers.John MacFarlane1-2/+12
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2013-01-05LaTeX tables: Use minipage rather than parbox for block containers.John MacFarlane1-2/+2
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane1-1/+1
2013-01-05Implemented --toc-level in LaTeX writer.John MacFarlane1-0/+4
2012-11-04LaTeX writer: Don't use [fragile] unnecessarily.John MacFarlane1-1/+5
2012-09-16LaTeX writer: Don't rely on the enumerate package.John MacFarlane1-17/+27
2012-09-16LaTeX writer: Properly escape strings inside \url{}.John MacFarlane1-1/+2
2012-09-15LaTeX writer: Don't escape _ in hyperref identifiers.John MacFarlane1-1/+1
2012-09-15LaTeX writer: don't escape _ in url.John MacFarlane1-1/+1
2012-09-15LaTeX writer: Don't use \endhead with longtable.John MacFarlane1-1/+1