如何将横向文本换行在一列中(表格)
假设我们有一个表格,
\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}
放入表格环境的表规格中似乎并不能解决问题。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下代码片段创建一个 1/4 英寸宽的盒子,其中包含字母 a。
无论如何,将大小增加到所需的大小,并添加更好的文本。
The following snippet creates a box that is 1/4 of an inch wide, and includes the letter a.
Anyway, increase the size to whatever is needed, and add better text.