Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage[table,svgnames]{xcolor}
  4. usepackage{colortbl}
  5. usepackage{hhline}
  6.  
  7. usepackage{multirow}
  8.  
  9.  
  10. begin{document}
  11.  
  12.  
  13. begin{tabular}{|m{5cm}||m{2cm}|}
  14. hhline{|-||-|}
  15. Table & cellcolor{black!10} A\
  16. hhline{:=:|>{doublerulesepcolor{black!10}arrayrulecolor{black!10}}=>{doublerulesepcolor{black! 0}arrayrulecolor{black!100}}|}
  17. cline{2-2}
  18. multirow{2}{5cm}{centeringtextbf{Text without a line.}} & 1\
  19. hhline{|~||-|}
  20. & 2\
  21. hhline{|-||-|}
  22. end{tabular}
  23.  
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement