From 6aa067a1ace6cd85b1ef2236ca4947eae68e0550 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 7 Mar 2021 21:20:21 +0100 Subject: init --- chapters/introduction.tex | 0 conf.tex | 18 ++++++++++++++++++ gico.tex | 22 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 chapters/introduction.tex create mode 100644 conf.tex create mode 100644 gico.tex diff --git a/chapters/introduction.tex b/chapters/introduction.tex new file mode 100644 index 0000000..e69de29 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} -- cgit v1.2.3-18-g5258