答案1
为此,tkz-tab
可以使用该包:
\documentclass[]{article}
\usepackage{tikz,tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit[espcl = 1.2]{$x$ / 1 , $f(x)$ / 1 , $g(x)$ / 1 , $h(x)$ / 1}{$-\infty$, $-2$, $-1$, $-3/4$, $2/3$, $3$, $+\infty$}
\tkzTabLine{, , , -, , , z, , +, , z, -,}
\tkzTabLine{, -, z, +, z, , -, , z, , +, , }
\tkzTabLine{, +, d, -, d, +, z, -, d, +, z, -}
\end{tikzpicture}
\end{document}
使用前面的代码,可以得到