Hi,
I would obtain two different header on different page of my Latex newspaper. I've already ask that on a different forum, and they suggest me to use fancyhdr package.I've created two different fancy headers, this:
-------------------------------------------
%--------costruisce l'intest. ufficiale--------------
\fancyhead[C]{\includegraphics[width=\textwidth,height=39mm]{%
banner_corto_completo.png}}
\pagestyle{fancy}
%---------------costruisce l'intest. speciale---------
\fancypagestyle{special}{%
\fancyhead[C]{\includegraphics[width=\textwidth,height=39mm]{%
banner_tutto_757per128.png}}}
%-------- intestaz. special-----------
%\fancypagestyle{special}{%
but I'm still not able to use them in the .tex file. I mean: How do I activate the one or the other on a particula page?
I hope to self explain myself. Any case. ask me for clarify.
Thank you
Renato
Text Formatting ⇒ how to obtain specific header on different page
how to obtain specific header on different page
ok, It seems that this works: \thispagestyle{special}
at the top of the page ("special" is the name of my fancyhdr style), but the sequents commands:
\thispagestyle{special}
\vspace{55cm}
\begin{multicols}{3}
\vspace{5cm}
\begin{center}
\textbf{MANIFESTO DEI VALORI}
\end{center}
\vspace{5mm}
\justifying
\noindent
at the top of the page ("special" is the name of my fancyhdr style), but the sequents commands:
\thispagestyle{special}
\vspace{55cm}
\begin{multicols}{3}
\vspace{5cm}
\begin{center}
\textbf{MANIFESTO DEI VALORI}
\end{center}
\vspace{5mm}
\justifying
\noindent