summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2021-05-26 20:25:20 +0530
committerPrabhu Ramachandran2021-05-26 20:25:20 +0530
commit83331c030c911caf5baae0a07a9d1acd4094dcef (patch)
tree3121d77934e963393cebfa9bf6558f1cb57f4c26
parent7f5dec5b4d281726aadbd7da3dbba808390ed90f (diff)
downloadpython-workshops-83331c030c911caf5baae0a07a9d1acd4094dcef.tar.gz
python-workshops-83331c030c911caf5baae0a07a9d1acd4094dcef.tar.bz2
python-workshops-83331c030c911caf5baae0a07a9d1acd4094dcef.zip
Add blank slide to retain slide numbers.HEADmaster
-rw-r--r--scipy/basic/06_numpy.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/scipy/basic/06_numpy.tex b/scipy/basic/06_numpy.tex
index 87793eb..05a8795 100644
--- a/scipy/basic/06_numpy.tex
+++ b/scipy/basic/06_numpy.tex
@@ -209,6 +209,9 @@ Out[]: array([0, 0, 0, 0])
\end{frame}
\begin{frame}[fragile]
+\end{frame}
+
+\begin{frame}[fragile]
\frametitle{Examples}
\noindent \typ{pi} and \typ{e} are defined.
\begin{lstlisting}