From a82ef14f1c68d6ae223449972f84b4d55f85d80d 2012-11-16 22:32:39 From: Matthias BUSSONNIER Date: 2012-11-16 22:32:39 Subject: [PATCH] update ref texfile --- diff --git a/tests/ipynbref/IntroNumPy.orig.tex b/tests/ipynbref/IntroNumPy.orig.tex index b6840cd..da06501 100644 --- a/tests/ipynbref/IntroNumPy.orig.tex +++ b/tests/ipynbref/IntroNumPy.orig.tex @@ -332,7 +332,7 @@ plt.text(0.5 * (a + b), 30,r"$\int_a^b f(x)dx$", horizontalalignment='center', f \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_00.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_00.pdf} \par \end{center} \end{codeoutput} @@ -1496,7 +1496,7 @@ plt.ylabel('y'); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_01.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_01.pdf} \par \end{center} \end{codeoutput} @@ -1512,7 +1512,7 @@ plt.plot(x, y, linewidth=2); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_02.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_02.pdf} \par \end{center} \end{codeoutput} @@ -1525,7 +1525,7 @@ plt.plot(x, y, 'o', markersize=5, color='r'); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_03.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_03.pdf} \par \end{center} \end{codeoutput} @@ -1552,7 +1552,7 @@ plt.title("Simplest errorbars, 0.2 in x, 0.4 in y"); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_04.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_04.pdf} \par \end{center} \end{codeoutput} @@ -1569,7 +1569,7 @@ plt.semilogy(x, y); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_05.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_05.pdf} \par \end{center} \end{codeoutput} @@ -1597,7 +1597,7 @@ plt.grid(True) \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_06.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_06.pdf} \par \end{center} \end{codeoutput} @@ -1615,7 +1615,7 @@ plt.imshow(np.random.rand(5, 10), cmap=cm.gray, interpolation='nearest'); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_07.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_07.pdf} \par \end{center} \end{codeoutput} @@ -1636,7 +1636,7 @@ plt.imshow(img); Dimensions of the array img: (375, 500, 3) \end{verbatim} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_08.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_08.pdf} \par \end{center} \end{codeoutput} @@ -1682,7 +1682,7 @@ ax.set_zlim3d(-1.01, 1.01); \end{codeinput} \begin{codeoutput} \begin{center} -\includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_09.pdf} +\includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_09.pdf} \par \end{center} \end{codeoutput}