mirror of
https://github.com/asimonson1125/Implementations-of-Probability-Theory.git
synced 2026-02-25 06:09:50 -06:00
timesheet setup
This commit is contained in:
37
timesheet.tex
Normal file
37
timesheet.tex
Normal file
@@ -0,0 +1,37 @@
|
||||
\documentclass{article}
|
||||
\usepackage{blindtext}
|
||||
\usepackage[a4paper, total={6in, 8in}]{geometry}
|
||||
\nofiles
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{titlepage}
|
||||
\begin{center}
|
||||
|
||||
\Large{\textbf{Implementations of Probability Theory}}\\
|
||||
|
||||
\rule{14cm}{0.05cm}\\ \vspace{.5cm}
|
||||
|
||||
\Large{Independent Study Timesheet}\\
|
||||
|
||||
\large{Compiled on: \today}\\
|
||||
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
|
||||
\newpage
|
||||
|
||||
% OPEN Timesheet
|
||||
\begin{table}[h!]
|
||||
\centering
|
||||
\begin{tabular}[t]{| c | c | c | c | p{6cm} |}
|
||||
\hline
|
||||
Week & Date & Type & Duration (Hours) & Description \\
|
||||
\hline
|
||||
1 & 08/30 & Advising meeting & 1 & Stat Review Content acknowledgement, Latex overview for reports \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
% CLOSE Timesheet
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user