summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ``config-inited`` eventTakeshi KOMIYA2016-11-181-0/+10
|
* Use \text macro to make numbers subscriptTakeshi KOMIYA2016-05-051-20/+20
| | | | More details, see https://github.com/sphinx-doc/sphinx/commit/488ee5279a7b595c2999df9b689514b8b2887b18
* Fix #2501: Unicode subscript numbers are normalized in LaTeXTakeshi KOMIYA2016-05-021-2/+20
|
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |
* | Add support for converting checkmark unicode to latex symbolMatthew Treinish2015-07-261-0/+1
|/ | | | | | | | This commit adds an entry to the list of tex escapes for the checkmark unicode character. As part of this the use of the amssymb package is added which is required for the checkmark symbol among others. Closes #1959
* util: pep8 fixesGeorg Brandl2015-03-081-2/+4
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-83/+85
|/
* 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. ........