summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Add nowrap option to LatexFormatterTakeshi KOMIYA2022-03-021-13/+23
* Happy new year.Georg Brandl2022-01-251-1/+1
* Minted compatibility patch (#1737)Jean-François B2021-03-061-6/+1
* LaTeX: workaround minted incompatibility with Pygments 2.8.0 (#1735)Jean-François B2021-03-051-0/+5
* LaTeX: avoid uneven baselines in case highlighting uses \fcolorbox (#1708)Jean-François B2021-02-121-2/+2
* LaTeX: keep scope of \fboxsep local (#1709)Jean-François B2021-02-121-2/+2
* LaTeX: use \@namedef (refactoring) (#1710)Jean-François B2021-02-121-2/+1
* LaTeX: \catcode assignment should be terminated (#1711)Jean-François B2021-02-121-1/+2
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Fix LatexEmbeddedLexer (#1517)Eric Wieser2020-09-301-9/+42
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-9/+9
* all: use yield from (#1537)Georg Brandl2020-09-061-4/+2
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-5/+4
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+482