5 Settembre 2013 alle 7:35
#88587
::
`\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