From 189092c1fb9c9a27d326ce8a36628ddc8a85ed07 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 22 Jul 2026 14:04:27 +0200 Subject: [PATCH] Change font size and interline --- thesis.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thesis.tex b/thesis.tex index 1acc7b4..11ed271 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,11 +1,11 @@ % font size -\documentclass[12pt]{report} +\documentclass[11pt]{report} % Margini \usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm, head=21.75pt, centering]{geometry} % Interlinea -\linespread{1.15} +\linespread{1.1} % Lingua e codifica \usepackage[italian]{babel}