summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Added a mapping table for LaTeX encodings and added utf8 (closes #1152)Georg Brandl2016-02-021-1/+8
|
* merge with stableGeorg Brandl2015-01-211-12/+11
|\
| * latex: small code cleanupGeorg Brandl2014-11-131-12/+11
| |
* | Copyright year update.Georg Brandl2015-01-211-1/+1
|/
* Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 isGeorg Brandl2014-11-061-1/+1
| | | | tried in that order.
* Merged in protz/pygments-main/add-envname (pull request #235)Georg Brandl2014-10-081-18/+110
|\
| * Fix (false positive) pyflakes warning.Georg Brandl2014-10-071-0/+1
| |
| * Fix some lines to be within 90 charactersGaurav Jain2014-05-121-2/+2
| | | | | | | | Some regular expressions has been simplified to use \w in order to reduce line length
| * Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-2/+2
| |
| * Merge with pygments-mainTim Hatch2014-04-141-3/+3
| |\
| | * fix spelling in new class nameGeorg Brandl2014-04-141-2/+2
| | |
| | * remove "ur" literal which breaks python 3 compatGeorg Brandl2014-04-141-2/+2
| | |
| * | Only include the regular LatexFormatter in __all__Tim Hatch2014-04-141-1/+1
| |/ | | | | | | | | If we include the other, the tests will want to instantiate it, and we don't want that. It's only run as a special case in cmdline.py right now.
| * Merged in protz/pygments-main (pull request #230)Tim Hatch2014-04-141-11/+11
| | | | | | | | Modified to use simpler checks for string length.
| * Merge remote-tracking branch 'pr230/master'Tim Hatch2014-04-141-4/+88
| |\ | | | | | | | | | | | | Conflicts: pygments/formatters/latex.py
| | * Update the patch from #493 to work with tip.Jonathan Protzenko2013-08-211-3/+85
| | |
| * | use versionadded directivesGeorg Brandl2014-01-191-4/+9
| | |
| * | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-4/+6
| | |
| * | futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-0/+1
| | |
| * | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
| | |
| * | forgot a backslashErik Bernoth2013-10-011-1/+1
| |/
* | Add a new envname option to the latex formatter.Jonathan Protzenko2013-09-041-2/+8
|/ | | | | It allows the user to pick a different environment name, for instance, BVerbatim instead of the now-default Verbatim.
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Closes #785: make sure LateX formatter output is Unicode.Georg Brandl2012-08-191-8/+8
|
* Closes #755: replace some more active chars for latex.Georg Brandl2012-05-081-0/+6
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Style fix.Georg Brandl2012-02-051-1/+2
|
* Define TeX commands in a way that always constructs command name correctly ↵Dmitri Gribenko2011-08-301-1/+1
| | | | regardless of symbols used.
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* In the LaTeX formatter, fix display problems for styles with token ↵Georg Brandl2011-06-191-2/+4
| | | | background colors (#670).
* In the LaTeX formatter, escape special &, < and > chars (#648).Georg Brandl2011-06-181-0/+6
|
* Update output example.Georg Brandl2010-08-221-4/+4
|
* Escape the tilde as well.Georg Brandl2010-08-221-1/+3
|
* Escape more characters in LaTeX output (#505).Georg Brandl2010-08-221-4/+11
|
* Version 1.2.2Georg Brandl2010-01-021-0/+4
| | | | | | | | ------------- (bugfix release, released Jan 02, 2010) Removed a backwards incompatibility in the LaTeX formatter that caused Sphinx to produce invalid commands when writing LaTeX output.
* Added options for rendering LaTeX in source code comments in the LaTeX ↵Georg Brandl2010-01-011-13/+59
| | | | formatter (#461).
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-7/+3
|
* Fix the LaTeX formatter's output so that output generated for one stylegbrandl2009-03-051-56/+114
| | | | can be used with the style definitions of another (#384).
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Don't define \at, \lb, \rb as escapes, but prepend commandprefix here too.gbrandl2008-09-121-10/+12
|
* Fix doc glitch in latex formatterthatch2008-07-261-0/+1
|
* Support roman/sans/mono styles.gbrandl2008-06-181-0/+6
|
* Rename version to 0.10. Select codename.gbrandl2008-05-061-1/+1
|
* Fix missing name.gbrandl2008-04-271-0/+1
|
* New default commandprefix for latex fmter.gbrandl2008-04-201-13/+10
|
* Fix #309: more c++ extensions.gbrandl2007-12-141-1/+1
|
* [svn] Use StringIO in LaTeX formatter.gbrandl2007-05-181-2/+2
|
* [svn] Move docs for not-so-common options to individual classes.gbrandl2007-02-161-0/+22
|