vspace,ml

This commit is contained in:
Marc Beninca 2020-09-04 14:59:44 +02:00
parent 6b8f160c4b
commit 6267e10677
6 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 KiB

View file

@ -10,8 +10,8 @@
\end{column}\begin{column}{.5\textwidth}
\only<1>{\imgh{10}{is}}
\only<2>{\vspace{1em}\imgh{10}{bd}}
\only<1>{\imgh{0}{10}{is}}
\only<2>{\imgh{.5}{10}{bd}}
\end{column}\end{columns}
\end{frame}
@ -30,6 +30,10 @@
\end{column}\begin{column}{.5\textwidth}
\only<1>{\imgh{4.75}{8.5}{datavis}}
\only<2>{\imgh{2}{14}{ml}}
\only<3>{\imgh{0}{18}{general}}
\only<4>{\imgh{4.9}{9.5}{algo}}
\end{column}\end{columns}
\end{frame}

View file

@ -10,7 +10,7 @@
\newcommand{\img}[2]{\includegraphics[#1]{images/#2}}
\newcommand{\imgbig}[1]{\img{height=16em}{#1}}
\newcommand{\imgcol}[1]{\img{width=.86\textwidth}{#1}}
\newcommand{\imgh}[2]{\img{height=#1em}{#2}}
\newcommand{\imgh}[3]{\vspace{#1em}\img{height=#2em}{#3}\vspace{#1em}}
\newcommand{\imgwide}[1]{\img{height=12em}{#1}}
\newcommand{\imgwidth}[1]{\img{width=\textwidth}{#1}}