我是用texmarker在eXelatex模式下来编辑的,用\diagbox打不出来表格中的斜杠,请问该怎么办
提问于:
浏览数:
2418
2 回答
0
<p>给一个完整的例子,还有具体的报错信息!</p>
0
<p>是不是没有加载 diagbox 宏包?或者太老的 CTEX 套装没有这个宏包呢?</p><pre class="brush:plain;toolbar:false">\documentclass{article}
\usepackage{diagbox}
\begin{document}
\begin{tabular}{|*{4}{c|}}
\hline
\diagbox{Gender}{Age}&30&35&40\\
\hline
Male &10&15&20\\
\hline
Female &10&15&20\\
\hline
\end{tabular}
\end{document}</pre><p><br></p>
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。