Text Formattinghow to obtain specific header on different page

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
renato07
Posts: 12
Joined: Sat Feb 07, 2015 8:37 pm

how to obtain specific header on different page

Post by renato07 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
renato07
Posts: 12
Joined: Sat Feb 07, 2015 8:37 pm

how to obtain specific header on different page

Post by renato07 »

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
Post Reply