aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2021-01-26LaTeX writer: change BCP47 lang tag from jp to jaMauro Bieg1-1/+1
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-2/+4
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel1-237/+12
2020-12-04LaTeX writer: Fix bug with nested csl- display Spans.John MacFarlane1-36/+32
2020-11-25LaTeX writer: improve longtable output.John MacFarlane1-40/+60
2020-11-25LaTeX tables: Fix calculation of column spacing.John MacFarlane1-1/+1
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane1-2/+2
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane1-10/+12
2020-10-14Modify fix to #6742 to use stringToLaTeX.John MacFarlane1-3/+5
2020-10-13LaTeX writer: escape option values in lstlistings environment.John MacFarlane1-1/+2
2020-10-12LaTeX writer: fix handling of pt-BR.John MacFarlane1-3/+2
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-11/+32
2020-09-15LaTeX writer: fix spacing issue with list in definition list.John MacFarlane1-3/+20
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-6/+6
2020-06-17LaTeX writer: escape `^` specially for listings.John MacFarlane1-1/+1
2020-06-14Distinguish between single and double quotes when using enquote package (#6457)dbecher-ito1-1/+3
2020-05-12LaTeX writer: create hypertarget for links with identifier.John MacFarlane1-23/+27
2020-05-02LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...andrebauer1-5/+24
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-1/+2
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane1-10/+11
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-25/+42
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-4/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-6/+5
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-2/+2
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane1-5/+6
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane1-8/+17
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane1-1/+1
2019-11-27Remove redundant import.John MacFarlane1-1/+0
2019-11-27LaTeX writer - hlint.John MacFarlane1-29/+24
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-179/+193
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-2/+2
2019-10-25Beamer writer: fix regression with hrules separating slides.John MacFarlane1-3/+3
2019-10-12LaTeX writer: fix horizontal rule.John MacFarlane1-1/+1
2019-10-10Make some writers sensitive to 'unlisted' class on headings.John MacFarlane1-4/+6
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-3/+5
2019-09-18LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.John MacFarlane1-0/+1
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-152/+131
2019-09-02LaTeX writer: use `cslreferences` environment for csl bibliographies.John MacFarlane1-3/+18
2019-09-02LaTeX writer: strip off `{}` around locator for biblatex/natbib output.John MacFarlane1-1/+7
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-55/+66
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane1-4/+9
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-44/+15
2019-07-20LaTeX writer: fix line breaks at start of paragraph.John MacFarlane1-9/+9
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-3/+4