Tagged Questions
5
votes
1answer
2k views
Columns width of array environment
I'm using the array environment and have something like this:
\begin{array}{|c|c|}
\hline
\textbf{x} & \textbf{y} \\
\hline
\hline
t_1 & lon_1 \\
\hline
\end{array}
I ...