I'm using
Code: Select all
\documentclass[...,twoside]{...}
...
\fancyhf{}
\lfoot[\thepage]{}
\rfoot[]{\thepage}
Could someone tell me how to keep the page numbers alternating throughout the whole document?
Kind Regards
Code: Select all
\documentclass[...,twoside]{...}
...
\fancyhf{}
\lfoot[\thepage]{}
\rfoot[]{\thepage}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
\lfoot[\thepage]{}
\rfoot[]{\thepage}
\fancyhead[RE]{\textit{\nouppercase{\leftmark}}}
\fancyhead[LO]{\textit{\nouppercase{\rightmark}}}}
NEW: TikZ book now 40% off at Amazon.com for a short time.