ThirdParty/Pygments/pygments/formatters/latex.py

branch
Py2 comp.
changeset 3079
0233bbe9a9c4
parent 2525
8b507a9a2d40
child 4172
4f20dba37ab6
equal deleted inserted replaced
3066:76a310bc7bba 3079:0233bbe9a9c4
6 Formatter for LaTeX fancyvrb output. 6 Formatter for LaTeX fancyvrb output.
7 7
8 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. 8 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
9 :license: BSD, see LICENSE for details. 9 :license: BSD, see LICENSE for details.
10 """ 10 """
11
12 from __future__ import unicode_literals # __IGNORE_WARNING__
13 11
14 from pygments.formatter import Formatter 12 from pygments.formatter import Formatter
15 from pygments.token import Token, STANDARD_TYPES 13 from pygments.token import Token, STANDARD_TYPES
16 from pygments.util import get_bool_opt, get_int_opt, StringIO 14 from pygments.util import get_bool_opt, get_int_opt, StringIO
17 15

eric ide

mercurial