From c5a03984499340177a2121fb580658a57936ffbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 17 Oct 2019 16:33:56 +0200 Subject: [PATCH] Increase itemize itemsep --- slides.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/slides.tex b/slides.tex index 79a7640..254ab8b 100644 --- a/slides.tex +++ b/slides.tex @@ -42,6 +42,10 @@ \newcommand{\cmark}{\color{OliveGreen}\ding{52}} \newcommand{\xmark}{\color{BrickRed}\ding{56}} +\let\tempone\itemize +\let\temptwo\enditemize +\renewenvironment{itemize}{\tempone\addtolength{\itemsep}{0.5\baselineskip}}{\temptwo} + \newcommand{\sectiontitleframe}{ \begin{frame} \vfill @@ -208,7 +212,7 @@ Segmentation fault. \only<1>{\vspace{19mm}} \begin{columns} \begin{column}{0.50\textwidth} - \only<2->{ + \onslide<2->{ \begin{tcolorbox}[enhanced, halign=center, frame hidden, colback=YellowGreen] \textbf{For each instruction\ldots}\\ (identified by its program counter) @@ -216,7 +220,7 @@ Segmentation fault. } \end{column} \begin{column}{0.50\textwidth} - \only<3->{ + \onslide<3->{ \begin{tcolorbox}[enhanced, halign=center, frame hidden, interior style={right color=Apricot, left color=Thistle}] \textbf{\ldots{}an expression to compute its return address