Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. |__text__|__text__|
  2. 1x 2x 1x
  3.  
  4. |__text__text__|
  5.  
  6. documentclass[a4paper, 11pt]{article}
  7. usepackage{tabu}
  8. usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
  9.  
  10. definecolor{tableHeader}{RGB}{127, 12, 0}
  11. definecolor{tableLineOne}{RGB}{245, 245, 245}
  12. definecolor{tableLineTwo}{RGB}{224, 224, 224}
  13.  
  14. begin{document}
  15.  
  16. taburowcolors[2] 2{tableLineOne .. tableLineTwo}
  17. everyrow{tabucline[.4mm white]{}}
  18. tabulinesep = ^4mm_3mm
  19.  
  20. begin{tabu}{lll}
  21. rowfont{color{white}bfseriessffamily}rowcolor{tableHeader}
  22. Matiere & Note & Prof\
  23. Francais & 5 & Melis\
  24. Math & 5.5 & De Kempeneer\
  25. Allemand & 4.5 & Bickel\
  26. end{tabu}
  27.  
  28. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement