\documentclass[a4paper,11pt]{article} \usepackage[a4paper, inner=3cm, outer=3cm, marginpar=0pt]{geometry} \usepackage[explicit]{titlesec} \usepackage[italian]{babel} \usepackage[T1]{fontenc} \usepackage{ulem} \usepackage{lmodern} % font \usepackage{xcolor} % colored text \usepackage{everysel} % font hypenation \usepackage{lipsum} % set font \renewcommand\familydefault{\ttdefault} \raggedright \setlength\parindent{2em} % restore paragraph indent % setup title(s) \renewcommand*\thesection{\Roman{section}} \titleformat{\section} % [] % shape {\normalfont} % format {\thesection.} % label {5pt} % separator {\textcolor{red!50!black}{\MakeUppercase{#1}}} % before-code % [] % after-code \renewcommand*\thesubsection{\roman{subsection}} \titleformat{\subsection} % [] % shape {\normalfont} % format {\thesubsection.} % label {5pt} % separator {\MakeUppercase{#1}} % before-code % [] % after-code \begin{document} \begin{center} \textbf{BOZZA LAVORO DI FINE CORSO} \\ Naoki Pross 4B \end{center} \section{Introduzione} [ da scrivere per ultima ] \section{Testo Narrativo} \subsection{Cenni biografici} \subsection{Riassunto breve} \subsection{Riassunto Analitico} \subsection{Tematiche presenti nel libro} \subsection{Motivazioni della scelta} \subsection{Risposta personale all'interrogativo} \subsection{Risposta alla tematica secondo il libro} % \section{Articolo} % \section{Pellicola} % \section{Conclusioni} \end{document}