Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. usepackage{tikz}
  2.  
  3. newcommand*circled[1]{tikz[baseline=(char.base)]{
  4. node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
  5.  
  6. % A completed self assessment sheet (see end of this document).
  7. section{Self Assessment}
  8.  
  9. begin{table}[h]
  10. begin{tabular}{llllllllllllll}
  11. Level 1 & A & 18 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & circled{10} \
  12. Level 2 & V & 12 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & circled{10} \
  13. Level 3 & AA & 10 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & circled{9} & 10 \
  14. Level 4 & S & 12 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & circled{8} & 9 & 10 \
  15. Level 5 & I & 10 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & circled{8} & 9 & 10 \
  16. Level 6 & S & 10 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & circled{8} & 9 & 10 \
  17. Level 7 & C & 6 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & circled{7} & 8 & 9 & 10 \
  18. Level 8 & R & 16 & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & circled{8} & 9 &
  19. end{tabular}
  20. end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement