列非常小的表格

列非常小的表格

我想创建一个表非常具有固定宽度(例如 1mm)的小列。我正在尝试下面的代码,但它无法正确呈现这些非常小的列。我该怎么做才能解决这个问题?

\documentclass{article}

\begin{document}
\begin{tabular}{p{1mm}|p{1mm}|p{1mm}}
& & \\
\hline
& & \\
\end{tabular}

The columns should be 1mm wide. Currently they are about 5mm wide.
\end{document}

它看起来是这样的(下面的文字可以让您了解列有多大)。 在此处输入图片描述

相关内容