Replace eastytable with tabularx
This does not look nice, but the presentation is old anyway, so…
This commit is contained in:
parent
8cf610b059
commit
930fe7448c
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
\usetikzlibrary{decorations.pathreplacing, positioning}
|
\usetikzlibrary{decorations.pathreplacing, positioning}
|
||||||
|
|
||||||
\usepackage[thinlines]{easytable}
|
\usepackage{tabularx}
|
||||||
|
|
||||||
\title{Machine Learning}
|
\title{Machine Learning}
|
||||||
\subtitle{Eine Einführung}
|
\subtitle{Eine Einführung}
|
||||||
|
@ -64,11 +64,11 @@
|
||||||
\newcommand*{\x}{$\pmb\times$}
|
\newcommand*{\x}{$\pmb\times$}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\pause
|
\pause
|
||||||
\ttfamily\begin{TAB}(e,1em,1em){|c|c|c|}{|c|c|c|}
|
\ttfamily\begin{tabularx}{7em}{|X|X|X|}
|
||||||
\x & \o & \x \\
|
\x & \o & \x \\\hline
|
||||||
1 & \o & 0.5\\
|
1 & \o & 0.5\\\hline
|
||||||
\x & 0 & \o \\
|
\x & 0 & \o \\
|
||||||
\end{TAB} \\
|
\end{tabularx}
|
||||||
X am Zug
|
X am Zug
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
Reference in a new issue