##// END OF EJS Templates
Add missing color definintions to latex header
jakobgager -
Show More
@@ -166,6 +166,16 b' unknown type (((cell.type)))'
166 \definecolor{outputbackground}{rgb}{.95, .95, .95}
166 \definecolor{outputbackground}{rgb}{.95, .95, .95}
167 \definecolor{traceback}{rgb}{1, .95, .95}
167 \definecolor{traceback}{rgb}{1, .95, .95}
168
168
169 % new ansi colors
170 \definecolor{brown}{rgb}{0.54,0.27,0.07}
171 \definecolor{purple}{rgb}{0.5,0.0,0.5}
172 \definecolor{darkgray}{gray}{0.25}
173 \definecolor{lightred}{rgb}{1.0,0.39,0.28}
174 \definecolor{lightgreen}{rgb}{0.48,0.99,0.0}
175 \definecolor{lightblue}{rgb}{0.53,0.81,0.92}
176 \definecolor{lightpurple}{rgb}{0.87,0.63,0.87}
177 \definecolor{lightcyan}{rgb}{0.5,1.0,0.83}
178
169 % Framed environments for code cells (inputs, outputs, errors, ...). The
179 % Framed environments for code cells (inputs, outputs, errors, ...). The
170 % various uses of \unskip (or not) at the end were fine-tuned by hand, so don't
180 % various uses of \unskip (or not) at the end were fine-tuned by hand, so don't
171 % randomly change them unless you're sure of the effect it will have.
181 % randomly change them unless you're sure of the effect it will have.
@@ -68,6 +68,17 b' Note: For best display, use latex syntax highlighting. =))'
68 % Pygments requirements
68 % Pygments requirements
69 \usepackage{fancyvrb}
69 \usepackage{fancyvrb}
70 \usepackage{color}
70 \usepackage{color}
71 % ansi colors additions
72 \definecolor{darkgreen}{rgb}{.12,.54,.11}
73 \definecolor{lightgray}{gray}{.95}
74 \definecolor{brown}{rgb}{0.54,0.27,0.07}
75 \definecolor{purple}{rgb}{0.5,0.0,0.5}
76 \definecolor{darkgray}{gray}{0.25}
77 \definecolor{lightred}{rgb}{1.0,0.39,0.28}
78 \definecolor{lightgreen}{rgb}{0.48,0.99,0.0}
79 \definecolor{lightblue}{rgb}{0.53,0.81,0.92}
80 \definecolor{lightpurple}{rgb}{0.87,0.63,0.87}
81 \definecolor{lightcyan}{rgb}{0.5,1.0,0.83}
71
82
72 % Needed to box output/input
83 % Needed to box output/input
73 \usepackage{tikz}
84 \usepackage{tikz}
General Comments 0
You need to be logged in to leave comments. Login now