aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane1-1/+1
2014-07-15LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane1-2/+9
2014-07-10LaTeX writer: Put table captions above tables.John MacFarlane1-3/+2
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane1-0/+1
2014-06-20LaTeX writer: Correctly handle figures in notes.John MacFarlane1-5/+7
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane1-1/+10
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-05-04LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane1-64/+67
2014-04-25LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel1-7/+11
2014-04-06LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane1-2/+14
2014-04-04LaTeX writer: handle line breaks in simple table cells.John MacFarlane1-1/+20
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane1-2/+2
2014-02-09Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman1-30/+69
2014-02-08Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman1-1/+1
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