Minor changes

This commit is contained in:
Théophile Bastian 2024-12-06 11:54:46 +01:00
parent 7a4ddb2b7b
commit 897feccca7
3 changed files with 6 additions and 5 deletions

View file

@ -153,6 +153,6 @@ loop:
\begin{frame}{When I started my PhD\ldots}
\centering
%\includegraphics[height=0.9\textheight]{patate_placeholder.jpg}
\only<1>{\includegraphics[height=0.9\textheight]{sota_potato.svg}}
\only<2>{\includegraphics[height=0.9\textheight]{sota_potato_eval.svg}}
\only<1>{\includegraphics[height=0.9\textheight]{sota_potato.svg}}%
\only<2>{\includegraphics[height=0.9\textheight]{sota_potato_eval.svg}}\\
\end{frame}

View file

@ -34,7 +34,8 @@ loop:
\pause{}
\begin{center}
\textbf{We lack:}\\
\hfill\textbf{\alert{Benchmarks}}\hfill\textbf{\alert{Context}}\hfill~
\hfill\textbf{\alert{Context}}\hfill
\hfill\textbf{\alert{Benchmarks}}\hfill~
\end{center}
\end{frame}

View file

@ -26,9 +26,9 @@
\begin{minipage}[c]{0.40\textwidth}
\begin{lstlisting}[language={[x86masm]Assembler}, numbers=none]
loop:
0: add %rcx, %rdx
0: add \alert{\reg{rcx}}§), %rdx
...
3: mov (%rax), %rcx
3: mov (%rax), \alert{\reg{rcx}}§)
6: jmp loop
\end{lstlisting}
\end{minipage}\hfill