diff options
author | Puneeth Chaganti | 2010-04-30 12:40:11 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-04-30 12:40:11 +0530 |
commit | d12e8806616e2c14e540cd208d4757c7f3a9358c (patch) | |
tree | 946e30fbaa74c8fbf1c59f547c8e1ea135b8fb26 | |
parent | 66ff09eb6d70e7d842f354489404fd56df4f94d4 (diff) | |
download | workshops-d12e8806616e2c14e540cd208d4757c7f3a9358c.tar.gz workshops-d12e8806616e2c14e540cd208d4757c7f3a9358c.tar.bz2 workshops-d12e8806616e2c14e540cd208d4757c7f3a9358c.zip |
Removed spaces in dashed lines of session2 day1.
-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} |