summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
Commit message (Expand)AuthorAge
...
* | | LaTeX writer: Protect graphics in headers.Jesse Rosenthal2014-09-09
* | | LaTeX writer: Avoid using reserved characters as \lstinline delimiters.John MacFarlane2014-09-01
| |/ |/|
* | LaTeX writer: Put `~` before header in item text.Jesse Rosenthal2014-08-31
* | Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane2014-08-29
|\ \
| * | LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran2014-08-28
* | | LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran2014-08-29
* | | LaTeX writer: Fix tablesJose Luis Duran2014-08-28
|/ /
* | Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\ \
| * | LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering2014-08-13
* | | Beamer: Use \footnote<.->{..} for notes.John MacFarlane2014-08-12
|/ /
* | LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane2014-08-11
* | TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering2014-08-11
* | Add PatternGuards pragmas.Artyom Kazak2014-08-04
* | Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* | LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* | LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane2014-07-15
* | LaTeX writer: Put table captions above tables.John MacFarlane2014-07-10
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* | LaTeX writer: Correctly handle figures in notes.John MacFarlane2014-06-20
* | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* | Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* | LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
* | LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel2014-04-25
* | LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane2014-04-06
* | 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