Κώδικας: Επιλογή όλων
\documentclass[12pt]{book}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit[espcl=1.5]
{ x /1, $x$ /1, $e^x-1$/1, $x \left(e^x -1 \right)$ /1} {$-\infty$ , $0$, $+\infty$}
\tkzTabLine { ,-, z,-, }
\tkzTabLine {,-, z,+,}
\tkzTabLine {,+, z,+,}
\end{tikzpicture}
\end{document}