Hi,
I am using IEEETrans.cls to format my paper. Now I need to add the name of the conference at the right hand corner of each page. Please advise me how to do that. Mail me at [email protected]. It is really urgent.
Hi,
I am using IEEETrans.cls to format my paper. Now I need to add the name of the conference at the right hand corner of each page. Please advise me how to do that. Mail me at [email protected]. It is really urgent.
You can use the fancyhdr
package to do that. See this blog post for example. You can add \fancyfoot[R]{Conference name}
to the source.
I think that the most comprehensive way to format headers and footers is the fancyhdr
package.
\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{THX 1138}
You may need to look up the documentation for getting the rest of the headers and footers like you want.