add edited english version

This commit is contained in:
Mariano Sciacco
2021-11-22 12:59:37 +01:00
parent 2bc5a1093f
commit dcc060f990
8 changed files with 39 additions and 63 deletions

View File

@@ -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}