forked from rachelslaybaugh/NE24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrubric-for-printing.tex
49 lines (42 loc) · 1.69 KB
/
rubric-for-printing.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\NeedsTeXFormat{LaTeX2e}
\documentclass[a4paper, 12 pt]{curve}
%\documentclass[12pt]{article}
%\textwidth=7in
%\textheight=9.5in
%\topmargin=-1in
%\headheight=0in
%\headsep=.5in
%\hoffset=-.85in
%\usepackage[cm]{fullpage}
\usepackage[top=0.75in, bottom=0.75in, left=1in, right=1in]{geometry}
\pagestyle{empty}
\usepackage{tabu}
\parindent 0ex
%\usepackage{curve}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\begin{document}
\renewcommand{\arraystretch}{2}
\begin{center}
\begin{tabu}{| X | c | c |}\hline
\textbf{Category} & \textbf{Possible Points} & \textbf{Earned Points} \\ \hline \hline
Explanation of thing you contributed to (what is the project to which you submitted the pull request; why do you care about it?)& 10 & \\ \hline
Explanation of what you contributed (what did you actually do?) & 10 & \\ \hline
Biggest lesson learned & 5 & \\ \hline
Good presentation skills: eye contact, volume, clarity of slides (if applicable), etc. & 10 & \\ \hline
Appropriate presentation length & 5 & \\ \hline
\textit{Total} & \textit{40} & \\\hline
\end{tabu}
\end{center}
\vspace*{5 em}
\begin{center}
\begin{tabu}{| X | c | c |}\hline
\textbf{Category} & \textbf{Possible Points} & \textbf{Earned Points} \\ \hline \hline
Explanation of thing you contributed to (what is the project to which you submitted the pull request; why do you care about it?)& 10 & \\ \hline
Explanation of what you contributed (what did you actually do?) & 10 & \\ \hline
Biggest lesson learned & 5 & \\ \hline
Good presentation skills: eye contact, volume, clarity of slides (if applicable), etc. & 10 & \\ \hline
Appropriate presentation length & 5 & \\ \hline
\textit{Total} & \textit{40} & \\\hline
\end{tabu}
\end{center}
\end{document}