summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-10-03 20:38:37 +0530
committerMadhusudan.C.S2009-10-03 20:38:37 +0530
commit0d3b00071bc5cc4423097a5d55d7013556f96e0e (patch)
treea522b6cb7b9ed4fa42958565f439ed5360dc5cf6
parentb094707e7291db54f95a05ee68cd2110ce106d99 (diff)
downloadworkshops-0d3b00071bc5cc4423097a5d55d7013556f96e0e.tar.gz
workshops-0d3b00071bc5cc4423097a5d55d7013556f96e0e.tar.bz2
workshops-0d3b00071bc5cc4423097a5d55d7013556f96e0e.zip
Added \bfseries to basicstyle for lstset.
-rwxr-xr-xday1/Session-2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/Session-2.tex b/day1/Session-2.tex
index 8d4aa5a..1e9fd96 100755
--- a/day1/Session-2.tex
+++ b/day1/Session-2.tex
@@ -33,7 +33,7 @@
\usepackage{listings}
\lstset{language=Python,
- basicstyle=\ttfamily,
+ basicstyle=\ttfamily\bfseries,
commentstyle=\color{red}\itshape,
stringstyle=\color{darkgreen},
showstringspaces=false,