我怎样才能在文章类中拥有如下所示的包含多个框的框?
它应该位于页面左侧的开头。
答案1
单独的盒子尺寸也是可能的:
\documentclass{article}
\usepackage{array}
\begin{document}
\noindent
\begin{tabular}{|*{10}{p{8mm}|}}\hline
\rule{0pt}{1.8\normalbaselineskip}
& & & & & & & & & \\\hline
\end{tabular}
\end{document}