Increase itemize itemsep
This commit is contained in:
parent
36722963a1
commit
c5a0398449
1 changed files with 6 additions and 2 deletions
|
@ -42,6 +42,10 @@
|
||||||
\newcommand{\cmark}{\color{OliveGreen}\ding{52}}
|
\newcommand{\cmark}{\color{OliveGreen}\ding{52}}
|
||||||
\newcommand{\xmark}{\color{BrickRed}\ding{56}}
|
\newcommand{\xmark}{\color{BrickRed}\ding{56}}
|
||||||
|
|
||||||
|
\let\tempone\itemize
|
||||||
|
\let\temptwo\enditemize
|
||||||
|
\renewenvironment{itemize}{\tempone\addtolength{\itemsep}{0.5\baselineskip}}{\temptwo}
|
||||||
|
|
||||||
\newcommand{\sectiontitleframe}{
|
\newcommand{\sectiontitleframe}{
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\vfill
|
\vfill
|
||||||
|
@ -208,7 +212,7 @@ Segmentation fault.
|
||||||
\only<1>{\vspace{19mm}}
|
\only<1>{\vspace{19mm}}
|
||||||
\begin{columns}
|
\begin{columns}
|
||||||
\begin{column}{0.50\textwidth}
|
\begin{column}{0.50\textwidth}
|
||||||
\only<2->{
|
\onslide<2->{
|
||||||
\begin{tcolorbox}[enhanced, halign=center, frame hidden, colback=YellowGreen]
|
\begin{tcolorbox}[enhanced, halign=center, frame hidden, colback=YellowGreen]
|
||||||
\textbf{For each instruction\ldots}\\
|
\textbf{For each instruction\ldots}\\
|
||||||
(identified by its program counter)
|
(identified by its program counter)
|
||||||
|
@ -216,7 +220,7 @@ Segmentation fault.
|
||||||
}
|
}
|
||||||
\end{column}
|
\end{column}
|
||||||
\begin{column}{0.50\textwidth}
|
\begin{column}{0.50\textwidth}
|
||||||
\only<3->{
|
\onslide<3->{
|
||||||
\begin{tcolorbox}[enhanced, halign=center, frame hidden,
|
\begin{tcolorbox}[enhanced, halign=center, frame hidden,
|
||||||
interior style={right color=Apricot, left color=Thistle}]
|
interior style={right color=Apricot, left color=Thistle}]
|
||||||
\textbf{\ldots{}an expression to compute its return address
|
\textbf{\ldots{}an expression to compute its return address
|
||||||
|
|
Loading…
Reference in a new issue