How to get symbols on the lines of a table
1
0
I want to generate a table like this with latex. Can you help? I can write a normal table as below, but have no idea how to create those symbols on the lines. begin{table}[htbp] centering caption{Add caption} begin{tabular}{|l|l|l|} toprule & Scenario 1 & Scenario 2 \ midrule Val 1 & x & y \ midrule Val 2 & x & Z \ bottomrule end{tabular}% label{tab:addlabel}% end{table}%
tables symbols
share | improve this question
edited 1 hour ago
Raaja
2,172 2 6 30
asked 1 hour ago
...