Hello there,How to set Header in a4 paper for a research paper?For a Conference paper i need to set header, paper style is IEEE format.


--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
> actually i need to show different headers on odd and even pages repeatedly.
> As well as page numbers are needed on the top of the page with header.
> Font of this header should be small.
This is possible within book and report classes for example (i never
try with article and others), if you specify that you whant that page
style in the preamble ;)
\documentclass{book}
% i used to call my desired packages here
\pagestyle{headings}
% i used to define my commands here
\begin{document}
\end{document}
Here it looks like with book class :
> in odd pages page numbers are in upper right corner, with the header title different from even one.
current section title as header title
> in even pages page numbers are in upper left corner, with the header title different from odd one.
current chapter title as header title
but on first chapter page, the page number is centered in the footer
>
Don't want automatic title with chapters and sections used ? Then say :
\pagestyle{myheadings}
\markboth{EvenHeader}{OddHeader}
But your heading text are for all the document and are static.. If you
need something more elaborate, the simplier way to do it without hasle
is to use the fancyhdr package as suggested early.
Regards.
\bye
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Use the fancyhdr package. This is exactly what it is for.
On 23 Oct 2010 07:43, "Ashish Revar" <ashis...@gmail.com> wrote:Thnx for the help,As I am preparing conference paper I am using,\documentclass[conference]{IEEEtran}i can't use book class here,
Any idea?
On Sat, Oct 23, 2010 at 12:09 PM, Gildas Cotomale <gildas....@gmail.com> wrote:
>
> Again: wh...
--
Ashish Revar
Nirma University
ashis...@gmail.com
9909298846
--You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group....
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Thanks for the help,actually i need to show different headers on odd and even pages repeatedly.
As well as page numbers are needed on the top of the page with header.
Font of this header should be small. Below I've attached the images.
this is the odd page... in odd pages page numbers are in upper right corner, with the header title different from even one.
this is the even page... in even pages page numbers are in upper left corner, with the header title different from odd one.
Please help needed urgently, as I need to submit the paper within duration of the conference.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Thank you peter,It is very helpful to me, but still a little help is needed, in the very first page it is not showing the header.Will you please check out this?