文章类中的水平框

文章类中的水平框

我怎样才能在文章类中拥有如下所示的包含多个框的框?

在此处输入图片描述

它应该位于页面左侧的开头。

答案1

单独的盒子尺寸也是可能的:

\documentclass{article}
\usepackage{array}
\begin{document}
\noindent
\begin{tabular}{|*{10}{p{8mm}|}}\hline
\rule{0pt}{1.8\normalbaselineskip}
 & & & & & & & & & \\\hline
\end{tabular}

\end{document}

相关内容