# HG changeset patch # User Madhusudan.C.S # Date 1254582517 -19800 # Node ID 2a70a7ef7e62d44a0d286ca3ca14d39a07e81fc2 # Parent b61816289439f8872c00b334313eec3cd08fe916 Added \bfseries to basicstyle for lstset. diff -r b61816289439 -r 2a70a7ef7e62 day1/Session-2.tex --- a/day1/Session-2.tex Sat Oct 03 20:34:18 2009 +0530 +++ b/day1/Session-2.tex Sat Oct 03 20:38:37 2009 +0530 @@ -33,7 +33,7 @@ \usepackage{listings} \lstset{language=Python, - basicstyle=\ttfamily, + basicstyle=\ttfamily\bfseries, commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen}, showstringspaces=false,