Search found 3 matches

by amiruw1
Wed Feb 16, 2011 6:02 am
Forum: Page Layout
Topic: Header in every page with elsarticle
Replies: 5
Views: 8978

Re: Header in every page with elsarticle

Thanks very much; I appreciate your time and help.
As you suggested, putting \thispagestyle{fancy} right after \end{frontmatter} solved the problem.

amiruw1
by amiruw1
Wed Feb 16, 2011 3:46 am
Forum: Page Layout
Topic: Header in every page with elsarticle
Replies: 5
Views: 8978

Header in every page with elsarticle

Thanks for your reply. Unfortunately it didn't work out. I also used the following alternative approach but the problem is still the same; that is, the header is missed in the first page:

\usepackage{fancyhdr}
\fancyhead{TEXT}
\usepackage{lastpage}
\pagestyle{fancy}
\lhead{TEXT} \chead{}\rhead ...
by amiruw1
Tue Feb 15, 2011 4:57 pm
Forum: Page Layout
Topic: Header in every page with elsarticle
Replies: 5
Views: 8978

Header in every page with elsarticle

Dear All,

I want to have a fixed header (TEXT) in every page including the first one (with elsarticle). With the following I can't get this header in the first page; how can I fix this problem? Your comment is greatly appreciated.

\documentclass{elsarticle}

\usepackage{fancyhdr}
\pagestyle{fancy ...