Skip to content

Commit 342c52d

Browse files
committed
Changed animategraphics to includegraphics in released Deployment slides.
1 parent 1cb5bc9 commit 342c52d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

slides/deployment/main.tex

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224
% \animategraphics output only works in Adobe Acrobat.
225225
% poster option selects frame to display initially, so shows when not animated. Frame count starts from zero.
226226
% Replace with \includegraphics of the selected frame for slides published via GitHub, to speed up slide compilation.
227-
\animategraphics[trim=10 115 10 100,clip,poster=14,controls,buttonsize=1em,width=1.05\linewidth]{6}{diagrams/rolling/fnum}{1}{27}
228-
% \includegraphics[height=\textheight]{diagrams/rolling/fnum15.png}
227+
% \animategraphics[trim=10 115 10 100,clip,poster=14,controls,buttonsize=1em,width=1.05\linewidth]{6}{diagrams/rolling/fnum}{1}{27}
228+
\includegraphics[height=\textheight]{diagrams/rolling/fnum15.png}
229229
\end{frame}
230230
\note[itemize]{
231231
\item Slowly roll out new version
@@ -278,8 +278,8 @@
278278
% \animategraphics output only works in Adobe Acrobat.
279279
% poster option selects frame to display initially, so shows when not animated. Frame count starts from zero.
280280
% Replace with \includegraphics of the selected frame for slides published via GitHub, to speed up slide compilation.
281-
\animategraphics[trim=10 115 10 100,clip,poster=9,controls,buttonsize=1em,width=1.05\linewidth]{4}{diagrams/blue-green/fnum}{1}{14}
282-
% \includegraphics[height=\textheight]{diagrams/blue-green/fnum10.png}
281+
% \animategraphics[trim=10 115 10 100,clip,poster=9,controls,buttonsize=1em,width=1.05\linewidth]{4}{diagrams/blue-green/fnum}{1}{14}
282+
\includegraphics[height=\textheight]{diagrams/blue-green/fnum10.png}
283283
\end{frame}
284284
\note[itemize]{
285285
\item \textbf{V2} deployed alongside \textbf{V1}, including same number of instances
@@ -329,8 +329,8 @@
329329
% \animategraphics output only works in Adobe Acrobat.
330330
% poster option selects frame to display initially, so shows when not animated. Frame count starts from zero.
331331
% Replace with \includegraphics of the selected frame for slides published via GitHub, to speed up slide compilation.
332-
\animategraphics[trim=10 115 10 100,clip,poster=13,controls,buttonsize=1em,width=1.05\linewidth]{4}{diagrams/canary/fnum}{1}{15}
333-
% \includegraphics[height=\textheight]{diagrams/canary/fnum14.png}
332+
% \animategraphics[trim=10 115 10 100,clip,poster=13,controls,buttonsize=1em,width=1.05\linewidth]{4}{diagrams/canary/fnum}{1}{15}
333+
\includegraphics[height=\textheight]{diagrams/canary/fnum14.png}
334334
\end{frame}
335335
\note[itemize]{
336336
\item Gradually shift traffic from \textbf{V1} to \textbf{V2}
@@ -368,8 +368,8 @@
368368
% \animategraphics output only works in Adobe Acrobat.
369369
% poster option selects frame to display initially, so shows when not animated. Frame count starts from zero.
370370
% Replace with \includegraphics of the selected frame for slides published via GitHub, to speed up slide compilation.
371-
\animategraphics[trim=10 115 10 100,clip,poster=last,controls,buttonsize=1em,width=1.05\linewidth]{6}{diagrams/a-b/fnum}{1}{19}
372-
% \includegraphics[height=\textheight]{diagrams/a-b/fnum19.png}
371+
% \animategraphics[trim=10 115 10 100,clip,poster=last,controls,buttonsize=1em,width=1.05\linewidth]{6}{diagrams/a-b/fnum}{1}{19}
372+
\includegraphics[height=\textheight]{diagrams/a-b/fnum19.png}
373373
\end{frame}
374374
\note[itemize]{
375375
\item Actually it's A/B Testing
@@ -413,8 +413,8 @@
413413
% \animategraphics output only works in Adobe Acrobat.
414414
% poster option selects frame to display initially, so shows when not animated. Frame count starts from zero.
415415
% Replace with \includegraphics of the selected frame for slides published via GitHub, to speed up slide compilation.
416-
\animategraphics[trim=10 115 10 100,clip,poster=13,controls,buttonsize=1em,width=1.05\linewidth]{5}{diagrams/shadow/fnum}{1}{15}
417-
% \includegraphics[height=\textheight]{diagrams/shadow/fnum14.png}
416+
% \animategraphics[trim=10 115 10 100,clip,poster=13,controls,buttonsize=1em,width=1.05\linewidth]{5}{diagrams/shadow/fnum}{1}{15}
417+
\includegraphics[height=\textheight]{diagrams/shadow/fnum14.png}
418418
\end{frame}
419419
\note[itemize]{
420420
\item \textbf{V2} deployed alongside \textbf{V1}

0 commit comments

Comments
 (0)