summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Remove compatibility code for Pygments < 1.2.Georg Brandl2011-09-251-4/+1
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Make the concept of "module index" generalized to domains. As a ↵Georg Brandl2010-02-201-0/+2
| | | | side-effect, the latex modindex is no longer generated by LaTeX.
* Restore compatibility with Pygments >= 1.2.Georg Brandl2010-01-061-3/+5
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Properly escape ``|`` in LaTeX output.Georg Brandl2009-03-091-1/+2
|
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* #29: fix some option list issues, in HTML, LaTeX and text writers.Georg Brandl2008-11-031-0/+2
|
* Merged revisions 66588,66602 via svnmerge fromgeorg.brandl2008-09-241-0/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r66588 | georg.brandl | 2008-09-24 17:25:43 +0200 (Wed, 24 Sep 2008) | 2 lines Fix footer marking. ........ r66602 | georg.brandl | 2008-09-24 19:02:31 +0200 (Wed, 24 Sep 2008) | 2 lines Escape backtick in texescape. ........
* Merged revisions 65566-65567,65623,65625 via svnmerge fromgeorg.brandl2008-08-101-0/+107
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65566 | georg.brandl | 2008-08-07 09:11:11 +0000 (Thu, 07 Aug 2008) | 2 lines Clarification for the ref role. ........ r65567 | georg.brandl | 2008-08-07 09:11:25 +0000 (Thu, 07 Aug 2008) | 2 lines Rebuild everything if extensions change. ........ r65623 | georg.brandl | 2008-08-10 11:18:42 +0000 (Sun, 10 Aug 2008) | 2 lines Unify handling of LaTeX escaping, and add some more replacements. ........ r65625 | georg.brandl | 2008-08-10 11:25:41 +0000 (Sun, 10 Aug 2008) | 2 lines Make tex escapes a module. ........