Guest User

Untitled

a guest
Mar 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass[11pt,a4paper]{article}
  2. usepackage[T1]{fontenc}
  3. usepackage[utf8]{inputenc}
  4. usepackage[dvipsnames,table]{xcolor} % »table« optons loads »colortbl« package
  5.  
  6. begin{document}
  7. begin{tabular}{|ccc|ccc|}hline
  8. & Monday & & & Thuesday & \
  9. hlinehline
  10. 1&2&3&4&5&6 \
  11. cline{2-5}arrayrulecolor{green} cline{2-3}arrayrulecolor{black}
  12. &&&&&&
  13. hline
  14. end{tabular}
  15. end{document}
Add Comment
Please, Sign In to add comment