Quiere un encabezado de primera página grande y el resto del documento con un encabezado más pequeño

Quiere un encabezado de primera página grande y el resto del documento con un encabezado más pequeño

Intentando agregar un encabezado y pie de página al documento de la conferencia IEEEtran (el de 2 columnas). Actualmente puedo obtener el pie de página que quiero en todas las páginas, como lo requiere mi conferencia.

Sin embargo, estoy intentando obtener 3 líneas en el encabezado de la primera página. Esto parece "aplastar" los pies de página de todas las páginas. Creo que si cambio las geometrías de los márgenes, esto se aplicará a todas las páginas, pero solo quiero un encabezado grande para la primera página y que el resto tenga márgenes estándar (no grandes).

\documentclass[conference]{IEEEtran}

\usepackage{amsmath} % for equation labelling
\usepackage[font=footnotesize, labelfont=bf]{caption} % make captions smaller text and make them BOLD 
\usepackage[usenames,dvipsnames]{color} 
\usepackage{enumerate} % to create fancy enumerated lists
\usepackage{fancyhdr} % for headers on each page (and customization of them)
\usepackage{float} % for allowing "floating" of figures
% \usepackage[top=1 in, bottom=1 in, left=1 in, right=1 in]{geometry} % edit individual margins
\usepackage{graphicx} % for figures in general
\usepackage{hyperref} % for "clickable" links to figures/refs/(etc.)
\usepackage{lastpage} % for page __ of __
\usepackage{multicol} % for multiple column environments (mostly used with equations)
\usepackage{mdwlist}  % tighter packed bulleted lists
\usepackage[sort&compress,numbers]{natbib} % for getting rid of extra space in references section 
\usepackage{setspace} % for line spacing between lines and also for bibliography
\usepackage{siunitx} % for scientific units (add [scientific-notation=true] for scientific notation always)
\usepackage{tabularx} % to try and get variable-spacing columns




\newcommand*\titleheader[1]{\gdef\@titleheader{#1}}


% ####################### Header and Footer Stuff
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}
{
\cfoot{\thepage}
\rfoot{Copyright \textcopyright \vspace{1em} 2018}
}
%
\fancypagestyle{firstpage} %{style}
{
    \fancyhead[R]{\textbf{line 1 \\
        line2 \\
        line3}}
}




\graphicspath{{./img/}}


\hypersetup
{
    colorlinks = true,
    citecolor = black,
    linkcolor = blue, % link colour for figure, equation, + table refs
    urlcolor = blue, 
}




\begin{document}


\title{\Large\textbf{title title title}}


\author
{
    \IEEEauthorblockN{author}
    \IEEEauthorblockA{\textit{some place} \\
    %\textit{name of organization (of Aff.)}\\
    stuff \\
    stuff2}

    \and

    \IEEEauthorblockN{author}
    \IEEEauthorblockA{\textit{some place} \\
    %\textit{name of organization (of Aff.)}\\
    stuff \\
    stuff2}
}
\maketitle

\thispagestyle{firstpage}

\begin{abstract}
    \normalfont
    To be written
\end{abstract}

\begin{IEEEkeywords}
    %\normalfont
    \textit{keyword1; keyword2; keyword3}
\end{IEEEkeywords}


\section{Introduction}

main body here



\end{document}

¿Algunas ideas?

Respuesta1

editar:Al código se agregan comentarios para aclarar el significado del código.

una solución puede ser

...
\begin{document}
\pagestyle{fancy}
\maketitle
\thispagestyle{firstpage}
...

ejemplo de trabajo mínimo completo sin preocuparse especialmente por los problemas de espacio del artículo y sin formato completo de encabezado/pie de página:

\documentclass[conference]{IEEEtran}
\addtolength\headheight{ 2\baselineskip}% make space for your multi line header
\addtolength\headheight{-2\baselineskip}% you need to reduce text height 
                                                                 % for the same amount as you increase 
                                                                 % header height

\usepackage{fancyhdr} % for headers on each page (and customization of them)
\renewcommand{\headrulewidth}{1pt}% change to your desired width (0pt?)
\pagestyle{fancy}
{
\renewcommand{\headrulewidth}{2pt}
\cfoot{% here you can define font size in cfoot
  \thepage}
\rfoot{% here you can define font size in rfoot
    Copyright \textcopyright\ 2018}% corrected your code
\rhead{\bfseries\footnotesize % <--- here is defined font size in rhead
    line 1 \\
    line 2 \\
    line 3}
}
\fancypagestyle{firstpage}
{
\renewcommand{\headrulewidth}{2pt}
\cfoot{\thepage}
\rfoot{Copyright \textcopyright\ 2018}% corrected your code
\rhead{\bfseries\color{red}\large
    line 1 \\
    line 2 \\
    line 3}
}

\title{\Large\textbf{title title title}}
\author{
    \IEEEauthorblockN{author}
    \IEEEauthorblockA{\textit{some place} \\
    %\textit{name of organization (of Aff.)}\\
    stuff \\
    stuff2}
    \and
    \IEEEauthorblockN{author}
    \IEEEauthorblockA{\textit{some place} \\
    %\textit{name of organization (of Aff.)}\\
    stuff \\
    stuff2}
        }

\usepackage{xcolor}
\usepackage{lipsum}

\begin{document}
\pagestyle{fancy}
\maketitle
\thispagestyle{firstpage}

\begin{abstract}
    \normalfont
    To be written
\end{abstract}

%\begin{IEEEkeywords}
    %\normalfont
%    \textit{keyword1; keyword2; keyword3}
%\end{IEEEkeywords}


\section{Introduction}
\lipsum
\lipsum
\lipsum
\end{document}

la primera página:

ingrese la descripción de la imagen aquí

y otras páginas:

ingrese la descripción de la imagen aquí

apéndice: Su observación en el comentario no es precisa. Vea lo que obtendrá usando la siguiente definición fancyy firstpagedefinición de estilos de página:

\pagestyle{fancy}
{
\renewcommand{\headrulewidth}{2pt}
\cfoot{\thepage}
\rfoot{Copyright \textcopyright \vspace{1em} 2018}
\rhead{\bfseries\tiny
    line 1 \\
    line 2 \\
    line 3}
}
\fancypagestyle{firstpage}
{
\renewcommand{\headrulewidth}{2pt}
\cfoot{\thepage}
\rfoot{Copyright \textcopyright \vspace{1em} 2018}
\rhead{\bfseries\color{red}\Huge
    line 1 \\
    line 2 \\
    line 3}
}

Con suerte, ahora la diferencia (con esta diferencia extrema de tamaños de fuente) es claramente evidente :-)

nota:El tamaño de fuente que desees queda a tu criterio. Mi intención era sólo mostrar una forma (método) de cómo resolver tu problema. Todos los detalles del diseño del encabezado te los dejé a ti. por lo que debes cambiar el color, la regla, el tamaño de fuente y otro contenido de los encabezados como desees.

información relacionada