diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-07 21:20:21 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-07 21:20:21 +0100 |
commit | 6aa067a1ace6cd85b1ef2236ca4947eae68e0550 (patch) | |
tree | 5678191858f474dee84c532a9ef13af1b45367a3 |
init
-rw-r--r-- | chapters/introduction.tex | 0 | ||||
-rw-r--r-- | conf.tex | 18 | ||||
-rw-r--r-- | gico.tex | 22 |
3 files changed, 40 insertions, 0 deletions
diff --git a/chapters/introduction.tex b/chapters/introduction.tex new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/chapters/introduction.tex diff --git a/conf.tex b/conf.tex new file mode 100644 index 0000000..822a24a --- /dev/null +++ b/conf.tex @@ -0,0 +1,18 @@ +\documentclass[11pt]{report} +\usepackage{titlesec} + + +\titleformat{\chapter}[display] + {\Huge\bfseries} + {} + {0pt} + {\thechapter.\ } + +\titleformat{name=\chapter,numberless}[display] + {\Huge\bfseries} + {} + {0pt} + {} + +\pagenumbering{arabic} + diff --git a/gico.tex b/gico.tex new file mode 100644 index 0000000..b778184 --- /dev/null +++ b/gico.tex @@ -0,0 +1,22 @@ +\input{conf} + +\title{ + \small\textsc{Università degli Studi di Catania\\Dipartimento di Matematica e Informatica\\Corso di Basi di Dati}\\ + \Huge\textbf{Gico}\\ + \author{Santo Cariotti} + \date{2 Aprile 2021} +} + +\addtolength{\topmargin}{-3cm} +\addtolength{\textheight}{3cm} +\begin{document} +\maketitle + +\renewcommand{\contentsname}{Indice} +\tableofcontents{} + + +\chapter{Introduzione} +\input{chapters/introduction} + +\end{document} |