Unisa

Unoffical template for Unisa thesis

Category

thesis

License

Free to use (MIT)

File

indice.tex

indice.texRead-only preview
\documentclass[14pt]{extreport}

\usepackage[utf8]{inputenc}
\usepackage[italian,english]{babel}
\usepackage{graphicx}
\usepackage{cite}
\usepackage{amsmath}
\usepackage[table,xcdraw]{xcolor}
\usepackage[italian]{minitoc}% per gli accenti
\usepackage{fancybox}
\usepackage{verbatim}
\usepackage{url}
\usepackage{color}
\usepackage{listings}
\usepackage{makeidx}
\usepackage{comment}
\usepackage{hyperref}
%se avete problemi con il testo che deve andare subito sotto una tabella allora importate il pacchetto:
%\usepackage{placeins} % e scrivete \FloatBarrier subito dopo all' \end{table}

%rimuove bordi dai link
\hypersetup{
    colorlinks=true,
    linkcolor=black,
    filecolor=magenta,      
    urlcolor=cyan,
}
%apice
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\setlength{\headheight}{17pt}
\rhead{Cap.\thechapter}
\fancyhead[L]{\rightmark}
%pedice
\cfoot{\thepage}

\lstset{frame=tb,
	language=Java,
	numbers=left,
	keywordstyle=\color{blue},
	alsoletter={.}
}
\graphicspath{ {./Figure/} }

%formato capitoli, paragrafi e sottoparagrafi
\usepackage{titlesec}
\titleformat{\chapter}{\normalfont\huge\bf}{\thechapter.}{20pt}{\huge\bf}
\titleformat{\section}{\normalfont}{\thesection.}{18pt}{\normalfont\bf}
\titleformat{\subsection}{\normalfont}{\thesubsection.}{16pt}{\normalfont\bf}

\newcommand{\quotes}[1]{``#1''}

\begin{document}
\selectlanguage{italian}
\begin{titlepage}
\begin{center}
	\begin{figure}
    	\includegraphics[width=1.5cm, height=1.5cm]{unisa.png}
    	\centering
    \end{figure}
	{\Large Università degli Studi di Salerno}\\[0.2truecm]
	{\large Dipartimento di Informatica\\Corso di Laurea Magistrale in Informatica}\\
	\hrulefill
	\vfill
	{\large Nome esame}\\[0.2truecm]
	%{\Large Informatica}\\
	\vfill\vfill
	{\LARGE {\bf Titolo}}
	
	\vfill\vfill
	
	
	\ \ \ \ \ \ \ {\bf Docente} \hfill {\bf Candidato}\ \ \\
	Prof. \textbf{ Nome docente} \hfill  \textbf{Nome candidato}
	\centerline{\hfill Matricola: 0000000000}
	
	
	\vfill
	\hrulefill 
	\begin{center} Anno Accademico AAAA-AAAA \end{center}
	
\end{center}
\end{titlepage}

\setcounter{page}{1} 		
\pagenumbering{roman} 

\newpage
	

\tableofcontents
\listoffigures %elenco figure
\listoftables %elenco tabelle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%




%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter*{Introduzione}
\setcounter{page}{1} 		
\pagenumbering{arabic} 
\input{Introduzione.tex}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Titolo capitolo}
\input{Capitolo1.tex}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Titolo capitolo}
\input{Capitolo2.tex}

\chapter{Titolo capitolo}
\input{Capitolo3.tex}

\input{Bibliografia.tex}

\end{document}
Preview
Unisa preview
Unisa LaTeX Template | Bibby | Bibby AI