diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f0fd20a..0000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -MIT License - -Copyright (c) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF -OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/res/images/logo.png b/images/logo.png similarity index 100% rename from res/images/logo.png rename to images/logo.png diff --git a/main.tex b/main.tex index a50df3b..5fc5e7f 100644 --- a/main.tex +++ b/main.tex @@ -1,32 +1,33 @@ % --------------------------- -% Lab1 - Algoritmi Avanzati -% ---------------------- -% (2021) -% Mariano Sciacco -% Enrico Buratto +% [TITLE] % --------------------------- - +% (2021) +% Mariano Sciacco +% +% --------------------------- +% Theme source: https://git.jojo.party/maxelweb/latex-template-report +% % --------------------------- -% Package e configurazione +% Package and config % --------------------------- \documentclass[12pt]{article} \usepackage{graphicx} \usepackage[utf8]{inputenc} - \usepackage[italian]{babel} + \usepackage[english]{babel} \usepackage{float} \usepackage{subcaption} \usepackage{wrapfig} \usepackage[toc,page]{appendix} - % INDICE - spaziatura del ToC + % INDEX - ToC spacing \usepackage{tocloft} \renewcommand\cftsecafterpnum{\vskip18pt} - % DOCUMENTO - margini + % DOC - margins \usepackage[ top=2.5cm, bottom=2.5cm, @@ -35,18 +36,19 @@ headheight=14.5pt, ]{geometry} - % DOCUMENTO - stile e pagina finale + % DOC - style and pagination number \usepackage{fancyhdr} \usepackage{lastpage} + % DOC - pagestyle with footer/header notations \pagestyle{fancy} \fancyhead[L]{ } % \fancyhf{} \fancyfoot{} - \fancyfoot[L]{ \textit{Laboratorio 1} - Algoritmi Avanzati} + \fancyfoot[L]{ \textit{test} - testing footer} \renewcommand{\headrulewidth}{0.1pt} \renewcommand{\footrulewidth}{0.1pt} - \rfoot{ Pagina \thepage \hspace{1pt} di \pageref*{LastPage}} + \rfoot{ Page \thepage \hspace{1pt} of \pageref*{LastPage}} \usepackage{xcolor} @@ -55,7 +57,7 @@ \renewcommand{\baselinestretch}{1.075} - % LINK - colori degli url interni ed esterni + % LINK - url colors \usepackage{hyperref} \hypersetup{ colorlinks, @@ -65,14 +67,14 @@ } \PassOptionsToPackage{hyphens}{url}\usepackage{hyperref} - % EXTRA - linea dritta + % EXTRA - line \newcommand{\hr}{\par\vspace{-.1\ht\strutbox}\noindent\hrulefill\par} - % EXTRA - Paginazione e appendice + % EXTRA - Pagination and appendix \pagenumbering{Roman} % first pages - \renewcommand{\appendixname}{Appendice} - \renewcommand\appendixpagename{Appendice} - \renewcommand\appendixtocname{Appendice} + \renewcommand{\appendixname}{Appendix} + \renewcommand\appendixpagename{Appendix} + \renewcommand\appendixtocname{Appendix} % EXTRA - TOC e LOF empty page numbering \usepackage{tocloft} @@ -81,25 +83,25 @@ % --------------------------- -% Intestazione +% Front page % --------------------------- -\title{ \huge\textsc{Laboratorio 1} \\ - \large\textsc{Algoritmi Avanzati}} -\author{\textit{Enrico Buratto} (69696969)\\ +\title{ \huge\textsc{Big title} \\ + \large\textsc{small title}} +\author{\textit{Mario Rossi} (69696969)\\ \textit{Mariano Sciacco} (2007692)} -\date{\small Aprile 2021} +\date{\small November 2021} % --------------------------- -% Corpo del documento +% Body % --------------------------- \begin{document} \begin{figure}[t!] \centering - \includegraphics[height=18em]{res/images/logo.png} + \includegraphics[height=18em]{images/logo.png} \end{figure} \maketitle @@ -108,7 +110,7 @@ \begin{center} \vspace{12em} \hr - \textit{Corso di Laurea Magistrale in Informatica, Dipartimento di Matematica, UniPD} + \textit{Master's Degree in Computer Science, Department of Mathematics, UniPD} \end{center} \newpage @@ -117,7 +119,7 @@ \renewcommand{\baselinestretch}{1.075}\normalsize \newpage -\input{res/sections_list} +\input{sections_list} \end{document} diff --git a/res/sections/appendice.tex b/res/sections/appendice.tex deleted file mode 100644 index 18f7ba4..0000000 --- a/res/sections/appendice.tex +++ /dev/null @@ -1,3 +0,0 @@ -\section{Appendice} - -ehw \ No newline at end of file diff --git a/res/sections/conclusione.tex b/res/sections/conclusione.tex deleted file mode 100644 index 76216a9..0000000 --- a/res/sections/conclusione.tex +++ /dev/null @@ -1,2 +0,0 @@ -\section{Conclusione} - diff --git a/res/sections/introduzione.tex b/sections/0-introduction.tex similarity index 69% rename from res/sections/introduzione.tex rename to sections/0-introduction.tex index e4caea9..51f1214 100644 --- a/res/sections/introduzione.tex +++ b/sections/0-introduction.tex @@ -1,4 +1,4 @@ -\section{Introduzione} +\section{Introduction} \subsection{Abstract} diff --git a/sections/appendix.tex b/sections/appendix.tex new file mode 100644 index 0000000..1acd269 --- /dev/null +++ b/sections/appendix.tex @@ -0,0 +1,3 @@ +\section{Appendix} + +ehw \ No newline at end of file diff --git a/res/sections_list.tex b/sections_list.tex similarity index 51% rename from res/sections_list.tex rename to sections_list.tex index 49611dc..02fe39c 100644 --- a/res/sections_list.tex +++ b/sections_list.tex @@ -1,6 +1,6 @@ % --------------------------- -% Lista delle sezioni +% List of sections % --------------------------- % Start counting pages @@ -8,18 +8,14 @@ \clearpage \setcounter{page}{1} -% Introduzione +% Intro \newpage -\input{res/sections/introduzione} +\input{sections/0-introduction} - -% Conclusione e sviluppi futuri -\input{res/sections/conclusione} - -% Appendice +% Appendix \newpage \begin{appendices} - \input{res/sections/appendice} + \input{sections/appendix} \end{appendices}