From 83331c030c911caf5baae0a07a9d1acd4094dcef Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Wed, 26 May 2021 20:25:20 +0530 Subject: Add blank slide to retain slide numbers. --- scipy/basic/06_numpy.tex | 3 +++ 1 file changed, 3 insertions(+) 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 @@ -208,6 +208,9 @@ Out[]: array([0, 0, 0, 0]) \inctime{10} \end{frame} +\begin{frame}[fragile] +\end{frame} + \begin{frame}[fragile] \frametitle{Examples} \noindent \typ{pi} and \typ{e} are defined. -- cgit