使用场景受限:不能通过p, w, b等标志符设置表格宽度; 与tabularx不兼容,无法使用X列格式。在这种情况下如何在\hhline命令中获得当前单元格的宽度?

\documentclass{article}
\usepackage{ehhline}

\begin{document}
\begin{tabular}{c}
\hhline{
  !{\rule{\linewidth}{0.4pt}}
}
  linewidth:\the\linewidth\ hsize:\the\hsize\\
\hhline{
  !{\rule{\hsize}{0.4pt}}
}
\end{tabular}
\end{document}

Screenshot from 2020-04-27 10-49-14.png

0 回答0

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。