Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Added a mapping table for LaTeX encodings and added utf8 (closes #1152) | Georg Brandl | 2016-02-02 | 1 | -1/+8 |
| | |||||
* | merge with stable | Georg Brandl | 2015-01-21 | 1 | -12/+11 |
|\ | |||||
| * | latex: small code cleanup | Georg Brandl | 2014-11-13 | 1 | -12/+11 |
| | | |||||
* | | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
|/ | |||||
* | Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 is | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | | | | tried in that order. | ||||
* | Merged in protz/pygments-main/add-envname (pull request #235) | Georg Brandl | 2014-10-08 | 1 | -18/+110 |
|\ | |||||
| * | Fix (false positive) pyflakes warning. | Georg Brandl | 2014-10-07 | 1 | -0/+1 |
| | | |||||
| * | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -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 Brandl | 2014-04-15 | 1 | -2/+2 |
| | | |||||
| * | Merge with pygments-main | Tim Hatch | 2014-04-14 | 1 | -3/+3 |
| |\ | |||||
| | * | fix spelling in new class name | Georg Brandl | 2014-04-14 | 1 | -2/+2 |
| | | | |||||
| | * | remove "ur" literal which breaks python 3 compat | Georg Brandl | 2014-04-14 | 1 | -2/+2 |
| | | | |||||
| * | | Only include the regular LatexFormatter in __all__ | Tim Hatch | 2014-04-14 | 1 | -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 Hatch | 2014-04-14 | 1 | -11/+11 |
| | | | | | | | | Modified to use simpler checks for string length. | ||||
| * | Merge remote-tracking branch 'pr230/master' | Tim Hatch | 2014-04-14 | 1 | -4/+88 |
| |\ | | | | | | | | | | | | | Conflicts: pygments/formatters/latex.py | ||||
| | * | Update the patch from #493 to work with tip. | Jonathan Protzenko | 2013-08-21 | 1 | -3/+85 |
| | | | |||||
| * | | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -4/+9 |
| | | | |||||
| * | | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -4/+6 |
| | | | |||||
| * | | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 1 | -0/+1 |
| | | | |||||
| * | | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | forgot a backslash | Erik Bernoth | 2013-10-01 | 1 | -1/+1 |
| |/ | |||||
* | | Add a new envname option to the latex formatter. | Jonathan Protzenko | 2013-09-04 | 1 | -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 Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Closes #785: make sure LateX formatter output is Unicode. | Georg Brandl | 2012-08-19 | 1 | -8/+8 |
| | |||||
* | Closes #755: replace some more active chars for latex. | Georg Brandl | 2012-05-08 | 1 | -0/+6 |
| | |||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Style fix. | Georg Brandl | 2012-02-05 | 1 | -1/+2 |
| | |||||
* | Define TeX commands in a way that always constructs command name correctly ↵ | Dmitri Gribenko | 2011-08-30 | 1 | -1/+1 |
| | | | | regardless of symbols used. | ||||
* | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | In the LaTeX formatter, fix display problems for styles with token ↵ | Georg Brandl | 2011-06-19 | 1 | -2/+4 |
| | | | | background colors (#670). | ||||
* | In the LaTeX formatter, escape special &, < and > chars (#648). | Georg Brandl | 2011-06-18 | 1 | -0/+6 |
| | |||||
* | Update output example. | Georg Brandl | 2010-08-22 | 1 | -4/+4 |
| | |||||
* | Escape the tilde as well. | Georg Brandl | 2010-08-22 | 1 | -1/+3 |
| | |||||
* | Escape more characters in LaTeX output (#505). | Georg Brandl | 2010-08-22 | 1 | -4/+11 |
| | |||||
* | Version 1.2.2 | Georg Brandl | 2010-01-02 | 1 | -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 Brandl | 2010-01-01 | 1 | -13/+59 |
| | | | | formatter (#461). | ||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -7/+3 |
| | |||||
* | Fix the LaTeX formatter's output so that output generated for one style | gbrandl | 2009-03-05 | 1 | -56/+114 |
| | | | | can be used with the style definitions of another (#384). | ||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | Don't define \at, \lb, \rb as escapes, but prepend commandprefix here too. | gbrandl | 2008-09-12 | 1 | -10/+12 |
| | |||||
* | Fix doc glitch in latex formatter | thatch | 2008-07-26 | 1 | -0/+1 |
| | |||||
* | Support roman/sans/mono styles. | gbrandl | 2008-06-18 | 1 | -0/+6 |
| | |||||
* | Rename version to 0.10. Select codename. | gbrandl | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | Fix missing name. | gbrandl | 2008-04-27 | 1 | -0/+1 |
| | |||||
* | New default commandprefix for latex fmter. | gbrandl | 2008-04-20 | 1 | -13/+10 |
| | |||||
* | Fix #309: more c++ extensions. | gbrandl | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | [svn] Use StringIO in LaTeX formatter. | gbrandl | 2007-05-18 | 1 | -2/+2 |
| | |||||
* | [svn] Move docs for not-so-common options to individual classes. | gbrandl | 2007-02-16 | 1 | -0/+22 |
| |