Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们有一张桌子
\begin{tabular}{|c|c|} \begin{sideways}A\end{sideways}&\begin{sideways}B\end{sideways}\\\ a & b \\\ \end{tabular}
如何定义单元格的高度A和B,以便在标题较长的情况下A,B文本将环绕单元格? 放入p{x pt}表格环境的表格规格似乎并没有解决问题..
A
B
p{x pt}
以下代码段创建了一个 1/4 英寸宽的框,其中包含字母 a。
\begin{minipage}[t]{.25in} a. \end{minipage}
无论如何,将大小增加到所需的大小,并添加更好的文本。