I want to draw a backslash line in a box of a table.
I use package: slashbox, but I see this package always have problem.
Please help me. I think, If Latex cannot draw this line, this is a large problem.

Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{slashbox,pict2e}\pagestyle{empty}\begin{document}\noindent\begin{tabular}{|r||*{7}{c|}}\hline\backslashbox{$R_{Corner}$}{n}&1& 4 & 16 & 64 & 256 & 1024&4096\\\hlineDIAMOND model&1& 0.751 &0.639&0.591 &0.571 &0.564&0.558\\ %diamond\hlineCROSS model&1& 0.999 &0.710&0.614 &0.581 &0.567&0.561\\ %cross\hline\end{tabular}\end{document}