From 897feccca74e7f5d5e054646f8c042cd3abab848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 6 Dec 2024 11:54:46 +0100 Subject: [PATCH] Minor changes --- slides/20_foundations/main.tex | 4 ++-- slides/40_cesasme/main.tex | 3 ++- slides/50_staticdeps/main.tex | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/slides/20_foundations/main.tex b/slides/20_foundations/main.tex index 9de59d6..5ffd676 100644 --- a/slides/20_foundations/main.tex +++ b/slides/20_foundations/main.tex @@ -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} diff --git a/slides/40_cesasme/main.tex b/slides/40_cesasme/main.tex index 68ad0fc..e66d746 100644 --- a/slides/40_cesasme/main.tex +++ b/slides/40_cesasme/main.tex @@ -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} diff --git a/slides/50_staticdeps/main.tex b/slides/50_staticdeps/main.tex index a68860f..48e2fa4 100644 --- a/slides/50_staticdeps/main.tex +++ b/slides/50_staticdeps/main.tex @@ -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