-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
72 lines (69 loc) · 2.19 KB
/
template.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
\documentclass[a4paper]{article}
\usepackage{xcolor}
\usepackage{parskip}
\usepackage{geometry}
\geometry{%
noheadfoot,
margin={0.79in, 0.49in},
headheight=0.26in,
headsep=0.04in,
}
\usepackage{autofancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0mm}
\fancyhead[l]{\textbf{\Large Weekly Report}}
\fancyhead[r]{\textbf{\textcolor{blue}{\huge ViLaB}}}
\fancyfoot{}
\fancyfoot[r]{Page \thepage}
\usepackage{array}
\usepackage{longtable}
\title{Weekly Report}
\usepackage{xspace}
\usepackage{hyperref}
\makeatletter
\newcommand{\Authorname}[0]{\@author\xspace}
\makeatother
\newcommand{\Item}[1]{\textbf{\large #1}}
\renewcommand\arraystretch{2}
\begin{document}
\mbox{}
\begin{longtable}{|p{2.2in}|p{4.64in}|}
\firsthline
\Item{Name:} & \Authorname \\
\hline
\Item{Project Name:} & \\
\hline
\Item{Reporting Period:} & Week \\
\hline
\multicolumn{2}{|p{\linewidth}|}{\Item{Summary}} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{%
} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{\Item{Tasks and Progress}} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{%
} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{\Item{Outputs and Deliverables}} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{%
} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{\Item{Risk, Issues and Challenges}} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{%
} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{\Item{Collaboration}} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{%
} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{\Item{Next Steps}} \\
\hline
\multicolumn{2}{|p{\linewidth}|}{%
} \\
\lasthline
\end{longtable}
\end{document}