Search found 3 matches

by cummint3
Mon Aug 12, 2013 5:17 pm
Forum: Page Layout
Topic: Page style: header and page number position
Replies: 5
Views: 54400

Page style: header and page number position

I asked a guy in my University and he gave me a solution that works well. The page number is now appearing on the bottom right of each page. It involved the fancyhdr package like you thought. Here is the code in case anyone else needs to use it in future. Thanks for your responses.

\documentclass ...
by cummint3
Mon Aug 12, 2013 12:23 pm
Forum: Page Layout
Topic: Page style: header and page number position
Replies: 5
Views: 54400

Page style: header and page number position

Hi Johannes_B

Thanks for your response. Sorry about that, first time posting. I think this code should let you see what I mean.

\documentclass[a4paper,12pt]{report}


\begin{document}

\pagestyle{myheadings}\makeatletter
\pagenumbering{arabic}
\renewcommand{\sectionmark}[1]{\markboth{}{\bf ...
by cummint3
Fri Aug 09, 2013 8:45 pm
Forum: Page Layout
Topic: Page style: header and page number position
Replies: 5
Views: 54400

Page style: header and page number position

Hello,

I am finishing up my PhD thesis soon but just having a small problem with formatting. I want a header at the top of each page, which is the name of the current section. I also want the page numbers to appear at the bottom of the page justified right.

I can get the section header to appear ...