如何在乳胶中绘制对角线表格边框,就像在Excel中一样?

时间:2010-04-26 16:13:51

标签: excel latex

是否可以在LaTeX中绘制对角线(平行四边形)单元格:单元格内容是对角线的,单元格最初的垂直边框也是对角线。

以下是我使用旋转包设法做的事情:

\begin{tabular}{|r|c|c|}
\hline
\\ \\ \\ \\ \\ \\ \\ \\ \\ \\
 & \begin{rotate}{45}Trying to save some horizontal space\end{rotate} & \begin{rotate}{45}While keeping headers readable\end{rotate} \\
\hline
this & is & a \\
\hline
sample & latex & table \\
\hline
\end{tabular}

以下是输出与使用Excel可能的内容的截图:

enter image description here

1 个答案:

答案 0 :(得分:2)

简短回答:LaTeX常规表没有这种能力。

答案很长:肯定可以通过Tex.Stackexchange中的类似(但不完全相同)的问题来完成,但需要付出更多努力: