Compare commits

2 Commits

Author SHA1 Message Date
Mariano Sciacco
654429d47b add readme info 2021-11-22 13:02:10 +01:00
Mariano Sciacco
dcc060f990 add edited english version 2021-11-22 12:59:37 +01:00
9 changed files with 43 additions and 65 deletions

20
LICENSE
View File

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

View File

@@ -1,3 +1,5 @@
# latex-template-report
# Latex Template Report
Latex template for a report
Latex template for a report. Developed by Maxelweb (2021)
- **License:** The Unlicense

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

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}

View File

@@ -1,3 +0,0 @@
\section{Appendice}
ehw

View File

@@ -1,2 +0,0 @@
\section{Conclusione}

View File

@@ -1,4 +1,4 @@
\section{Introduzione}
\section{Introduction}
\subsection{Abstract}

3
sections/appendix.tex Normal file
View File

@@ -0,0 +1,3 @@
\section{Appendix}
ehw

View File

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