diff options
-rw-r--r-- | day1/session1.tex | 2 | ||||
-rw-r--r-- | day1/session2.tex | 8 |
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} |