summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-04-30 12:40:11 +0530
committerPuneeth Chaganti2010-04-30 12:40:11 +0530
commitdb7079679ba37dcaca5dd7e722038ff5a28729cd (patch)
tree946e30fbaa74c8fbf1c59f547c8e1ea135b8fb26
parent8306eb015ee4b43b2ec13f5879ab220165765a85 (diff)
downloadworkshops-more-scipy-db7079679ba37dcaca5dd7e722038ff5a28729cd.tar.gz
workshops-more-scipy-db7079679ba37dcaca5dd7e722038ff5a28729cd.tar.bz2
workshops-more-scipy-db7079679ba37dcaca5dd7e722038ff5a28729cd.zip
Removed spaces in dashed lines of session2 day1.
-rw-r--r--day1/session1.tex2
-rw-r--r--day1/session2.tex8
2 files changed, 5 insertions, 5 deletions
diff --git a/day1/session1.tex b/day1/session1.tex
index 5c39b30..f7d9335 100644
--- a/day1/session1.tex
+++ b/day1/session1.tex
@@ -77,7 +77,7 @@
\author[FOSSEE] {FOSSEE}
\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
-\date[] {30April, 2010\\Day 1, Session 1}
+\date[] {30 April, 2010\\Day 1, Session 1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
diff --git a/day1/session2.tex b/day1/session2.tex
index 0ffc946..5565af3 100644
--- a/day1/session2.tex
+++ b/day1/session2.tex
@@ -179,10 +179,10 @@ Out[]: <matplotlib.text.Text object at 0x98746ec>
\begin{frame}[fragile]
\frametitle{Additional Plotting Attributes}
\begin{itemize}
- \item \kwrd{'o'} - Filled circles
- \item \kwrd{'.'} - Small Dots
- \item \kwrd{'-'} - Lines
- \item \kwrd{'- -'} - Dashed lines
+ \item \typ{'o'} - Filled circles
+ \item \typ{'.'} - Small Dots
+ \item \typ{'-'} - Lines
+ \item \typ{'--'} - Dashed lines
\end{itemize}
\end{frame}