-
Notifications
You must be signed in to change notification settings - Fork 0
/
ByLaw.tex
56 lines (44 loc) · 1.22 KB
/
ByLaw.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
\documentclass[12pt,a4paper]{report}
\usepackage[a4paper, total={6in, 9.5in}]{geometry}
\usepackage[pdftex]{graphicx} %for embedding images
\usepackage{subfig}
\usepackage{url} %for proper url entries
\usepackage{float}
\usepackage{setspace}
\usepackage{ragged2e}
\usepackage{fontawesome5}
\usepackage{hyperref}
\hypersetup{
colorlinks=true, %set true if you want colored links
linktoc=all, %set to all if you want both sections and subsections linked
linkcolor=black, %choose some color if you want links to stand out
}
\usepackage{background}
\backgroundsetup{
% scale=14,
% color=gray!50,
% angle=45,
% opacity=1,
% contents={DRAFT}
scale=10,
angle=0,
opacity=0.02,
contents={\includegraphics[height=1cm]{Images/ROBOCEK_logo_black.png}}
}
\begin{document}
\onehalfspacing
%include other pages
\NoBgThispage
\input{frontcover.tex}
\input{visionmission.tex}
\pagenumbering{roman} %numbering before main content starts
\setcounter{page}{0}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic} %reset numbering to normal for the main content
\input{about-us.tex}
\input{organization-chart.tex}
\input{general-guidelines.tex}
\input{roles-responcibilities.tex}
\input{miscellaneous.tex}
\end{document}