当我使用“tabular”在 Latex 中制作表格时,总是出现以下错误:
- “缺失数字,视为零 \begin{tabular}”
- “非法计量单位(插入 pt)\begin{tabular}”
以下是表格:
\\
\begin{table}[h!]
\centering
\renewcommand{\arraystretch}{1.5}
\caption{xx}
\footnotesize
\textwidth
\begin{tabular}{|c||c|c|c|c|c|c|}
\hline
\textbf{1} & \textbf{1} & \textbf{3} & \4 & 5 & 6 & 7 \\ \hline \hline
a & b & c & d & e & f & g \\ \hline
\end{tabular}
\end{table}
答案1
您应该从代码中删除“\textwidth”。