因此,我尝试编写一些乳胶代码来呈现表格,但是当我给出四列的参数(\begin{tabular}{|c|c|c|c|})时,它可以很好地呈现所有内容。
但是当我使用 5 列时它就无法呈现。
代码:
$$
\begin{tabular}{ |c|c|c|c|c| }
\hline
& $(x-1)$ & $(3x+4)$ & $x^2+2x+5$ & \frac{x^2 + 2x + 5}{3x^2 - x - 4}\\
\hline
$-1<x<\frac{4}{3}$ & $-$ & $+$ & +\\
\hline
$x<-1$ & \\
\hline
$x=-1$ & 1\\
\hline
$x>\frac{4}{3}$ & 4\\
\hline
$x=\frac{4}{3}$ & 2\\
\hline
\end{tabular}
$$