From dfd30ccfe16229203702ae0332165e14fdaf80cf Mon Sep 17 00:00:00 2001 From: Shantanu Date: Tue, 22 Dec 2009 14:10:37 +0530 Subject: commited changes made for scipy and cheatsheats. --- day1/session2.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'day1/session2.tex') diff --git a/day1/session2.tex b/day1/session2.tex index 73637c9..884a653 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {7 November, 2009\\Day 1, Session 2} +\date[] {14 December, 2009\\Day 1, Session 2} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -418,12 +418,12 @@ Out[]: ['hello', 'world'] \end{lstlisting} This is what happens with \typ{line} \begin{lstlisting} -In []: line = '1.2000e-01 7.4252e-01' +In []: line = '1.20 7.42' In []: point = line.split() In []: point -Out[]: ['1.2000e-01', '7.4252e-01'] +Out[]: ['1.20', '7.42'] \end{lstlisting} \end{frame} -- cgit From 508f280ce50c942f08f8fdb4bc76ee9654d4ffda Mon Sep 17 00:00:00 2001 From: Shantanu Date: Mon, 4 Jan 2010 19:54:26 +0530 Subject: Changed dates in all slides. --- day1/session2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day1/session2.tex') diff --git a/day1/session2.tex b/day1/session2.tex index 884a653..12dbb58 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {14 December, 2009\\Day 1, Session 2} +\date[] {11 January, 2010\\Day 1, Session 2} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} -- cgit