Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Jonathan Frederic
- Mon, 23 Sep 2013 17:57:21
Show More
IPython/nbconvert/preprocessors/latex.py
0
+1
-1
@@
-46,7
+46,7
b' class LatexPreprocessor(Preprocessor):'
46
"""
46
"""
47
# Generate Pygments definitions for Latex
47
# Generate Pygments definitions for Latex
48
resources [ "latex" ] = {}
48
resources [ "latex" ] = {}
49
resources [ "latex" ][ "pygment_definitions" ] = LatexFormatter () . get_style_defs ()
49
resources [ "latex" ][ "pygments _definitions" ] = LatexFormatter () . get_style_defs ()
50
return super ( LatexPreprocessor , self ) . preprocess ( nb , resources )
50
return super ( LatexPreprocessor , self ) . preprocess ( nb , resources )
51
51
52
52
IPython/nbconvert/templates/latex/style_ipython.tplx
0
+1
-1
@@
-7,7
+7,7
b''
7
((( super() )))
7
((( super() )))
8
8
9
% Pygments definitions
9
% Pygments definitions
10
((( resources.latex.pygment_definitions )))
10
((( resources.latex.pygments _definitions )))
11
11
12
% Exact colors from NB
12
% Exact colors from NB
13
\definecolor{incolor}{rgb}{0.0, 0.0, 0.5}
13
\definecolor{incolor}{rgb}{0.0, 0.0, 0.5}
IPython/nbconvert/templates/latex/style_notebook.tplx
0
+1
-1
@@
-17,7
+17,7
b''
17
((( super() )))
17
((( super() )))
18
18
19
% Pygments definitions
19
% Pygments definitions
20
((( resources.latex.pygment_definitions )))
20
((( resources.latex.pygments _definitions )))
21
21
22
% NB prompt colors
22
% NB prompt colors
23
\definecolor{nbframe-border}{rgb}{0.867,0.867,0.867}
23
\definecolor{nbframe-border}{rgb}{0.867,0.867,0.867}
IPython/nbconvert/templates/latex/style_python.tplx
0
+1
-1
@@
-7,7
+7,7
b''
7
((( super() )))
7
((( super() )))
8
8
9
% Pygments definitions
9
% Pygments definitions
10
((( resources.latex.pygment_definitions )))
10
((( resources.latex.pygments _definitions )))
11
((* endblock definitions *))
11
((* endblock definitions *))
12
12
13
%===============================================================================
13
%===============================================================================
IPython/nbconvert/templates/latex/style_simple.tplx
0
+1
-1
@@
-14,7
+14,7
b''
14
((( super() )))
14
((( super() )))
15
15
16
% Pygments definitions
16
% Pygments definitions
17
((( resources.latex.pygment_definitions )))
17
((( resources.latex.pygments _definitions )))
18
18
19
\newlength{\promptspace}
19
\newlength{\promptspace}
20
\setlength{\promptspace}{4\baselineskip} % Space needed to start a new
20
\setlength{\promptspace}{4\baselineskip} % Space needed to start a new
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages