Tagged Questions
3
votes
1answer
101 views
Page numbers to the right in article class
How do I flush page numbers to the right in the footer of an article class?
\documentclass{article}
\usepackage[english]{babel}
\usepackage{fancyhdr}
\pagestyle{fancy}
\headheight=14pt
...
5
votes
1answer
431 views
Beautiful letterhead
How can I create a beautiful letterhead from the article class using say header or footer . I do not want to use letter class due to limitations. The letterhead should look outstanding.
7
votes
1answer
192 views
Odd/Even fancy headers with article class
Using fancyhdr and the book class, one can set different headers/footers for odd/even pages as
\fancyhdr[RO]{foo}
\fancyhdr[LE]{bar}
and so on. How can I achieve the same with an article class, ...
7
votes
1answer
1k views
Centered page numbers although set “twoside” option
Using article class and the twoside option still gives me the page numbers in the center of the page. Isn't the twoside option supposed to put the page numbers on the left in even pages and on the ...
3
votes
1answer
1k views
Adding header and footer to the front page (and other pages) of an article
I am beginner in LaTeX, and I have been unable to find a solution to what looks a simple problem.
I use the article class for a paper. I have received a rectangular logo, about 40 mm high and as ...
10
votes
3answers
1k views
Non-special first page in \documenclass{article}
I'm new to TeX and LaTeX, so I might not explain it all that well.
I'm trying to put pagenumbers on each footer in the form "Page X of XX" using fancyhdr. So far I have this:
\cfoot{Page \thepage\ ...