- Questo topic ha 1 risposta, 2 partecipanti ed è stato aggiornato l'ultima volta 14 anni, 6 mesi fa da .
-
Topic
-
Ciao a tutti!
Come faccio ad impostare la lunghezza delle righe del testo?Sto scrivendo la tesi e l’università richiede 65-70 caratteri per riga, ma purtroppo con questo preambolo ne ottengo di più:
\documentclass[a4paper,12pt,twoside,openright]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{setspace}
\onehalfspacing\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}\usepackage{fancyhdr}
\pagestyle{fancy}\fancyhf{}
\fancyhead[LE]{\slshape \leftmark}
\fancyhead[RO]{\slshape \rightmark}
\fancyfoot[C]{\thepage}\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\chaptername}\ \thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}% Comments and questions
\newenvironment{todo}{\begin{quote}\textbf{To Do:}}{\end{quote}}% Theorems, examples, …
\newtheorem{example}{Esempio}
\newtheorem{definition}{Definizione}
\newtheorem{theorem}{Teorema}
\newtheorem{lemma}{Lemma}\begin{document}
…
- Devi essere connesso per rispondere a questo topic.