aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-3/+4
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane1-6/+6
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-4/+12
2019-05-05LaTeX writer: don't produce columns environment unless beamer.John MacFarlane1-2/+2
2019-05-01Fix footnote in image caption.John MacFarlane1-10/+16
2019-04-05More fixes to beamer table footnotes.John MacFarlane1-14/+19
2019-04-05LaTeX writer: rename stInMinipage -> stExternalNotesJohn MacFarlane1-13/+14
2019-04-05Make footnotes work properly in beamer tables.John MacFarlane1-0/+6
2019-03-29LaTeX writer: Avoid inadvertently creating ?` or !` ligatures.John MacFarlane1-0/+8
2019-03-22LaTeX writer: Fix footnotes in table caption and cells.John MacFarlane1-13/+11
2019-03-18Improved fix to #5340 and added test.John MacFarlane1-2/+2
2019-03-18Improve autolink detection in LaTeX reader.John MacFarlane1-2/+2
2019-03-04LaTeX writer: Add classes for frontmatter support (#5353)Andrew Dunning1-2/+2
2019-03-04LaTeX writer/template: better handling of front/main/backmatter.John MacFarlane1-26/+29
2019-03-01LaTeX(Beamer) writer: include contents under headers < slidelevel.John MacFarlane1-1/+8
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-01LaTeX writer: use right fold for escapeString.John MacFarlane1-15/+13
2019-02-01LaTeX writer: code simplification in escaping.John MacFarlane1-20/+21
2019-02-01LaTeX writer: avoid `{}` after control sequences when escaping.John MacFarlane1-26/+36
2019-01-25LaTeX writer: add `#` special characeters for listings.John MacFarlane1-1/+1
2019-01-10Make raw content marked `beamer` work in `beamer` output.John MacFarlane1-14/+18
2019-01-09Beamer writer: avoid duplicated `fragile` property in some cases.John MacFarlane1-1/+3
2019-01-02Implement task lists (#5139)Mauro Bieg1-2/+14
2018-12-31Replace read with safeRead (#5186)Mauro Bieg1-5/+7
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane1-2/+2
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane1-2/+3
2018-11-01LaTeX writer: remove unused local bindAlexander Krotov1-1/+1
2018-10-31LaTeX writer: add newline if math ends in a comment.John MacFarlane1-2/+12
2018-10-08LaTeX writer with `--listings`: don't pass through org-babel attributes.John MacFarlane1-1/+4
2018-10-08LaTeX writer: with `--biblatex`, use `\autocite` when possible.John MacFarlane1-13/+21
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-39/+105
2018-09-29LaTeX writer: Fix description lists contining highlighted code.John MacFarlane1-2/+4
2018-09-22LaTeX writer: fix a use of `last` that might take empty list.John MacFarlane1-3/+3
2018-08-16LaTeX writer/template: be sensitive to `filecolor` variable.John MacFarlane1-1/+2
2018-06-12Beamer: Allow "noframenumbering" option (#4696)Raymond Ehlers1-1/+2
2018-06-07LaTeX writer: properly handle footnotes in table captions.John MacFarlane1-17/+22
2018-06-07beamer output: fix single digit column percentage (#4691)Mauro Bieg1-1/+1
2018-04-26LaTeX writer: Update \lstinline delimiters. (#4369)Tim Parenti1-1/+1
2018-04-16Beamer writer: don't use format specifier for default ordered lists.John MacFarlane1-0/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-13Beamer: put hyperlink after `\begin{frame}`.John MacFarlane1-8/+8
2018-02-22Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal1-46/+67
2018-02-21LaTeX writer: Put hypertarget inside figure environment.John MacFarlane1-4/+4
2018-02-21LaTeX writer: Fix image height with percentage.John MacFarlane1-1/+5
2018-01-19hlint code improvements.John MacFarlane1-4/+4
2018-01-16LaTeX writer: escape & in lstinlineRobert Schütz1-1/+1
2018-01-10LaTeX reader: fix inconsistent column widths.John MacFarlane1-2/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-28LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane1-4/+3