aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Use simpleFigure in Readers.Aner Lucero1-4/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane1-45/+7
2021-08-13Fix raw LaTeX injection issue (LaTeX writer).John MacFarlane1-5/+10
2021-07-22LaTeX writer: Use ulem for underline.John MacFarlane1-1/+3
2021-06-21Revert "LaTeX writer: put a strut after a line break (`\\`)."John MacFarlane1-1/+1
2021-06-21LaTeX writer: put a strut after a line break (`\\`).John MacFarlane1-1/+1
2021-06-21LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line.John MacFarlane1-1/+1
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel1-2/+3
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel1-2/+1
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane1-3/+8
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-1/+1
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane1-1/+13
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane1-2/+10
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane1-243/+11
2021-03-02Split out T.P.Writers.LaTeX.Citation.John MacFarlane1-142/+6
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane1-180/+12
2021-02-28LaTeX writer: use function instead of map for accent lookup.John MacFarlane1-27/+25
2021-02-18LaTeX writer: adjust hypertargets to beginnings of paragraphs.John MacFarlane1-2/+3
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