Re: Qualche problema con LateX

#67746
Up
0
Down
::


Ecco l’elenco delle impostazioni che ho messo ad inizio libro:

\documentclass[11pt, a4paper]{book}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\graphicspath{{“Immagini/”}}
\renewcommand\theequation{\thesection.\arabic{equation}}

\begin{document}
\section{I poteri sono classificabili in tre categorie: poteri costruttivi, donativi, di scambio.}
\end{document}

Go to top