Re: Impaginare un soggetto cinematografico

#71529
Stemby
Partecipante
    Up
    0
    Down
    ::


    Che dite?
    `
    \documentclass[12pt]{article}

    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[italian]{babel}

    \usepackage{lipsum} % solo per prova

    \usepackage{geometry}
    \geometry{a4paper, top=3cm, bottom=3cm, left=4.6cm, right=4.6cm, %
    heightrounded, bindingoffset=5mm}

    \linespread{1.55}
    \frenchspacing

    \begin{document}
    \title{Una bella storia}
    \author{Pinco Pallino}
    \maketitle

    \lipsum

    \end{document}
    `

    Grazie!

    Carlo

    Go to top