Skip to content

Commit

Permalink
Fix slide footer disappearing on roadmap slide
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Aug 8, 2024
1 parent 55f7c0d commit c19dc55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions intro/content/ablauf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ \section{Ablauf}
\bottomrule
\end{tblr}
};
\pause
%% Plot
\uncover<2->{
\node at (6, 2.5) {Plots und Ergebnisse};
\node [anchor=west, align=center] (plot) at (3, 0) {
\includegraphics[width=5cm]{build/example_plot.pdf}\\
Expand All @@ -38,8 +38,9 @@ \section{Ablauf}
\draw [arrow] (data)
-- node[above, midway] {\includegraphics[width=1.5cm]{../common/logos/python.pdf}}
(plot);
\pause
}
%% Protocol
\uncover<3->{
\node [anchor=west] (protocol) at (10, 0) {
\begin{tikzpicture}[
scale=2,
Expand Down Expand Up @@ -74,6 +75,7 @@ \section{Ablauf}
};
\draw [arrow] (plot) -- node[above, midway] {\LaTeX} (protocol);
\node at (11.5, 2.5) {Protokoll (PDF)};
}
\end{tikzpicture}
\end{center}
\end{frame}
Expand Down

0 comments on commit c19dc55

Please sign in to comment.