summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some lines to be within 90 charactersGaurav Jain2014-05-121-2/+2
* 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
|/
* Merged in protz/pygments-main (pull request #230)Tim Hatch2014-04-141-11/+11
* Merge remote-tracking branch 'pr230/master'Tim Hatch2014-04-141-4/+88
|\
| * 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
|/
* 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 re...Dmitri Gribenko2011-08-301-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* In the LaTeX formatter, fix display problems for styles with token background...Georg Brandl2011-06-191-2/+4
* 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
* Added options for rendering LaTeX in source code comments in the LaTeX format...Georg Brandl2010-01-011-13/+59
* 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
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* 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
* [svn] Shorten some testfiles, silence some pylint warnings,gbrandl2007-02-141-1/+1
* [svn] Quite a few things:gbrandl2007-02-121-0/+3
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] Fix #185, fix JspLexer so that test suite passes.gbrandl2007-01-141-2/+8
* [svn] Added JSP and Batchfile lexers by Tim Hatch.gbrandl2007-01-131-2/+2
* [svn] Generate lexer, formatter and filter docs from docstrings.gbrandl2007-01-121-23/+39
* [svn] Improve Unicode handling without encoding.gbrandl2006-12-201-1/+4
* [svn] Change Pygments license to BSD.gbrandl2006-12-101-1/+1
* [svn] Add encoding support. All processing is now done with unicode strings.gbrandl2006-10-311-3/+5