Re: Menoir e numeri di pagina

#88590
franen
Partecipante
    Up
    0
    Down
    ::


    `\documentclass[a4paper,12pt]{memoir}
    \makeevenhead{headings}{\sffamily\small\thepage}{}{\sffamily\small\leftmark}
    \makeoddhead{headings}{\sffamily\small\rightmark}{}{\sffamily\small\thepage}
    \makeevenfoot{headings}{}{}{}
    \makeoddfoot{headings}{}{}{}
    \makeevenhead{plain}{}{}{}
    \makeoddhead{plain}{}{}{}
    \makeevenfoot{plain}{}{}{}
    \makeoddfoot{plain}{}{}{}
    \nouppercaseheads
    \usepackage{lipsum}
    \begin{document}
    \chapter{primo}\section{uno}\lipsum[1-10]
    \chapter{seciondo}\section{due}\lipsum[1-10]
    \end{document}`

    Go to top