Re: Copertina con immagine

#66649
Up
0
Down
::


`
\documentclass[12pt]{book}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{titlesec}
\usepackage{fancyhdr}
%\usepackage{graphicx}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{%
\markboth{#1}{}}
\fancyhf{}
\fancyhead[RE]{\leftmark}
\fancyhead[LO]{\nouppercase{\rightmark}}
\titleformat{\chapter}[hang]{\bfseries\huge}{\thechapter.}{2pc}{}
\titlelabel{\thetitle.\quad}
\usepackage{hyperref}
\title{Documento}
\date{Guida}
\author{120}
\begin{document}
%\begin{center}
%\includegraphics{Figure/Tree.jpg}
\frontmatter
\maketitle
%\end{center}
{\pagestyle{plain}\tableofcontents\cleardoublepage}
\mainmatter
\chapter{Introduzione}
Prova bla
\end{document}
`

Go to top