Skip to content

Commit

Permalink
Move riddle slide to later place
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelKrypton committed Apr 14, 2023
1 parent 0c7a693 commit c37df9c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions C++17_flash_introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,23 @@
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\MakeCoverSlide
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\begin{frame}{My main expertise for the CRC-TR\,211}{\{\,in terms of programming languages\,\}}
\begin{tikzpicture}[every node/.style={circle, very thick, draw}, node distance=2mm]
\node[PS, minimum size=30mm, visible on=<1>] (bash) {Bash};
\node[PP, minimum size=27mm, right = of bash, alt=<1>{fill=none}{fill=PB!10, fill on=<2>}] (cpp) {C++};
\begin{scope}[scope on=<1>]
\node[PT, minimum size=23mm, right = of cpp, yshift=11.5mm] (latex) {LaTeX};
\node[PB, minimum size=23mm, right = of latex] (git) {Git};
\node[PQ, minimum size=15mm, below = of $(latex.south)!0.5!(git.south)$ ] (python) {Python};
\end{scope}
\node[PB, draw=none, right = of cpp, visible on=<2>, text width=3cm, align=center]{Today we want to explore some modern features!};
\end{tikzpicture}
\begin{varblock}{alert}[0.9\textwidth]{Let's have a chat}
Clean code as common aspect orthogonal to any language!\\
Come and torture me with all your nagging questions!
\end{varblock}
\end{frame}
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\begin{frame}[fragile]{Kick-off riddle: Does this code compile?}{\uncover<2->{An (ab)use of the language}}
\begin{columns}
\begin{column}{0.58\textwidth}
Expand Down Expand Up @@ -127,23 +144,6 @@
\end{uncoverenv}
\end{frame}
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\begin{frame}{My main expertise for the CRC-TR\,211}{\{\,in terms of programming languages\,\}}
\begin{tikzpicture}[every node/.style={circle, very thick, draw}, node distance=2mm]
\node[PS, minimum size=30mm, visible on=<1>] (bash) {Bash};
\node[PP, minimum size=27mm, right = of bash, alt=<1>{fill=none}{fill=PB!10, fill on=<2>}] (cpp) {C++};
\begin{scope}[scope on=<1>]
\node[PT, minimum size=23mm, right = of cpp, yshift=11.5mm] (latex) {LaTeX};
\node[PB, minimum size=23mm, right = of latex] (git) {Git};
\node[PQ, minimum size=15mm, below = of $(latex.south)!0.5!(git.south)$ ] (python) {Python};
\end{scope}
\node[PB, draw=none, right = of cpp, visible on=<2>, text width=3cm, align=center]{Today we want to explore some modern features!};
\end{tikzpicture}
\begin{varblock}{alert}[0.9\textwidth]{Let's have a chat}
Clean code as common aspect orthogonal to any language!\\
Come and torture me with all your nagging questions!
\end{varblock}
\end{frame}
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\begin{frame}{C++ standards: A simplistic overview}
\begin{description}[<+(1)->][C++23XX]
\item[C++98] First standardization\quad
Expand Down

0 comments on commit c37df9c

Please sign in to comment.