Added \bfseries to basicstyle for lstset.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sat, 03 Oct 2009 20:38:37 +0530
changeset 18 2a70a7ef7e62
parent 17 b61816289439
child 19 be0f830bdb71
Added \bfseries to basicstyle for lstset.
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,