I have a table with function parameter list and its short description. However, I intend to create this table in latex with beautiful style. I looked into this community, but couldn't locate the desired template that I can use for my latex project. How can I achieve my desired table in latex ? Is there any way to make this happen? Any idea please?
I created this table in MS office; I want this table in latex:
How can I generate above table in latex? Thanks in advance :)
Edit :
Thanks for diabox package, I used its example latex code like this, but don't know how to add style on output table. Any idea ?
\begin{tabular}{|c|c|c|} \hline
\backslashbox[2cm]{num}{alpha}
& A & B \\\hline
1 & A1 & B1 \\\hline
2 & A2 & B2 \\\hline
\end{tabular}



diagboxpackage may help you to create table heads with diagonal lines. Andmultirowpackage may helps you to create multi-row cells. – Leo Liu Mar 29 '17 at 11:47latex. Could you please give your concrete solution here (detailed latex code)? So other people like me could get benefit from your contribution. Thanks in advance :) – Jerry07 Mar 29 '17 at 11:49diagboxandmultirow– Leo Liu Mar 29 '17 at 11:53