I'm just gonna add a header to my ieeetran document based on Ruben's solution.
But no header is added after compilation.
Here is the MWE:
%% bare_conf.tex
%% V1.4b
%% 2015/08/26
\documentclass[conference]{IEEEtran}
\makeatletter
%%%%%%%%%%%for copyright notice
\def\ps@IEEEtitlepagestyle{%
\def\@oddfoot{\mycopyrightnotice}%
\def\@evenfoot{}%
}
\def\mycopyrightnotice{%
{\footnotesize 978-1-4799-6773-5/14/\$31.00 \textcopyright2017 Crown\hfill}
\gdef\mycopyrightnotice{}
}
%%%%%%%%%%%
\makeatletter
\newcommand{\algrule}[1][.2pt]{\par\vskip.5\baselineskip\hrule height #1\par\vskip.5\baselineskip}
\makeatother
\makeatletter
\newcommand*\titleheader[1]{\gdef\@titleheader{#1}}
\AtBeginDocument{%
\let\st@red@title\@title
\def\@title{%
\bgroup\normalfont\large\centering\@titleheader\par\egroup
\vskip1.5em\st@red@title}
}
\makeatother
\begin{document}
\title{X}
\titleheader{2017 IEEE 999999th International Something Conference}
\author{\IEEEauthorblockN{{X}
\IEEEauthorblockA{H}\\
J\\
I\\
Email: a@b.c}
}
\maketitle
\begin{abstract}
\end{abstract}
\IEEEpeerreviewmaketitle
\end{document}
\centeringin thetitleheadercommand. I'd just removed it to get rid of centered title (i.e., align the header from left-hand side), but nothing is changed. How can I do that? – Jun 18 '17 at 00:15\centeringissue has nothing to do with your question. – Jun 18 '17 at 00:19\begin{center}...\end{center}environment. I did not check whether this is true forIEEEtran.clsas well – Jun 18 '17 at 00:22