This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResponse-to-PERC-RFP.tex
112 lines (91 loc) · 2.61 KB
/
Response-to-PERC-RFP.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
\documentclass[12pt, a4paper, titlepage]{article}
\usepackage[a4paper,top=2.5cm,bottom=2cm,left=2cm,right=2cm]{geometry}
\usepackage[english]{babel}
\usepackage[hidelinks]{hyperref}
\usepackage{multirow, graphicx}
\usepackage{algorithm}
\usepackage{capt-of}
\usepackage{amsmath}
\usepackage{longtable}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{algpseudocode}
\usepackage{makecell}
\usepackage[utf8]{inputenc}
\usepackage{fixltx2e}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{makecell}
\usepackage{changepage}
\usepackage{paracol}
\usepackage{siunitx}
\usepackage{lipsum}
\usepackage[swapnames]{frontespizio}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{pdfpages}
\usepackage{tabularx, pbox}
\usepackage{subcaption}
\usepackage[toc, acronym, nonumberlist, automake]{glossaries}
\usepackage{pgfgantt}
\usepackage{tcolorbox}
\usepackage{footmisc}
\usepackage{colortbl}
%\renewcommand{\thesection}{\thechapter.\number\numexpr\value{section}-1\relax}
%\renewcommand{\thesubsection}{\thesection.\number\numexpr\value{subsection}-1\relax}
%\renewcommand{\thesubsubsection}{\thesubsection.\number\numexpr\value{subsubsection}-1\relax}
\setcounter{secnumdepth}{3}
\makeglossaries
\input{./glossaries.tex}
\begin{document}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\pagenumbering{gobble}
\begin{center}
\textsc{\LARGE Università degli Studi di Padova}\\[1cm]
\includegraphics[height=5cm]{img/UniPd.png}\\[1cm]
\includegraphics[height=1.5cm, width = 9cm]{img/MathDip.png}\\
\textsc{Dipartimento di Matematica ``Tullio Levi-Civita''}\\[1.2cm]
\textsc{\Large Scuola di Scienze}\\[0.5cm]
\textsc{\large Corso di Laurea Magistrale in Informatica}\\[0.5cm]
\vspace{2.5cm}
\HRule \\[0.4cm]
{ \huge \bfseries Response to a Request for Proposal }\\[0.4cm]
\HRule \\[1.5cm]
\vspace{2.5cm}
{\large
Francesco Antonio Migliorin \\
1207422 \\
Anno 2020/2021}\\[2cm]
\vfill
\end{center}
\includepdf[pages={1}]{./sections/cover-letter.pdf}
\input{./sections/cover-sheet.tex}
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\setcounter{table}{0}
\pagestyle{fancy}
\fancyhf{}
\rhead{Response to a RFP}
\lhead{IT Management Course}
\cfoot{\thepage}
\input{./sections/introduction.tex}
\input{./sections/project.tex}
\input{./sections/implementations.tex}
\input{./sections/structure.tex}
\input{./sections/procedures.tex}
\input{./sections/cost.tex}
\input{./sections/offer.tex}
\glsaddall
\clearpage
\pagenumbering{gobble}
\printglossary[type=\acronymtype]
\newpage
\printglossary[type=main]
\newpage
\bibliography{bibliographic}
\bibliographystyle{ieeetr}
\end{document}