|
| 1 | +% A LaTeX template for MSc Thesis submissions to |
| 2 | +% Politecnico di Milano (PoliMi) - School of Industrial and Information Engineering |
| 3 | +% |
| 4 | +% Copyright 2021 Politecnico di Milano, Italy. NC-BY |
| 5 | + |
| 6 | +\documentclass{./Configuration_Files/PoliMi3i} |
| 7 | + |
| 8 | +%------------------------------------------------------------------------------ |
| 9 | +% REQUIRED PACKAGES AND CONFIGURATIONS |
| 10 | +%------------------------------------------------------------------------------ |
| 11 | + |
| 12 | +% CONFIGURATIONS |
| 13 | +\usepackage{setspace} % For using single or double spacing |
| 14 | +\usepackage{emptypage} % To insert empty pages |
| 15 | +\usepackage{multicol} % To write in multiple columns (executive summary) |
| 16 | +\setlength\columnsep{15pt} % Column separation in executive summary |
| 17 | +\setlength\parindent{0pt} % Indentation |
| 18 | +\raggedbottom |
| 19 | + |
| 20 | +% PACKAGES FOR TITLES |
| 21 | +\usepackage{titlesec} |
| 22 | +% \titlespacing{\section}{left spacing}{before spacing}{after spacing} |
| 23 | +\titlespacing{\section}{0pt}{3.3ex}{2ex} |
| 24 | +\titlespacing{\subsection}{0pt}{3.3ex}{1.65ex} |
| 25 | +\titlespacing{\subsubsection}{0pt}{3.3ex}{1ex} |
| 26 | +\usepackage{color} |
| 27 | + |
| 28 | +% PACKAGES FOR LANGUAGE AND FONT |
| 29 | +\usepackage[english]{babel} % The document is in English |
| 30 | +\usepackage[utf8]{inputenc} % UTF8 encoding |
| 31 | +\usepackage[T1]{fontenc} % Font encoding |
| 32 | +\usepackage[11pt]{moresize} % Big fonts |
| 33 | + |
| 34 | +% PACKAGES FOR IMAGES |
| 35 | +\usepackage{graphicx} |
| 36 | +\usepackage{transparent} % Enables transparent images |
| 37 | +\usepackage{eso-pic} % For the background picture on the title page |
| 38 | +\usepackage{subfig} % Numbered and caption subfigures using \subfloat. |
| 39 | +\usepackage{tikz} |
| 40 | +\usetikzlibrary{calc,fit,backgrounds} |
| 41 | +\graphicspath{{./Images/}} % Directory of the images |
| 42 | +\usepackage{caption} % Coloured captions |
| 43 | +\usepackage{xcolor} % Coloured captions |
| 44 | +\usepackage{amsthm,thmtools,xcolor} % Coloured "Theorem" |
| 45 | +\usepackage{float} |
| 46 | +\usepackage{wrapfig} |
| 47 | + |
| 48 | +% STANDARD MATH PACKAGES |
| 49 | +\usepackage{amsmath} |
| 50 | +\usepackage{amsthm} |
| 51 | +\usepackage{amssymb} |
| 52 | +\usepackage{amsfonts} |
| 53 | +\usepackage{bm} |
| 54 | +\usepackage[overload]{empheq} % For braced-style systems of equations. |
| 55 | +\usepackage{fix-cm} % To override original LaTeX restrictions on sizes |
| 56 | + |
| 57 | +% PACKAGES FOR TABLES |
| 58 | +\usepackage{tabularx} |
| 59 | +\usepackage{longtable} % Tables that can span several pages |
| 60 | +\usepackage{colortbl} |
| 61 | + |
| 62 | +% PACKAGES FOR ALGORITHMS (PSEUDO-CODE) |
| 63 | +\usepackage{algorithm} |
| 64 | +\usepackage{algorithmic} |
| 65 | + |
| 66 | +% PACKAGES FOR REFERENCES & BIBLIOGRAPHY |
| 67 | +\usepackage[colorlinks=true,linkcolor=black,anchorcolor=black,citecolor=black,filecolor=black,menucolor=black,runcolor=black,urlcolor=black]{hyperref} % Adds clickable links at references |
| 68 | +\usepackage{cleveref} |
| 69 | +\usepackage[square, numbers, sort&compress]{natbib} % Square brackets, citing references with numbers, citations sorted by appearance in the text and compressed |
| 70 | +\bibliographystyle{abbrvnat} % You may use a different style adapted to your field |
| 71 | + |
| 72 | +% OTHER PACKAGES |
| 73 | +\usepackage{pdfpages} % To include a pdf file |
| 74 | +\usepackage{afterpage} |
| 75 | +\usepackage{lipsum} % DUMMY PACKAGE |
| 76 | +\usepackage{fancyhdr} % For the headers |
| 77 | +\usepackage{verbatim} |
| 78 | +\usepackage[dvipsnames]{xcolor} |
| 79 | +\usepackage{listings} |
| 80 | +\fancyhf{} |
| 81 | + |
| 82 | +% Input of configuration file. Do not change config.tex file unless you really know what you are doing. |
| 83 | +\input{./Configuration_Files/config} |
| 84 | + |
| 85 | +%---------------------------------------------------------------------------- |
| 86 | +% BEGIN OF DOCUMENT |
| 87 | +%---------------------------------------------------------------------------- |
| 88 | + |
| 89 | +\begin{document} |
| 90 | + |
| 91 | +% \fancypagestyle{plain}{% |
| 92 | +% \fancyhf{} % Clear all header and footer fields |
| 93 | +% % \fancyhead[RO,RE]{\thepage} %RO=right odd, RE=right even |
| 94 | +% \renewcommand{\headrulewidth}{0pt} |
| 95 | +% \renewcommand{\footrulewidth}{0pt}} |
| 96 | + |
| 97 | +%---------------------------------------------------------------------------- |
| 98 | +% TITLE PAGE |
| 99 | +%---------------------------------------------------------------------------- |
| 100 | + |
| 101 | +\pagestyle{empty} % No page numbers |
| 102 | +\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the preamble pages |
| 103 | + |
| 104 | +\puttitle{ |
| 105 | + title=Acceptance Testing Document, % Title |
| 106 | + course=Software Engineering II, % |
| 107 | + project=Best Bike Paths, % Project |
| 108 | + authors={Ianosel Bianca Roberta, Gholami Vajihe, Errigo Simone}, % |
| 109 | + version=1.0, % |
| 110 | + date=08.02.2026, % |
| 111 | + link=\href{https://github.com/BIA3IA/Errigo-Gholami-Ianosel.git}{Errigo-Gholami-Ianosel (github.com)} , |
| 112 | +} % These info will be put into your Title page |
| 113 | + |
| 114 | +%---------------------------------------------------------------------------- |
| 115 | +% PREAMBLE PAGES: ABSTRACT, EXECUTIVE SUMMARY |
| 116 | +%---------------------------------------------------------------------------- |
| 117 | +\startpreamble |
| 118 | +\setcounter{page}{1} % Set page counter to 1 |
| 119 | + |
| 120 | +%---------------------------------------------------------------------------- |
| 121 | +% LIST OF CONTENTS/FIGURES/TABLES/SYMBOLS |
| 122 | +%---------------------------------------------------------------------------- |
| 123 | + |
| 124 | +% TABLE OF CONTENTS |
| 125 | +\thispagestyle{empty} |
| 126 | +\tableofcontents % Table of contents |
| 127 | +\thispagestyle{empty} |
| 128 | +% \cleardoublepage |
| 129 | + |
| 130 | +%------------------------------------------------------------------------- |
| 131 | +% MAIN TEXT |
| 132 | +%------------------------------------------------------------------------- |
| 133 | + |
| 134 | +\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics |
| 135 | +\mainmatter % Begin numeric (1,2,3...) page numbering |
| 136 | + |
| 137 | +\chapter{Introduction} |
| 138 | +\input{Files/introduction} |
| 139 | +\label{ch:introduction}% |
| 140 | + |
| 141 | +\chapter{Installation} |
| 142 | +\input{Files/installation} |
| 143 | +\label{ch:installation}% |
| 144 | + |
| 145 | +\chapter{Testing} |
| 146 | +\input{Files/testing} |
| 147 | +\label{ch:testing}% |
| 148 | + |
| 149 | +\chapter{Conclusions} |
| 150 | +\input{Files/conclusions} |
| 151 | +\label{ch:conclusions}% |
| 152 | + |
| 153 | +\chapter{References} |
| 154 | +\input{Files/references.tex} |
| 155 | +\label{ch:references}% |
| 156 | + |
| 157 | +\chapter{Effort Spent} |
| 158 | +\input{Files/effort_spent} |
| 159 | +\label{ch:effort_spent} % |
| 160 | + |
| 161 | +%------------------------------------------------------------------------- |
| 162 | +% BIBLIOGRAPHY |
| 163 | +%------------------------------------------------------------------------- |
| 164 | + |
| 165 | +\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics |
| 166 | +\bibliography{bibliography} % The references information are stored in the file named "bibliography.bib" |
| 167 | + |
| 168 | +%------------------------------------------------------------------------- |
| 169 | +% APPENDICES |
| 170 | +%------------------------------------------------------------------------- |
| 171 | + |
| 172 | +% \cleardoublepage |
| 173 | +\addtocontents{toc}{\vspace{2em}} |
| 174 | + |
| 175 | +% LIST OF FIGURES |
| 176 | +% \listoffigures |
| 177 | + |
| 178 | +% LIST OF TABLES |
| 179 | +\listoftables |
| 180 | + |
| 181 | +% \cleardoublepage |
| 182 | +\end{document} |
0 commit comments