I have this two header on my .tex:
Code: Select all
Code, edit and compile here:
\documentclass[a3paper,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\usepackage{ebgaramond-maths}%----- uso font garamond\usepackage[T1]{fontenc}%----- uso font garamond\usepackage[a3paper]{geometry}\usepackage{fancyhdr}\renewcommand{\headrulewidth}{0pt} %--rimuove la linea di intestazione% \usepackage{showframe} %--show spazi intorno pagina%--------costruisce l'intest. ufficiale----------------------------\fancyhead[C]{\includegraphics[width=267mm,height=39mm]{grosso_banner_corto_completo.png}}\pagestyle{fancy}%---------------costruisce l'intest. speciale-------------------\fancypagestyle{special}{%\fancyhead[C]{\includegraphics[width=267mm,height=39mm]{grosso_banner_tutto_757per128.png}}}
Thank you
Renato