Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. documentclass[12pt]{standalone}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage{amsmath}
  5. usepackage{amsfonts}
  6. usepackage{amssymb}
  7. usepackage{rotating}
  8. usepackage{booktabs}
  9. usepackage{multicol}
  10. usepackage{multirow}
  11. usepackage{array}
  12. usepackage{colortbl}
  13. definecolor{darkblue}{RGB}{55,171,200}
  14. definecolor{green}{RGB}{113,200,55}
  15. definecolor{pool}{RGB}{85,221,255}
  16. begin{document}
  17. footnotesize
  18. begin{tabular}{c|*4{>{centeringarraybackslash}m{3cm}}}
  19.  
  20. & textbf{Text} & textbf{Text} & textbf{Text} & textbf{Text} \
  21. hline
  22. parbox[c]{10pt}{begin{sideways}textbf{Text}end{sideways}} & multirow{2}{3cm}{centeringcellcolor{darkblue}Three\Lines\Text} & multirow{2}{3cm}{cellcolor{darkblue}centering Three\Lines\Text} & & \
  23. cline{1-1}cline{3-5}
  24. parbox[c]{10pt}{begin{sideways}textbf{Text}end{sideways}} &cellcolor{darkblue} &cellcolor{darkblue} & cellcolor{darkblue}shortstack[c]{Three\Lines\Text} & \
  25. hline
  26. parbox[c]{10pt}{begin{sideways}textbf{Text}end{sideways}} & cellcolor{green}shortstack[c]{Three\Lines\Text} & multicolumn{3}{c}{cellcolor{pool}Single line text}\
  27. hline
  28. parbox[c]{10pt}{begin{sideways}textbf{Text}end{sideways}} & cellcolor{darkblue} shortstack[c]{Two Lines\Text} & multicolumn{3}{c}{cellcolor{pool}Single line text}\
  29. hline
  30. parbox[c]{10pt}{begin{sideways}textbf{Text}end{sideways}} & cellcolor{green}shortstack[c]{Three\Lines\Text} & multicolumn{3}{c}{cellcolor{pool}Single line text}\
  31. hline
  32. parbox[c]{10pt}{begin{sideways}textbf{Text}end{sideways}} & cellcolor{darkblue} shortstack[c]{two Lines\Text} & multicolumn{3}{c}{cellcolor{pool} single line text} \
  33. hline
  34. end{tabular}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement