Re: ogni file con numerazione indipendente

#34209
Up
0
Down
::


ops! prima ti ho mandato il codice del main file

ogni file che contiene un saggio inzia cosi
`
\title{
\scshape Ecco il titolo }
\author{\bfseries\itshape Nome autore o
\\
\textsuperscript{a}Università ….}

\date{BOZZA DI STAMPA DEL \today}
\maketitle
\thispagestyle{empty}
\setcounter{page}{1}

% ———— [Running Heads – for odd and even pages] – please insert it only on page 2!
\pagestyle{fancy}
\fancyhead{}
\fancyhead[EC]{Nome autore}
\fancyhead[EL,OR]{\thepage}
\fancyhead[OC]{Titolo del saggio}
\fancyfoot{}
\renewcommand\headrulewidth{0.5pt}
%——————————————————————————

%++—————————————————————————–

\section{Introduzione}

`
ancora grazie

Go to top