--- a/day2/session4.tex Wed Oct 28 20:33:17 2009 +0530
+++ b/day2/session4.tex Wed Oct 28 20:35:55 2009 +0530
@@ -74,7 +74,7 @@
\newcommand{\tvtk}{\texttt{tvtk}}
\newcommand{\mlab}{\texttt{mlab}}
-
+\newcommand{\typ}[1]{\lstinline{#1}}
\newcounter{time}
\setcounter{time}{0}
\newcommand{\inctime}[1]{\addtocounter{time}{#1}{\vspace*{0.1in}\tiny \thetime\ m}}
@@ -190,7 +190,7 @@
\begin{frame}[fragile]
\frametitle{Debugging effectively}
\begin{itemize}
- \item \kwrd{print} based strategy
+ \item \typ{print} based strategy
\item Process:
\end{itemize}
\begin{center}