如何将横向文本换行在一列中(表格)

发布于 2024-09-17 22:20:51 字数 327 浏览 5 评论 0原文

假设我们有一个表格,

\begin{tabular}{|c|c|}
\begin{sideways}A\end{sideways}&\begin{sideways}B\end{sideways}\\\  
a & b \\\  
\end{tabular}

如何定义单元格 AB 的高度,以便在 AB 的情况下 标题较长,文本会环绕单元格吗?
p{x pt} 放入表格环境的表规格中似乎并不能解决问题。

Let's say we have a table

\begin{tabular}{|c|c|}
\begin{sideways}A\end{sideways}&\begin{sideways}B\end{sideways}\\\  
a & b \\\  
\end{tabular}

How can I define the height of cells A and B, so that in case of A and B being a longer caption, the text will wrap-around the cell?
Putting p{x pt} in the tabular environment's table specs doesn't seem to do the trick..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南汐寒笙箫 2024-09-24 22:20:51

以下代码片段创建一个 1/4 英寸宽的盒子,其中包含字母 a。

\begin{minipage}[t]{.25in} a. \end{minipage}

无论如何,将大小增加到所需的大小,并添加更好的文本。

The following snippet creates a box that is 1/4 of an inch wide, and includes the letter a.

\begin{minipage}[t]{.25in} a. \end{minipage}

Anyway, increase the size to whatever is needed, and add better text.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文