I have two types of page in my newspaper: one with a certain header that I only use once, and another that has a header that must repeat itself in all pages. Latex adds new pages automatically (when he needs to do so). Is it possible to set the new page in a specific format? (with specific graphics)?
P.S. This is an example of code: in first page banner A, second page banner B and third and so on the same banner.
\documentclass[12pt,portrait]{article}
\usepackage[Italian]{babel} %--setta regole lingua italiana
\usepackage[ddmmyyyy]{datetime} %--setta data formato IT
\usepackage{graphicx}
\usepackage[document]{ragged2e} %--per allineamento testo a dx, sx o giustificato
\usepackage{hyperref} %--- per i link
\usepackage{multicol} %------ per formattare pagine a più colonne
\usepackage{tcolorbox} %--- per le caselle di testo I pagina
\usepackage[percent]{overpic}
\usepackage[absolute,overlay]{textpos}%--posiziona testo in specifiche posizioni
%------------------------------------
\setlength\textwidth{267mm}
\setlength\paperwidth{300mm}
\setlength\oddsidemargin{-1cm}
%-------------------------------
\usepackage{ebgaramond-maths}%----- uso font garamond
\usepackage[T1]{fontenc}%----- uso font garamond
%\pagestyle{empty}
\usepackage[margin=0pt]{geometry}
%\usepackage{showframe} %--show spazi intorno pagina
%------ set colori del link
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=cyan,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}
%----- dimensione della pagina ------
\geometry{
a3paper,
total={297mm,420mm},
left=15mm,
top=15mm,
right=15mm,
bottom=0mm,
}
\tcbset{colback=white!5!!,colframe=red!15!white!60!,size=small,
fonttitle=\bfseries,width=0.333\textwidth,box align=top,height=7cm,nobeforeafter}
\begin{document}
%---- inserimento banner --------
\includegraphics [height=40mm,width=267mm]{pannello_blu_corto.png}
\nointerlineskip
\vspace*{-40mm} % Tune this to the image height.
\hspace{9cm}
\includegraphics[]{90xngn_new-logo.png}
\noindent\includegraphics[height=10mm,width=267mm]{filo_celeste_basso.png}
%--- riga di testo su banner celeste ----------
% \vspace{-10,3mm}
% \hspace{6mm}
% \textsf{www.nuovogiornalenazionale.com | facebook/nuovogiornale \hspace{3cm} \today \hspace{7cm} anno 1 | numero 1}
%------ I linea di box ---------------
\noindent
%\nointerlineskip
\begin{tcolorbox}[adjusted title=\hyperlink{1_1}{bla bla bla bla},halign=justify]
\end{tcolorbox} %------fine I box --------
\begin{tcolorbox}[adjusted title=\hyperlink{1_1}{bla bla bla bla bla ?},halign=justify]
xyz xyz xyz xyz xyz xyz
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=\hyperlink{1_1}{xyzxyz xyz xyz xy},halign=justify]
xyz xyz xyz xyz xyz xyz
\end{tcolorbox}\
%---------- fine prima linea --------
\begin{tcolorbox}[adjusted title=left,halign=left]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}\
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}\
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}\
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\begin{tcolorbox}[adjusted title=right,halign upper=right]
This is a demonstration text for showing how line breaking works.
\end{tcolorbox}
\newpage
%---- pagina del manifesto -II pag ----------------
\noindent\includegraphics [height=40mm,width=267mm]{bannerLSLC}
%--- riga di testo su banner celeste ----------
%\begin{textblock}{350mm}(20mm,50mm) % {block width} (coords)
% \textsf{www.nuovogiornalenazionale.com | %facebook/nuovogiornale \hspace{35mm}\today \hspace{65mm} anno %1 | numero 1}
%\end{textblock}
\noindent
\begin{multicols}{3}
\noindent
\centering{
\bfseries {Ibla blbla}}
\vspace{5mm}
\justifying
\noindent
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
\begin{itemize}
\item text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text

documentenvironment. – samcarter_is_at_topanswers.xyz Mar 08 '24 at 11:44\pagestyleand\thispagestyle. – cabohah Mar 08 '24 at 13:03