add edited english version
This commit is contained in:
20
LICENSE
20
LICENSE
@@ -1,20 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) <year> <copyright holders>
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
58
main.tex
58
main.tex
@@ -1,32 +1,33 @@
|
|||||||
% ---------------------------
|
% ---------------------------
|
||||||
% Lab1 - Algoritmi Avanzati
|
% [TITLE]
|
||||||
% ----------------------
|
|
||||||
% (2021)
|
|
||||||
% Mariano Sciacco
|
|
||||||
% Enrico Buratto
|
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
|
% (2021)
|
||||||
|
% Mariano Sciacco
|
||||||
|
%
|
||||||
|
% ---------------------------
|
||||||
|
% Theme source: https://git.jojo.party/maxelweb/latex-template-report
|
||||||
|
%
|
||||||
|
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
% Package e configurazione
|
% Package and config
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
|
|
||||||
\documentclass[12pt]{article}
|
\documentclass[12pt]{article}
|
||||||
|
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[italian]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
\usepackage{subcaption}
|
\usepackage{subcaption}
|
||||||
\usepackage{wrapfig}
|
\usepackage{wrapfig}
|
||||||
\usepackage[toc,page]{appendix}
|
\usepackage[toc,page]{appendix}
|
||||||
|
|
||||||
% INDICE - spaziatura del ToC
|
% INDEX - ToC spacing
|
||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
\renewcommand\cftsecafterpnum{\vskip18pt}
|
\renewcommand\cftsecafterpnum{\vskip18pt}
|
||||||
|
|
||||||
|
|
||||||
% DOCUMENTO - margini
|
% DOC - margins
|
||||||
\usepackage[
|
\usepackage[
|
||||||
top=2.5cm,
|
top=2.5cm,
|
||||||
bottom=2.5cm,
|
bottom=2.5cm,
|
||||||
@@ -35,18 +36,19 @@
|
|||||||
headheight=14.5pt,
|
headheight=14.5pt,
|
||||||
]{geometry}
|
]{geometry}
|
||||||
|
|
||||||
% DOCUMENTO - stile e pagina finale
|
% DOC - style and pagination number
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{lastpage}
|
\usepackage{lastpage}
|
||||||
|
|
||||||
|
% DOC - pagestyle with footer/header notations
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\fancyhead[L]{ }
|
\fancyhead[L]{ }
|
||||||
% \fancyhf{}
|
% \fancyhf{}
|
||||||
\fancyfoot{}
|
\fancyfoot{}
|
||||||
\fancyfoot[L]{ \textit{Laboratorio 1} - Algoritmi Avanzati}
|
\fancyfoot[L]{ \textit{test} - testing footer}
|
||||||
\renewcommand{\headrulewidth}{0.1pt}
|
\renewcommand{\headrulewidth}{0.1pt}
|
||||||
\renewcommand{\footrulewidth}{0.1pt}
|
\renewcommand{\footrulewidth}{0.1pt}
|
||||||
\rfoot{ Pagina \thepage \hspace{1pt} di \pageref*{LastPage}}
|
\rfoot{ Page \thepage \hspace{1pt} of \pageref*{LastPage}}
|
||||||
|
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
|
|
||||||
@@ -55,7 +57,7 @@
|
|||||||
\renewcommand{\baselinestretch}{1.075}
|
\renewcommand{\baselinestretch}{1.075}
|
||||||
|
|
||||||
|
|
||||||
% LINK - colori degli url interni ed esterni
|
% LINK - url colors
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
colorlinks,
|
colorlinks,
|
||||||
@@ -65,14 +67,14 @@
|
|||||||
}
|
}
|
||||||
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
|
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
|
||||||
|
|
||||||
% EXTRA - linea dritta
|
% EXTRA - line
|
||||||
\newcommand{\hr}{\par\vspace{-.1\ht\strutbox}\noindent\hrulefill\par}
|
\newcommand{\hr}{\par\vspace{-.1\ht\strutbox}\noindent\hrulefill\par}
|
||||||
|
|
||||||
% EXTRA - Paginazione e appendice
|
% EXTRA - Pagination and appendix
|
||||||
\pagenumbering{Roman} % first pages
|
\pagenumbering{Roman} % first pages
|
||||||
\renewcommand{\appendixname}{Appendice}
|
\renewcommand{\appendixname}{Appendix}
|
||||||
\renewcommand\appendixpagename{Appendice}
|
\renewcommand\appendixpagename{Appendix}
|
||||||
\renewcommand\appendixtocname{Appendice}
|
\renewcommand\appendixtocname{Appendix}
|
||||||
|
|
||||||
% EXTRA - TOC e LOF empty page numbering
|
% EXTRA - TOC e LOF empty page numbering
|
||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
@@ -81,25 +83,25 @@
|
|||||||
|
|
||||||
|
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
% Intestazione
|
% Front page
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
|
|
||||||
\title{ \huge\textsc{Laboratorio 1} \\
|
\title{ \huge\textsc{Big title} \\
|
||||||
\large\textsc{Algoritmi Avanzati}}
|
\large\textsc{small title}}
|
||||||
\author{\textit{Enrico Buratto} (69696969)\\
|
\author{\textit{Mario Rossi} (69696969)\\
|
||||||
\textit{Mariano Sciacco} (2007692)}
|
\textit{Mariano Sciacco} (2007692)}
|
||||||
\date{\small Aprile 2021}
|
\date{\small November 2021}
|
||||||
|
|
||||||
|
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
% Corpo del documento
|
% Body
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\begin{figure}[t!]
|
\begin{figure}[t!]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[height=18em]{res/images/logo.png}
|
\includegraphics[height=18em]{images/logo.png}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
@@ -108,7 +110,7 @@
|
|||||||
\begin{center}
|
\begin{center}
|
||||||
\vspace{12em}
|
\vspace{12em}
|
||||||
\hr
|
\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}
|
\end{center}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
@@ -117,7 +119,7 @@
|
|||||||
\renewcommand{\baselinestretch}{1.075}\normalsize
|
\renewcommand{\baselinestretch}{1.075}\normalsize
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\input{res/sections_list}
|
\input{sections_list}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
\section{Appendice}
|
|
||||||
|
|
||||||
ehw
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
\section{Conclusione}
|
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
\section{Introduzione}
|
\section{Introduction}
|
||||||
|
|
||||||
\subsection{Abstract}
|
\subsection{Abstract}
|
||||||
|
|
||||||
3
sections/appendix.tex
Normal file
3
sections/appendix.tex
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
\section{Appendix}
|
||||||
|
|
||||||
|
ehw
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
% Lista delle sezioni
|
% List of sections
|
||||||
% ---------------------------
|
% ---------------------------
|
||||||
|
|
||||||
% Start counting pages
|
% Start counting pages
|
||||||
@@ -8,18 +8,14 @@
|
|||||||
\clearpage
|
\clearpage
|
||||||
\setcounter{page}{1}
|
\setcounter{page}{1}
|
||||||
|
|
||||||
% Introduzione
|
% Intro
|
||||||
\newpage
|
\newpage
|
||||||
\input{res/sections/introduzione}
|
\input{sections/0-introduction}
|
||||||
|
|
||||||
|
% Appendix
|
||||||
% Conclusione e sviluppi futuri
|
|
||||||
\input{res/sections/conclusione}
|
|
||||||
|
|
||||||
% Appendice
|
|
||||||
\newpage
|
\newpage
|
||||||
\begin{appendices}
|
\begin{appendices}
|
||||||
|
|
||||||
\input{res/sections/appendice}
|
\input{sections/appendix}
|
||||||
|
|
||||||
\end{appendices}
|
\end{appendices}
|
||||||
Reference in New Issue
Block a user