Tentativa de adicionar um cabeçalho e rodapé ao documento da conferência IEEEtran (o de 2 colunas). Atualmente consigo colocar o rodapé que desejo em todas as páginas, conforme exigido pela minha conferência.
No entanto, estou tentando obter 3 linhas no cabeçalho da primeira página. Isso parece "esmagar" os rodapés de todas as páginas. Acredito que se eu alterar as geometrias das margens, isso se aplicará a todas as páginas, mas quero apenas um cabeçalho grande para a primeira página e o restante com margens padrão (não 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}
Alguma ideia?
Responder1
editar:ao código são adicionados comentários para esclarecer o significado do código
uma solução pode ser
...
\begin{document}
\pagestyle{fancy}
\maketitle
\thispagestyle{firstpage}
...
complete o exemplo mínimo de trabalho sem se preocupar muito com os problemas de espaço do artigo e sem formatação completa de cabeçalho/rodapé:
\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}
a primeira página:
e outras páginas:
termo aditivo:
sua observação no comentário não é precisa. veja o que você obterá usando a seguinte definição fancy
e firstpage
definição 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}
}
espero que agora a diferença (com esta diferença extrema de tamanhos de fonte) seja claramente evidente :-)
observação:o tamanho da fonte desejado é deixado para você. minha intenção era apenas mostrar uma forma (método) de como resolver seu problema. todos os detalhes do design do cabeçalho deixei para você. portanto, você deve alterar a cor, a regra, o tamanho da fonte e outros conteúdos dos cabeçalhos conforme desejar.