Re: Menoir e numeri di pagina

#88587
franen
Partecipante
    Up
    0
    Down
    ::


    `\documentclass[a4paper,12pt]{memoir}
    \makeevenhead{headings}{\thepage}{}{\sffamily\small\leftmark}
    \makeoddhead{headings}{\sffamily\small\rightmark}{}{\thepage}
    \makeevenfoot{headings}{}{}{}
    \makeoddfoot{headings}{}{}{}
    \makeevenhead{plain}{\thepage}{}{}
    \makeoddhead{plain}{}{}{\thepage}
    \nouppercaseheads
    \usepackage{lipsum}
    \begin{document}
    \chapter{primo}\section{uno}\lipsum[1-10]
    \chapter{seciondo}\section{due}\lipsum[1-10]
    \end{document}`Non so se li volevi in alto anche nelle prime pagine dei capitoli. Comunque è abbastanza intuitivo: nelle tre parentesi graffe ci va quello che vuoi mettere a sinistra, al centro e a destra.

    Fran

    Go to top