Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. documentclass[border=3.14]{standalone}
  2. usepackage[table]{xcolor}
  3. begin{document}
  4. colorbox{green}{
  5. begin{tabular}{| c | c |}
  6. a & b \
  7. c & d \
  8. end{tabular}}
  9. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement